-
Notifications
You must be signed in to change notification settings - Fork 924
add poke_deposit extrinsic to pallet-bounties #8382
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
base: master
Are you sure you want to change the base?
add poke_deposit extrinsic to pallet-bounties #8382
Conversation
/cmd fmt |
/cmd prdoc |
/cmd bench --pallet pallet_bounties |
Command "bench --pallet pallet_bounties" has started 🚀 See logs here |
Command "bench --pallet pallet_bounties" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
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.
Tests can likely be simplified, but otherwise looks good to me!
/cmd fmt |
Description
poke_deposit
topallet-bounties
. This extrinsic will be used to re-adjust the deposits made in the pallet to create a new bounty.poke
for Deposits #5591Review Notes
poke_deposit
inpallet-bounties
.DepositPoked
to be emitted upon a successful call of the extrinsic.free
if an actual adjustment is made to the deposit andpaid
otherwise (when no deposit is changed).TO-DOs