-
Notifications
You must be signed in to change notification settings - Fork 827
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
[AHM] Poke deposits: Indices pallet #7587
[AHM] Poke deposits: Indices pallet #7587
Conversation
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.
Mainly unsure about Permanent
, otherwise looks good.
From what I understand from the code, the |
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.
LGTM
/cmd fmt |
/cmd fmt |
/cmd bench --pallet pallet_indices |
Command "bench --pallet pallet_indices" has started 🚀 See logs here |
Command "bench --pallet pallet_indices" 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.
LGTM
b9b73eb
Description
reconsider
topallet-indices
. This extrinsic will be used to re-adjust the deposits made in the pallet.poke
for Deposits #5591Review Notes
reconsider
inpallet-indices
.DepositReconsidered
to be emitted upon a successful call of the extrinsic.free
if an actual adjustment is made to the deposit andpaid
otherwise.TO-DOs