Skip to content

Commit

Permalink
Merge pull request #477 from Cerebellum-Network/release/6.2.0
Browse files Browse the repository at this point in the history
Feat: Polkadot v1.4 to v1.5 upgrade
  • Loading branch information
ayushmishra2005 authored Nov 15, 2024
2 parents 55bb154 + 2958764 commit bf2e87f
Show file tree
Hide file tree
Showing 22 changed files with 632 additions and 547 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ jobs:
- uses: actions/checkout@v3
- name: Install linux dependencies
run: sudo apt update && sudo apt install -y cargo clang libssl-dev llvm libudev-dev protobuf-compiler
- name: Install toolchain
- name: Install toolchain and rust-src
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.0
override: true
target: wasm32-unknown-unknown
components: rust-src
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Install try-runtime
Expand All @@ -57,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 All @@ -80,7 +81,7 @@ jobs:
toolchain: 1.77.0
override: true
target: wasm32-unknown-unknown
components: clippy
components: rust-src
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Check with Clippy
Expand All @@ -103,6 +104,7 @@ jobs:
toolchain: 1.77.0
override: true
target: wasm32-unknown-unknown
components: rust-src
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Run cargo-tarpaulin
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ 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.2.0]

### Changed

- [C,D] Update Substrate from `v1.4` to `v1.5`.

## [6.1.0]

### Changed
Expand Down
Loading

0 comments on commit bf2e87f

Please sign in to comment.