Upgrade spec_version to 9230 and bump transaction_version for assets parachains. (#1340)

* Transaction version bump + updated spec_version

* Reformatting issue

* Adding missing runtimes

* Upgrading contracts pallet runtime version

* Upgrading Seedling runtime

* Bump polkadot-parachain version

Co-authored-by: Wilfried Kopp <wilfried@parity.io>
This commit is contained in:
Hector Bulgarini
2022-06-11 00:10:57 +01:00
committed by GitHub
parent 662fe4104c
commit 9c1470893c
8 changed files with 11 additions and 11 deletions
@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("test-parachain"),
impl_name: create_runtime_str!("test-parachain"),
authoring_version: 1,
spec_version: 9220,
spec_version: 9230,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,