This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Some late short-term fixes for dispute slashing #6249
Merged
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
80020b3
disputes/slashing: slash only backers for ForInvalid
ordian ed428b1
add an assertion in mock impl
ordian 8228728
fix tests
ordian 656ab84
do not slash backers on onconcluded disputes
ordian e3d7ba6
slash an intersection of backers and losers
ordian 78c1cda
Merge branch 'master' into ao-5535-followup
ordian 59b9c0d
zombienet/disputes: check for offence only for invalid disputes
ordian 9ee1e3b
add backing votes to disputes bench builder
ordian 0606aab
Merge branch 'master' into ao-5535-followup
ordian cabbee2
Update runtime/parachains/src/builder.rs
ordian d7bd141
Brad implementers guide revisions 2 (#6239)
BradleyOlson64 adcd81e
Update disputes prioritisation in `dispute-coordinator` (#6130)
tdimitrov 254fbc4
approval-voting: remove redundant validation check (#6266)
ordian b900d2a
remove fill_block (#6200)
Szegoo 5b60a5b
fix a compilation warning (#6279)
ordian 8d3ff43
Only report concluded if there is an actual dispute. (#6270)
eskimor 71b5aac
[ci] fix buildah image (#6281)
alvicsam ed143f2
Revert special casing of Kusama for grandpa rounds. (#6217)
eskimor 17b7567
Fixes "for loop over an `Option`" warnings (#6291)
mrcnski 5d607f6
companion for #12599 (#6290)
niklasad1 a5bff0c
remove the runtime check and test
ordian b2b1a0d
Merge branch 'master' into ao-5535-followup
ordian 89b03f6
Merge branch 'master' into ao-5535-followup
ordian c96630c
Merge branch 'master' into ao-5535-followup
ordian 8fba9e0
append keys on past-session slashing
ordian 9e81fa9
Merge branch 'master' into ao-5535-followup
ordian 77e777c
runtime/disputes: allow importing backing votes after explicit for
ordian cf90b17
explicit MaliciousBacker error and a test
ordian 7c4c3f5
update an outdated comment
ordian b47dc15
Revert "update an outdated comment"
ordian 4e36bed
Revert "remove the runtime check and test"
ordian d9f337f
Merge branch 'master' into ao-5535-followup
ordian 01386f2
incremental punishment post conclusion + test
ordian a08af12
punish backers post FOR vote
ordian b83279b
remove unnecessary lifetime annotation
ordian 37b1d59
add a comment to zombinet test
ordian 5f1758f
Merge branch 'master' into ao-5535-followup
ordian a489310
typo
ordian 0fb61ff
Merge branch 'master' into ao-5535-followup
ordian 6358cb1
Merge branch 'ao-5535-followup' of github.com:paritytech/polkadot int…
ordian b2f82ca
Merge branch 'master' into ao-5535-followup
ordian a1ee63a
Merge 'master' and resolve conflicts
ordian 142d852
fmt
ordian 8632334
post merge test fixes
ordian 4d63258
another day, another master merge
ordian 9d81c26
fix test after changes in master
ordian 9d3fb1c
Merge branch 'master' into ao-5535-followup
ordian b8de8d6
address review nits
ordian 036b09e
Merge branch 'master' into ao-5535-followup
ordian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
address review nits
- Loading branch information
commit b8de8d6691d4e3437321b0c790ba619587762ecb
There are no files selected for viewing
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
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.
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.
Some doc comments would be nice.
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.
Add docs for
pre_backing
in b8de8d6. Let me know if you want some docs forpre_state
.