-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
Remove processed attestation log #4040
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
Codecov Report
@@ Coverage Diff @@
## master #4040 +/- ##
===========================================
+ Coverage 0 36.72% +36.72%
===========================================
Files 0 326 +326
Lines 0 9242 +9242
Branches 0 1505 +1505
===========================================
+ Hits 0 3394 +3394
- Misses 0 5657 +5657
- Partials 0 191 +191 |
aggregationBits: ssz.phase0.CommitteeBits.toJson(attestation.aggregationBits) as string, | ||
}); | ||
export function onAttestation(this: BeaconChain, _: phase0.Attestation): void { | ||
// do nothing for now |
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.
Can you add a more descriptive comment sharing why we aren't logging here? Maybe linking to #4032 or adding some of the reasoning from that
2c1bc7c
to
cee78a1
Compare
Motivation
Remove the "Attestation processed" log, this log account for roughly 80% of log file
Description
Replace #4032