-
Notifications
You must be signed in to change notification settings - Fork 108
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] Pallet Indices #577
[AHM] Pallet Indices #577
Conversation
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
|
||
pallet_indices::Accounts::<T>::insert( | ||
&index.index, | ||
(index.who, index.deposit, index.frozen), |
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.
We could think about unlocking some of the deposit, but that would make verification more difficult. Will leave it as is now.
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.
We probably should start creating issues for Post AHM
project
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.
I am using this for now paritytech/polkadot-sdk#7369 which we can then split up into real issues.
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
|
||
pallet_indices::Accounts::<T>::insert( | ||
&index.index, | ||
(index.who, index.deposit, index.frozen), |
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.
We probably should start creating issues for Post AHM
project
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
To be merged into the AHM working branch