File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
contracts/contracts-rococo/src
testing/rococo-parachain/src Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8585 spec_name : create_runtime_str ! ( "statemine" ) ,
8686 impl_name : create_runtime_str ! ( "statemine" ) ,
8787 authoring_version : 1 ,
88- spec_version : 9220 ,
88+ spec_version : 9230 ,
8989 impl_version : 0 ,
9090 apis : RUNTIME_API_VERSIONS ,
91- transaction_version : 6 ,
91+ transaction_version : 7 ,
9292 state_version : 0 ,
9393} ;
9494
Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
115115 spec_name : create_runtime_str ! ( "statemint" ) ,
116116 impl_name : create_runtime_str ! ( "statemint" ) ,
117117 authoring_version : 1 ,
118- spec_version : 9220 ,
118+ spec_version : 9230 ,
119119 impl_version : 0 ,
120120 apis : RUNTIME_API_VERSIONS ,
121- transaction_version : 6 ,
121+ transaction_version : 7 ,
122122 state_version : 0 ,
123123} ;
124124
Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8383 spec_name : create_runtime_str ! ( "westmint" ) ,
8484 impl_name : create_runtime_str ! ( "westmint" ) ,
8585 authoring_version : 1 ,
86- spec_version : 9220 ,
86+ spec_version : 9230 ,
8787 impl_version : 0 ,
8888 apis : RUNTIME_API_VERSIONS ,
89- transaction_version : 6 ,
89+ transaction_version : 7 ,
9090 state_version : 0 ,
9191} ;
9292
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
116116 spec_name : create_runtime_str ! ( "contracts-rococo" ) ,
117117 impl_name : create_runtime_str ! ( "contracts-rococo" ) ,
118118 authoring_version : 1 ,
119- spec_version : 9220 ,
119+ spec_version : 9230 ,
120120 impl_version : 0 ,
121121 apis : RUNTIME_API_VERSIONS ,
122122 transaction_version : 1 ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
6262 spec_name : create_runtime_str ! ( "seedling" ) ,
6363 impl_name : create_runtime_str ! ( "seedling" ) ,
6464 authoring_version : 1 ,
65- spec_version : 9220 ,
65+ spec_version : 9230 ,
6666 impl_version : 0 ,
6767 apis : RUNTIME_API_VERSIONS ,
6868 transaction_version : 1 ,
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9494 spec_name : create_runtime_str ! ( "test-parachain" ) ,
9595 impl_name : create_runtime_str ! ( "test-parachain" ) ,
9696 authoring_version : 1 ,
97- spec_version : 9220 ,
97+ spec_version : 9230 ,
9898 impl_version : 0 ,
9999 apis : RUNTIME_API_VERSIONS ,
100100 transaction_version : 1 ,
Original file line number Diff line number Diff line change 11[package ]
22name = " polkadot-parachain"
3- version = " 0.9.220 "
3+ version = " 0.9.230 "
44authors = [
" Parity Technologies <[email protected] >" ]
55build = " build.rs"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments