Skip to content

Commit

Permalink
Merge pull request #506 from Cerebellum-Network/release/6.5.0
Browse files Browse the repository at this point in the history
Feat: Polkadot v1.7 to v1.8 upgrade
  • Loading branch information
ayushmishra2005 authored Dec 20, 2024
2 parents 6dfb800 + 249e197 commit c3a190f
Show file tree
Hide file tree
Showing 11 changed files with 821 additions and 573 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
- name: Check Build
run: |
cargo update -p home --precise 0.5.9 && cargo build --release --features try-runtime
- name: Check Try-Runtime
- name: Check Try-Runtime Testnet
run: |
try-runtime --runtime ./target/release/wbuild/cere-runtime/cere_runtime.compact.compressed.wasm \
on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.testnet.cere.network:443
- name: Check Try-Runtime Mainnet
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
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.5.0]

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

## [6.4.0]

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

0 comments on commit c3a190f

Please sign in to comment.