-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add poke_deposit extrinsic to pallet-recovery #7882
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
UtkarshBhardwaj007
merged 21 commits into
paritytech:master
from
UtkarshBhardwaj007:poke-recovery
Apr 22, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c1f7ddc
add poke_deposit extrinsic to pallet-recovery
UtkarshBhardwaj007 7851596
Update from github-actions[bot] running command 'fmt'
github-actions[bot] edffb29
Update from github-actions[bot] running command 'prdoc'
github-actions[bot] 5a85b3e
add prdoc
UtkarshBhardwaj007 14d92ad
fix benchmarks
UtkarshBhardwaj007 85bdd0a
Update from github-actions[bot] running command 'bench --pallet palle…
github-actions[bot] f8b5b1d
Merge branch 'paritytech:master' into poke-recovery
UtkarshBhardwaj007 c9078c3
improve readability of poke_deposit extrinsic
UtkarshBhardwaj007 d4b7338
Update from github-actions[bot] running command 'fmt'
github-actions[bot] a3052c6
remove unnecessary imports
UtkarshBhardwaj007 771781e
update helper function names
UtkarshBhardwaj007 a93503d
Merge branch 'paritytech:master' into poke-recovery
UtkarshBhardwaj007 dff5c83
Update from github-actions[bot] running command 'fmt'
github-actions[bot] 31f7c50
Merge branch 'paritytech:master' into poke-recovery
UtkarshBhardwaj007 fff01dd
Merge branch 'paritytech:master' into poke-recovery
UtkarshBhardwaj007 5ea2c2d
fix unbounded iteration
UtkarshBhardwaj007 d8858af
Update from github-actions[bot] running command 'fmt'
github-actions[bot] a56c3ef
Merge branch 'paritytech:master' into poke-recovery
UtkarshBhardwaj007 d66c25e
check for events in benchmarking
UtkarshBhardwaj007 fdba191
Update from github-actions[bot] running command 'bench --pallet palle…
github-actions[bot] 81a84f8
Merge branch 'master' into poke-recovery
ggwpez 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,11 @@ | ||
| title: add poke_deposit extrinsic to pallet-recovery | ||
| doc: | ||
| - audience: Runtime Dev | ||
| description: This PR adds a new extrinsic `poke_deposit` to `pallet-recovery`. This extrinsic will be used to re-adjust the deposits made in the pallet. | ||
| crates: | ||
| - name: rococo-runtime | ||
| bump: major | ||
| - name: westend-runtime | ||
| bump: major | ||
|
re-gius marked this conversation as resolved.
|
||
| - name: pallet-recovery | ||
| bump: major | ||
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.