File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
55
subwasm get wss://parallel-rpc.dwellir.com:443 --output parallel-live.wasm
56
56
subwasm diff ${{ steps.srtool_build.outputs.wasm_compressed }} parallel-live.wasm | tee ${{ matrix.chain }}-diff.txt
57
57
- name : Archive Runtime
58
- uses : actions/upload-artifact@v2
58
+ uses : actions/upload-artifact@v4
59
59
with :
60
- name : ${{ matrix.chain }}-runtime-${{ github.sha }}
60
+ name : ${{ matrix.chain }}-runtime-${{ github.sha }}-${{ matrix.runs-on }}
61
61
path : |
62
62
${{ matrix.chain }}-info.json
63
63
${{ matrix.chain }}-info_compressed.json
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180
180
spec_name : create_runtime_str ! ( "heiko" ) ,
181
181
impl_name : create_runtime_str ! ( "heiko" ) ,
182
182
authoring_version : 1 ,
183
- spec_version : 210 ,
183
+ spec_version : 211 ,
184
184
impl_version : 33 ,
185
185
apis : RUNTIME_API_VERSIONS ,
186
186
transaction_version : 17 ,
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180
180
spec_name : create_runtime_str ! ( "kerria" ) ,
181
181
impl_name : create_runtime_str ! ( "kerria" ) ,
182
182
authoring_version : 1 ,
183
- spec_version : 210 ,
183
+ spec_version : 211 ,
184
184
impl_version : 33 ,
185
185
apis : RUNTIME_API_VERSIONS ,
186
186
transaction_version : 17 ,
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
185
185
spec_name : create_runtime_str ! ( "parallel" ) ,
186
186
impl_name : create_runtime_str ! ( "parallel" ) ,
187
187
authoring_version : 1 ,
188
- spec_version : 210 ,
188
+ spec_version : 211 ,
189
189
impl_version : 33 ,
190
190
apis : RUNTIME_API_VERSIONS ,
191
191
transaction_version : 17 ,
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180
180
spec_name : create_runtime_str ! ( "vanilla" ) ,
181
181
impl_name : create_runtime_str ! ( "vanilla" ) ,
182
182
authoring_version : 1 ,
183
- spec_version : 210 ,
183
+ spec_version : 211 ,
184
184
impl_version : 33 ,
185
185
apis : RUNTIME_API_VERSIONS ,
186
186
transaction_version : 17 ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ VOLUME="chains"
20
20
NODE_KEY=" $1 "
21
21
KEYSTORE_PATH=" $2 "
22
22
NODE_NAME=" $3 "
23
- DOCKER_IMAGE=" parallelfinance/parallel:v2.1.0 "
23
+ DOCKER_IMAGE=" parallelfinance/parallel:v2.1.1 "
24
24
BASE_PATH=" /data"
25
25
26
26
if [ $# -lt 3 ]; then
You can’t perform that action at this time.
0 commit comments