-
Notifications
You must be signed in to change notification settings - Fork 107
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
Upgrade Polkadot dependencies to v0.9.25 #669
Conversation
Ah cool. Are there some release notes or documentation somewhere explaining the deprecation of |
It has been marked as deprecated because this is the default behavior for all extrinsics. However it seems to be un-deprecated in the PR below which is included in |
bddccbc
to
dcccc2c
Compare
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! 🚀
dcccc2c
to
4ac3516
Compare
Resolves: SNO-299
Changelog
transactional
is deprecated because it is now the default behaviour. I have left transactions in however because it is un-deprecated in releasev0.9.27
into_account()
method.into_account
is used in a runtime context I have replaced it withtry_into_account
and added runtime checks.into_account
is used for initialisation or configuration(export genesis state, wasm) I have replaced it withtry_into_account
and panic on failure.into_account_truncating
.json_rpc
withjsonrpsee
.cargo update
export-genesis-state
andexport-genesis-wasm
commands with built in versions.EitherOfDiverse
instead of deprecatedEnsureOneOf
.polkadot-launch
to 2.2.1stable-2022-07-19
TODO