-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
fix: enforce checking proofs when constraints are provided for a slot, solve TODOs #8
Conversation
Now proofs are checked whenever the sidecar has accepted some constraints and any bid is rejected if it's doesn't contain them
Tested on the devnet on works nicely on relay failures:
Let's merge this once we're ready with a fix for the relay as well. |
…roofs Now this is done when they are received
With a little more effort it also closes #9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on the early decoding
Finally ready and working in the devnet together with Helix: chainbound/helix#21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Now proofs are checked whenever the sidecar has accepted some constraints and any bid is rejected if it's doesn't contain them