Skip to content

Commit

Permalink
Feat: Polkadot v1.2. to v1.4 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Nov 13, 2024
1 parent 7fa4d22 commit 0cfb706
Show file tree
Hide file tree
Showing 15 changed files with 225 additions and 11,381 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
format:
name: Check Lints
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:
check:
name: Cargo check
needs: format
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install linux dependencies
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
clippy:
name: Run Clippy
needs: format
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install linux dependencies
Expand All @@ -96,7 +96,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- 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
run: sudo apt update && sudo apt install -y cargo clang libssl-dev llvm libudev-dev protobuf-compiler make
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ 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.1.0]

### Changed

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

## [5.5.0]

Expand Down
Loading

0 comments on commit 0cfb706

Please sign in to comment.