Skip to content

Commit

Permalink
Merge pull request #470 from Cerebellum-Network/release/6.2.0-rc1
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 10, 2024
2 parents 2bd8622 + a9bbf9a commit 1ff47d1
Show file tree
Hide file tree
Showing 23 changed files with 658 additions and 586 deletions.
6 changes: 4 additions & 2 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 Down Expand Up @@ -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
8 changes: 8 additions & 0 deletions .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- 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: Build and push docker image to ECR
uses: docker/build-push-action@v4
with:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ 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 1ff47d1

Please sign in to comment.