-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: upgrade to 1.13.0 #194
chore: upgrade to 1.13.0 #194
Conversation
…hore-polkadot-v1.10.0
…polkadot-v1.10.0' into chungquantin/chore-polkadot-v1.10.0
…polkadot-v1.11.0' into chungquantin/chore-polkadot-v1.11.0
Co-authored-by: Peter White <petras9789@gmail.com>
…polkadot-v1.11.0' into chungquantin/chore-polkadot-v1.11.0
…chore-polkadot-v1.12.0
…chore-polkadot-v1.13.0
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.
Nicely done
[sc-1154] |
…chore-polkadot-v1.13.0
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.
The only nit would be if we can change the parameters of enable_metadata_hash
in our runtime/*/build.rs
to use PAS
and 10
decimals instead of UNIT
and 12
.
Status: ✅ Tested on my local
devnet
,testnet
=> Block production / finalization + submit extrinsic works well.References
pallet-contracts
:v1.12.0
andv1.13.0
pallet-xcm
:v1.12.0
andv1.13.0
Direct changes
parameterized-consensus-hook
feature paritytech/polkadot-sdk#4380sc-chain-spec
: deprecated code removed paritytech/polkadot-sdk#4410CheckMetadataHash
extension paritytech/polkadot-sdk#4274Related changes