This repository was 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
runtime/disputes: slashing #5535
Merged
Merged
Changes from 1 commit
Commits
Show all changes
95 commits
Select commit
Hold shift + click to select a range
d6a2eb2
disputes: runtime part of slashing
fd2194a
disputes: reward winners
9f8daef
disputes/slashing: validate_unsigned impl
ee46d14
fmt
7b158f6
disputes/slashing: report_dispute_lost_unsigned
60a82a4
disputes/slashing: separate winners from losers and report winners
b303ee4
disputes/slashing: refactoring
6f1d724
impl HandleReports
4a55be9
enable on Wenstend
1941543
fmt
04ad120
add slashing pallet to the mock and test runtimes
3784591
fix a bug in report_dispute_lost_unsigned
f49b55f
fmt
cbcf176
disputes: remove new_participants from summary
7b82f0d
disputes: remove punish_inconclusive
f863baf
impl SlashingHandler for Pallet for type-safety
b4fa682
do not impl slashing::Config on mainnets yet
2739900
teach spellcheck deduplication
62ff14f
simplify interfaces and resolve some TODOs
4db3ab8
resolve some more TODOs
02c069d
minor typos
6fc8f5f
move slashing into a folder
7f3ae20
remove unnecessary clone
13c7c84
fix validator_set_count calculation
5c98289
introduce ValidatorSetCount
8263d16
store ValidatorSetCount
c073e08
fmt
dc3b6de
add the benchmark
75f256d
fmt
65851ad
unflatten slashing
2210bad
post-rebase fixes
6ab6b48
remove winners eagerly
6a0ddfc
use real slashing weights for westend
29376b1
remove bench test suite
f76a697
Merge branch 'master' into ao-disputes-offences-runtime
4800be1
zombinet: modify disputes test to check for an offence report
4c0f83e
zombinet: add a timeout
3086e26
add slashing pallet to Rococo
677a262
zombienet: revert back to rococo-local
e1ff282
Merge branch 'master' into ao-disputes-offences-runtime
fe7495e
fmt
461f37f
remove TODOs
bae9912
revert some accidental changes
15fcf48
slashing is submodule of disputes
097d6c1
Merge branch 'master' into ao-disputes-offences-runtime
65146ca
Merge branch 'master' into ao-disputes-offences-runtime
650eb19
Merge branch 'master' into ao-disputes-offences-runtime
95cd87d
Merge branch 'master' into ao-disputes-offences-runtime
760bdc7
Change the log target
d3405cc
Merge branch 'master' into ao-disputes-offences-runtime
d5b3324
Merge branch 'ao-disputes-offences-runtime' of github.com:paritytech/…
f50aa7d
wrap comments with rustfmt, more docs, constants
248baa5
use Defensive trait
b02bcef
cargo update -p sp-io
e1c87c4
merge offence types, remove rewards for now
37f9cd7
Merge branch 'master' into ao-disputes-offences-runtime
b531490
cargo update -p sp-io
454874f
benchmark fixes
c0db743
fmt
9fb1e38
unused var
9c84b22
fix block_author impl
19b7c6b
ressurect RewardValidators trait
784e65e
remove outdated comment
0c2559c
Merge branch 'master' into ao-disputes-offences-runtime
3a2858d
Merge branch 'master' into ao-disputes-offences-runtime
c22a943
more module docs
884d9d8
introduce BenchmarkingConfig
df81683
Merge branch 'master' into ao-disputes-offences-runtime
7101379
typo fix
ce879df
teach spellcheck unapplied
b070f34
Merge branch 'master' into ao-disputes-offences-runtime
563995b
Merge branch 'master' into ao-disputes-offences-runtime
7d5171c
use Weight::new()
b436249
fix mocking rewards
397046e
use RefTimeWeight
18965e3
".git/.scripts/bench-bot.sh" runtime westend-dev runtime_parachains::…
7269e18
refactor maybe_identify_validators
399e0e6
no more ticket in disguise
89fb5ed
remove outdated comments
4f34bd7
lower against valid to 0.1%
0d99787
bump zombienet version for debug
pepoviola 9223d71
use from_perthousand
c48aa45
Merge branch 'master' into ao-disputes-offences-runtime
655fe98
post-merge fixes
81578ff
Merge branch 'master' into ao-disputes-offences-runtime
c5472c9
another day, another Weight changes
6e5f372
Revert "bump zombienet version for debug"
7bf295a
do not reward block authors
8309493
Merge branch 'master' into ao-disputes-offences-runtime
cd9aeb8
fix outdated comment
3fe81e9
merge master once again
e87cc9c
merge master once again II
918b4ca
Merge branch 'master' into ao-disputes-offences-runtime
b453b1a
use Pays from frame_support::dispatch::Pays
pepoviola 65da473
add timeout to is up
pepoviola 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
minor typos
- Loading branch information
There are no files selected for viewing
This file contains hidden or 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.
A more detailed description would be really helpful.
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.
Let me know if c22a943 is good enough :)