-
Notifications
You must be signed in to change notification settings - Fork 792
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
Add attestation simulator #4880
Add attestation simulator #4880
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.
Heyo, just providing some initial feedback in response to #4526 (comment)
Looking good so far, I don't think there's that much left to do!
fmt, lint and test-beacon-chain are green on my side! 🚀 🙏🏼 |
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.
I'm running this on our Holesky nodes and it's working great! I have another suggestion please 🙏
Also, I noticed it was targeting stable
when it should target unstable
(I wish we could make unstable
the default PR target, but alas, we cannot 😔). There are some minor conflicts, but I fixed them here during my testing.
Also, it's not an issue but I wanted to point out that ff9b6b5 does not dereference. |var| *var
and |&var| var
are equivalent, you can read more about them here. It's the .cloned()
you used that does the dereferencing.
Co-authored-by: Paul Hauner <[email protected]>
…ion-simulator-performance-metric
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.
All tests passed 🎉 Let's get this merged!
Issue Addressed: Add the "attestation simulator" performance metric #4526
Will update the description as I go with my train of thoughts to make it clear for the reviewers