-
Notifications
You must be signed in to change notification settings - Fork 222
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
Send auction transcript to relay monitor #297
Conversation
2ab6f0e
to
98b9196
Compare
Codecov Report
@@ Coverage Diff @@
## main #297 +/- ##
==========================================
- Coverage 66.66% 66.51% -0.15%
==========================================
Files 7 7
Lines 888 902 +14
==========================================
+ Hits 592 600 +8
- Misses 262 267 +5
- Partials 34 35 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
98b9196
to
ee41497
Compare
ee41497
to
0bf9acc
Compare
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.
left a few comments, overall looks great!
8615213
to
f74b4eb
Compare
f74b4eb
to
36eb390
Compare
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.
nice updates!
* Send auction transcript to relay monitor * increase test timeout * remove loop * fix merge conflicts * pr feedback * address comments
📝 Summary
Sends the signed builder bid and signed blinded beacon block to the relay monitor to verify the integrity of the auction. See https://hackmd.io/@ralexstokes/SynPJN_pq for the types of faults detected.
⛱ Motivation and Context
📚 References
✅ I have run these commands
make lint
make test-race
go mod tidy