-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Balances::transfer
will be removed
#9854
Comments
Not sure if this affects the front end, but just in case, they are not actually renamed, they are removed (which means that their indexes are not longer valid), and the other functions should be used instead. |
It has been handled for a while, apps/packages/react-components/src/modals/Transfer.tsx Lines 222 to 228 in 0366991
(After this PR when the new extrinsics went in around 6-odd months ago - #9221 it will always default to the newest with a fallback for older chains) |
@jacogr just to triple check, do |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
Just a heads-up that there will be a breaking change to the balances pallet here: paritytech/polkadot-sdk#1226
Two calls will be
renamedremoved:transfer
->transfer_allow_death
set_balance_deprecated
->force_set_balance
Feel free to close if this will be handled automatically, just wanted to ensure that you are not surprised by it 😄
cc @juangirini
The text was updated successfully, but these errors were encountered: