-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Constraints API v0 #49
Conversation
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.
Just tagging some broken docs links
4424ade
to
c0f520f
Compare
Co-authored-by: merklefruit <[email protected]> Co-authored-by: mempirate <[email protected]> Co-authored-by: namn-grg <[email protected]>
c0f520f
to
f2f2fcf
Compare
…tly stored only in cache
feat(constraints-api): add startup configuration
- fix lints + other refactoring - max_block_value_to_verify_wei now U256 to handle big value cases - return earlier in get_header_with_proofs call
Co-authored-by: DigiDr <[email protected]> Co-authored-by: austonst <[email protected]>
…lue-is-above-threshold introduce max_block_value_to_verify in constraints config
feat: import website from aestus upstream, solve conflicts
fix(db): retry creating pool handle
fix(ssz): backwards compatibility on `SignedBidSubmission`
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.
Looks good 🚀
Just some minor comments that aren't critical to address before we merge.
Thanks for the PR!
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.
My main issue with this PR is it seems to assume everything is talking to the same redis. But maybe we can fix this in a follow up PR.
refactor(api/builder): `submit_block`(`_with_proofs`) now have same impl
…, use auctioneer instead
fix(constraints-api): don't read from db for checking proposer duties
fix(constraints-api): review constraints saving logic
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 🚀
This PR introduces the Constraints API in Helix.