-
Notifications
You must be signed in to change notification settings - Fork 992
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
Restrict to 1 validator slash per block height #2574
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brentstone
force-pushed
the
brent/improve-slash-queue
branch
from
February 11, 2024 04:10
0d3ca88
to
4af24b3
Compare
brentstone
force-pushed
the
brent/improve-slash-queue
branch
2 times, most recently
from
February 28, 2024 06:25
3d39c84
to
22b3312
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2574 +/- ##
==========================================
- Coverage 53.88% 53.88% -0.01%
==========================================
Files 308 308
Lines 100154 100161 +7
==========================================
+ Hits 53966 53967 +1
- Misses 46188 46194 +6 ☔ View full report in Codecov by Sentry. |
brentstone
force-pushed
the
brent/improve-slash-queue
branch
from
March 3, 2024 10:23
22b3312
to
bc55bd6
Compare
brentstone
added a commit
that referenced
this pull request
Mar 3, 2024
brentstone
force-pushed
the
brent/improve-slash-queue
branch
from
March 8, 2024 08:40
4e02bda
to
a4fc64d
Compare
tzemanovic
approved these changes
Mar 8, 2024
tzemanovic
added a commit
that referenced
this pull request
Mar 19, 2024
* origin/brent/improve-slash-queue: test refactor: drop the LazyVec changelog: add #2574 fix testing ensure that only 1 slash per block is enqueued
tzemanovic
added a commit
that referenced
this pull request
Apr 10, 2024
* origin/brent/improve-slash-queue: test refactor: drop the LazyVec changelog: add #2574 fix testing ensure that only 1 slash per block is enqueued
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe your changes
Closes #2567.
Indicate on which release or other PRs this topic is based on
v0.31.9
Checklist before merging to
draft