Conversation
paulhauner
left a comment
There was a problem hiding this comment.
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! 🚀 🙏🏼 |
paulhauner
left a comment
There was a problem hiding this comment.
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 <paul@paulhauner.com>
…ion-simulator-performance-metric
paulhauner
left a comment
There was a problem hiding this comment.
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