-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Voting hook #7703
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
Merged
Merged
Voting hook #7703
Changes from 37 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
fadf4a6
first commit
ndkazu d1a9344
corrected tests
ndkazu 3dcb4a3
updated benchmarking
ndkazu f8b7181
Merge branch 'paritytech:master' into voting_hook
ndkazu f18593a
prdoc
ndkazu 524b264
Merge branch 'voting_hook' of github.com:ndkazu/polkadot-sdk into vot…
ndkazu 0a8ad67
cargo fmt
ndkazu ce3c5e5
Merge branch 'master' into voting_hook
ndkazu ec983ca
Merge branch 'paritytech:master' into voting_hook
ndkazu 70b4811
Merge branch 'paritytech:master' into voting_hook
ndkazu ec732ce
Merge branch 'paritytech:master' into voting_hook
ndkazu 4546609
Merge branch 'paritytech:master' into voting_hook
ndkazu 406215b
Merge branch 'master' into voting_hook
ndkazu c0bd834
Merge branch 'master' into voting_hook
ndkazu 1f1667e
Merge branch 'master' into voting_hook
ndkazu ea48a53
Merge branch 'master' into voting_hook
ndkazu 0940e8b
Merge branch 'master' into voting_hook
ndkazu e38231c
Merge branch 'master' into voting_hook
ndkazu caddeda
Merge branch 'master' into voting_hook
ndkazu 8191677
Merge branch 'master' into voting_hook
ndkazu 84865b0
Some corrections implemented
ndkazu a5a91b5
Merge branch 'voting_hook' of github.com:ndkazu/polkadot-sdk into vot…
ndkazu 43f7fd1
Merge branch 'master' into voting_hook
ndkazu 63b61be
Merge branch 'master' into voting_hook
ndkazu 9eb281b
Merge branch 'master' into voting_hook
ndkazu 2059dc9
Documentation
ndkazu 0ef16e5
cargo fmt
ndkazu 5632f80
clippy
ndkazu bfaad91
Runtimes update
ndkazu e3f7bee
clippy fix
ndkazu 6ba6a01
Update pr_7703.prdoc
ndkazu 9807ca9
Merge branch 'master' into voting_hook
ndkazu f696d51
Merge branch 'master' into voting_hook
ndkazu 890b383
Merge branch 'master' into voting_hook
ndkazu 4a6b2ab
Merge branch 'master' into voting_hook
ndkazu 200dc86
Merge branch 'master' into voting_hook
ndkazu d507252
Merge branch 'master' into voting_hook
ndkazu d7579d7
Some corrections applied
ndkazu b1985f5
Added more doc for voting-hook
ndkazu d937f24
Merge branch 'master' into voting_hook
ndkazu a27d12a
Cargo fmt
ndkazu f300715
Merge branch 'voting_hook' of github.com:ndkazu/polkadot-sdk into vot…
ndkazu f89ce2d
Merge branch 'master' into voting_hook
ndkazu 2441cac
Update substrate/frame/conviction-voting/src/lib.rs
bkchr 7e99503
Merge branch 'master' into voting_hook
ndkazu f145819
Updated prdoc
ndkazu d8271cb
Merge branch 'master' into voting_hook
ndkazu ef7f6f5
Merge branch 'master' into voting_hook
ndkazu 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 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| title: 'Add voting hooks to Conviction_Voting' | ||
| doc: | ||
| - audience: Runtime Dev | ||
| description: | | ||
| This change does not change the original behavior. | ||
| Anything that integrates conviction-voting pallet, | ||
| can decide to implement the voting hooks | ||
| and perform desirable action on events such as | ||
| on_vote and on_remove_vote. | ||
| crates: | ||
| - name: pallet-conviction-voting | ||
| bump: major | ||
| - name: rococo-runtime | ||
| bump: minor | ||
| - name: westend-runtime | ||
| bump: minor | ||
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.