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 2.6k
Allow council to slash treasury tip #7753
Merged
19 commits merged into
paritytech:master
from
shamb0:issue-7057-allow-council-to-slash-treasury-tip
Dec 29, 2020
Merged
Changes from 4 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
5efbfee
wk2051 | D4 |Allow council to slash treasury tip | p1
shamb0 b9a938c
Update frame/tips/src/lib.rs
shamb0 170f288
wk2051 | D5 |Allow council to slash treasury tip | p2
shamb0 5a62c97
wk2051 | D5 |Allow council to slash treasury tip | p3
shamb0 b157188
wk2051 | D5 |Allow council to slash treasury tip | p4
shamb0 26478ea
wk2051 | D5 |Allow council to slash treasury tip | p5
shamb0 04f41a6
Merge branch 'master' into pr/7753
shawntabrizi d03d70b
random change
shawntabrizi b18bdcd
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
e34b421
Merge pull request #2 from paritytech/shawntabrizi-slash-tip-weight
shamb0 7088c3d
fix typo
shawntabrizi d22e8b6
Update frame/tips/src/lib.rs
shamb0 3b8bb56
Update frame/tips/src/lib.rs
shamb0 875257f
Update frame/tips/src/lib.rs
shamb0 ddd1ead
Update frame/tips/src/lib.rs
shamb0 f7261dc
Update frame/tips/src/tests.rs
shamb0 0aa051a
wk2052 | D1 | Allow council to slash treasury tip | p6
shamb0 287269b
Merge branch 'master' into pr/7753
shawntabrizi f9c865c
Merge branch 'issue-7057-allow-council-to-slash-treasury-tip' of http…
shawntabrizi 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
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
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
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.
Why are you calling slash tip here?
It is called below already when you do benchmarking
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.
Just delete this and it should work fine.