Skip to content

Commit

Permalink
feat: upgrade to Polkadot v0.9.19 (#357)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
wischli authored Apr 27, 2022
1 parent 9d318ee commit 6f2016b
Show file tree
Hide file tree
Showing 33 changed files with 1,904 additions and 1,359 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ stages:
- build

clippy:
image: paritytech/ci-linux:c4f0daf3-20220110
image: paritytech/ci-linux:f203f298-20220421
stage: test
timeout: 1 hours
script:
- rustup component add clippy --toolchain nightly
- cargo +nightly clippy --all-features --all-targets --locked -- -D warnings

fmt:
image: paritytech/ci-linux:c4f0daf3-20220110
image: paritytech/ci-linux:f203f298-20220421
stage: test
timeout: 1 hours
script:
- rustup component add rustfmt --toolchain nightly
- cargo +nightly fmt -- --check

test:
image: paritytech/ci-linux:c4f0daf3-20220110
image: paritytech/ci-linux:f203f298-20220421
stage: test
timeout: 1 hours
script:
- cargo test --all --all-targets --locked

test-features:
image: paritytech/ci-linux:c4f0daf3-20220110
image: paritytech/ci-linux:f203f298-20220421
stage: test
timeout: 1 hours
script:
Expand Down
Loading

0 comments on commit 6f2016b

Please sign in to comment.