We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See original issue posted here. Layr-Labs/hokulea#25 (comment)
When an op-batcher posts an invalid cert, the proxy currently returns a 400, or 500 error, see https://github.com/Layr-Labs/eigenda-proxy/blob/main/server/handlers.go#L106
On the op-node side, it would get stuck. Copied two possible solution from the issue above
Two solutions:
Currently as far as I understand, the error flow like below
I have gone deep when it got to 3, but from the comment it will continue to retry that cert, and essentially deadlock the system
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See original issue posted here. Layr-Labs/hokulea#25 (comment)
When an op-batcher posts an invalid cert, the proxy currently returns a 400, or 500 error, see https://github.com/Layr-Labs/eigenda-proxy/blob/main/server/handlers.go#L106
On the op-node side, it would get stuck. Copied two possible solution from the issue above
Two solutions:
Currently as far as I understand, the error flow like below
I have gone deep when it got to 3, but from the comment it will continue to retry that cert, and essentially deadlock the system
The text was updated successfully, but these errors were encountered: