Skip to content

Commit

Permalink
Merge pull request #499 from Cerebellum-Network/release/6.3.0
Browse files Browse the repository at this point in the history
Feat: Polkadot v1.5 to v1.6 upgrade
  • Loading branch information
ayushmishra2005 authored Dec 12, 2024
2 parents cf3df10 + a4aa5c7 commit a355dd3
Show file tree
Hide file tree
Showing 14 changed files with 485 additions and 614 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- 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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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.3.0]

- [C,D] Update Substrate from `v1.5` to `v1.6`.
-
## [6.2.0]

### Changed
Expand Down
Loading

0 comments on commit a355dd3

Please sign in to comment.