Skip to content

Commit f9d3544

Browse files
wischlintn-x2
authored andcommitted
feat: upgrade to Polkadot v0.9.19 (#357)
* chore: bump deps to Polkadot v0.9.19 * fix: LengthToFee https://github.com/paritytech/substrate/pull/10785/files * fix: remove u32_trait paritytech/substrate#10850 * fix: client paritytech/substrate#11164 paritytech/cumulus#963 paritytech/cumulus#1069 paritytech/substrate#10878 * fix: clippy runtime * fix: clippy clone * feat: add para runtime enum for client * ci: bump paritytech/ci-linux image * fix: clippy * refactor: benchmark cmd match * fix: peregrune runtime api (cherry picked from commit 6f2016b)
1 parent fce5948 commit f9d3544

File tree

33 files changed

+1904
-1359
lines changed

33 files changed

+1904
-1359
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@ stages:
33
- build
44

55
clippy:
6-
image: paritytech/ci-linux:c4f0daf3-20220110
6+
image: paritytech/ci-linux:f203f298-20220421
77
stage: test
88
timeout: 1 hours
99
script:
1010
- rustup component add clippy --toolchain nightly
1111
- cargo +nightly clippy --all-features --all-targets --locked -- -D warnings
1212

1313
fmt:
14-
image: paritytech/ci-linux:c4f0daf3-20220110
14+
image: paritytech/ci-linux:f203f298-20220421
1515
stage: test
1616
timeout: 1 hours
1717
script:
1818
- rustup component add rustfmt --toolchain nightly
1919
- cargo +nightly fmt -- --check
2020

2121
test:
22-
image: paritytech/ci-linux:c4f0daf3-20220110
22+
image: paritytech/ci-linux:f203f298-20220421
2323
stage: test
2424
timeout: 1 hours
2525
script:
2626
- cargo test --all --all-targets --locked
2727

2828
test-features:
29-
image: paritytech/ci-linux:c4f0daf3-20220110
29+
image: paritytech/ci-linux:f203f298-20220421
3030
stage: test
3131
timeout: 1 hours
3232
script:

0 commit comments

Comments
 (0)