Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Broadcast Proposer Slashing on equivocation #14693
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
Broadcast Proposer Slashing on equivocation #14693
Changes from 14 commits
682677c
4861bed
98f0bc3
8858503
8d7270e
f14cacb
a3797e6
1bfc38e
e915e42
b8989d3
bfa3b9a
b9b9cde
9609bef
cdb8935
95cb35d
7acef84
462f569
1709546
bdec36f
d80fb4b
38026c4
0f174be
e6ce574
603073a
5b71bba
32d16e5
8da810f
e4a0852
a67e289
11ea758
800918e
c877071
4923fd7
a09f18b
b83ca3f
c59a186
fc542d6
b333d36
6438f2c
5c184fc
73b1d11
f3f28eb
0b7c01f
455e68c
9b4a826
713f658
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 merge all these tests into one, using
t.Run
for each test case? That way you can set up things likep := p2ptest.NewTestP2P(t)
only once, at the start of the test, and reduce test times.Pseudocode: