Skip to content

Commit

Permalink
Update to Polkadot 0.9.9 (#515)
Browse files Browse the repository at this point in the history
* Update to Polkadot 0.9.9

* Update runtimes and tests

* Make actions workflow use newer rustc

* Update benchmarks

* Fix xd009642/tarpaulin#756

* Update deps for ethash and ethabi-decode
  • Loading branch information
vgeddes authored and alistair-singh committed Apr 21, 2022
1 parent e0f57c0 commit 4303012
Show file tree
Hide file tree
Showing 27 changed files with 1,662 additions and 1,301 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2021-03-24
toolchain: nightly-2021-07-01
target: wasm32-unknown-unknown
- name: cargo check
uses: actions-rs/cargo@v1
with:
command: check
toolchain: nightly-2021-03-24
toolchain: nightly-2021-07-01
args: >-
--manifest-path parachain/Cargo.toml
--workspace
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2021-03-24
toolchain: nightly-2021-07-01
target: wasm32-unknown-unknown
- uses: actions-rs/install@v0.1.2
with:
Expand All @@ -85,11 +85,12 @@ jobs:
args: >-
--manifest-path parachain/Cargo.toml
--verbose --workspace
--exclude artemis
--exclude snowbridge
--exclude snowbridge-runtime
--exclude artemis-rococo-runtime
--exclude snowbridge-rococo-runtime
--exclude local-runtime
--exclude-files '*/mock.rs,*/tests.rs'
--features runtime-benchmarks
--avoid-cfg-tarpaulin
--coveralls ${{ secrets.COVERALLS_REPO_TOKEN }}
toolchain: nightly-2021-03-24
toolchain: nightly-2021-07-01
Loading

0 comments on commit 4303012

Please sign in to comment.