Skip to content

Commit

Permalink
Merge pull request #508 from Cerebellum-Network/release/6.6.0-rc1
Browse files Browse the repository at this point in the history
Feat: Polkadot v1.8 to v1.9 upgrade
  • Loading branch information
ayushmishra2005 authored Dec 23, 2024
2 parents 0ebbf23 + 06b1430 commit 4245fb4
Show file tree
Hide file tree
Showing 18 changed files with 834 additions and 737 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.qanet.cere.network:443
on-runtime-upgrade --disable-idempotency-checks live --uri wss://rpc.qanet.cere.network:443
- name: Run dev chain
run: |
timeout --preserve-status 30s ./target/release/cere --dev
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
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
Expand All @@ -107,6 +107,9 @@ jobs:
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/tarpaulin@v0.1
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [C] Changes is `Cere` Runtime
- [D] Changes is `Cere Dev` Runtime

## [6.6.0]

- [C,D] Update Substrate from `v1.8` to `v1.9`.

## [6.5.0]

- [C,D] Update Substrate from `v1.7` to `v1.8`.
Expand Down
Loading

0 comments on commit 4245fb4

Please sign in to comment.