This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
collectives/collectives-polkadot/src
contracts/contracts-rococo/src
testing/rococo-parachain/src Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9292 spec_version : 9380 ,
9393 impl_version : 0 ,
9494 apis : RUNTIME_API_VERSIONS ,
95- transaction_version : 11 ,
95+ transaction_version : 12 ,
9696 state_version : 1 ,
9797} ;
9898
@@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
105105 spec_version : 9380 ,
106106 impl_version : 0 ,
107107 apis : RUNTIME_API_VERSIONS ,
108- transaction_version : 11 ,
108+ transaction_version : 12 ,
109109 state_version : 0 ,
110110} ;
111111
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
120120 spec_version : 9380 ,
121121 impl_version : 0 ,
122122 apis : RUNTIME_API_VERSIONS ,
123- transaction_version : 11 ,
123+ transaction_version : 12 ,
124124 state_version : 0 ,
125125} ;
126126
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9090 spec_version : 9380 ,
9191 impl_version : 0 ,
9292 apis : RUNTIME_API_VERSIONS ,
93- transaction_version : 11 ,
93+ transaction_version : 12 ,
9494 state_version : 0 ,
9595} ;
9696
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
130130 spec_version : 9380 ,
131131 impl_version : 0 ,
132132 apis : RUNTIME_API_VERSIONS ,
133- transaction_version : 1 ,
133+ transaction_version : 2 ,
134134 state_version : 1 ,
135135} ;
136136
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159 spec_version : 9380 ,
160160 impl_version : 0 ,
161161 apis : RUNTIME_API_VERSIONS ,
162- transaction_version : 1 ,
162+ transaction_version : 2 ,
163163 state_version : 1 ,
164164} ;
165165
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
105105 spec_version : 9380 ,
106106 impl_version : 0 ,
107107 apis : RUNTIME_API_VERSIONS ,
108- transaction_version : 2 ,
108+ transaction_version : 3 ,
109109 state_version : 0 ,
110110} ;
111111
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
123123 spec_version : 9380 ,
124124 impl_version : 0 ,
125125 apis : RUNTIME_API_VERSIONS ,
126- transaction_version : 4 ,
126+ transaction_version : 5 ,
127127 state_version : 1 ,
128128} ;
129129
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
104104 spec_version : 9380 ,
105105 impl_version : 0 ,
106106 apis : RUNTIME_API_VERSIONS ,
107- transaction_version : 4 ,
107+ transaction_version : 5 ,
108108 state_version : 0 ,
109109} ;
110110
You can’t perform that action at this time.
0 commit comments