-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #502 from Cerebellum-Network/release/6.4.0
Feat: Polkadot v1.6 to v1.7 upgrade
- Loading branch information
Showing
24 changed files
with
1,522 additions
and
1,379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
- name: Install toolchain | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2024-03-12 | ||
toolchain: nightly-2024-06-10 | ||
override: true | ||
components: rustfmt | ||
- name: Check TOML | ||
|
@@ -44,7 +44,7 @@ jobs: | |
- name: Install toolchain and rust-src | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: 1.77.0 | ||
toolchain: 1.79.0 | ||
override: true | ||
target: wasm32-unknown-unknown | ||
components: rust-src | ||
|
@@ -54,11 +54,11 @@ jobs: | |
run: cargo install --git https://github.com/paritytech/try-runtime-cli --tag v0.7.0 --locked | ||
- name: Check Build | ||
run: | | ||
cargo build --release --features try-runtime | ||
cargo update -p home --precise 0.5.9 && cargo build --release --features try-runtime | ||
- name: Check Try-Runtime | ||
run: | | ||
try-runtime --runtime ./target/release/wbuild/cere-runtime/cere_runtime.compact.compressed.wasm \ | ||
on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.mainnet.cere.network:443 | ||
on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.testnet.cere.network:443 | ||
- name: Run dev chain | ||
run: | | ||
timeout --preserve-status 30s ./target/release/cere --dev | ||
|
@@ -78,15 +78,15 @@ jobs: | |
- name: Install toolchain | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: 1.77.0 | ||
toolchain: 1.79.0 | ||
override: true | ||
target: wasm32-unknown-unknown | ||
components: rust-src | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
- name: Check with Clippy | ||
run: | | ||
cargo clippy --no-deps --all-targets --features runtime-benchmarks,try-runtime --workspace -- --deny warnings | ||
cargo update -p home --precise 0.5.9 && cargo clippy --no-deps --all-targets --features runtime-benchmarks,try-runtime --workspace -- --deny warnings | ||
tests: | ||
name: Run tests | ||
|
@@ -101,12 +101,15 @@ jobs: | |
- name: Install toolchain | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: 1.77.0 | ||
toolchain: 1.79.0 | ||
override: true | ||
target: wasm32-unknown-unknown | ||
components: rust-src | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
- name: Update dependency | ||
run: | | ||
cargo update -p home --precise 0.5.9 | ||
- name: Run cargo-tarpaulin | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.