Skip to content

Commit

Permalink
Update Substrate deps to 0.9.36 (#180)
Browse files Browse the repository at this point in the history
Notable changes:
- `#[pallet::call_index(X)]` has to be added to extrinsic calls in
pallets, where `X` is 0...N

TODO
- [x] Fix RPC
- [x] Add pallet index to all extrinsic calls
- [x] Add `call_index` to DDC/OCW & Chain-Bridge pallets (WIP)
- [x] Update cere & cere-dev spec & transaction versions

---------

Co-authored-by: Raid5594 <52794079+Raid5594@users.noreply.github.com>
  • Loading branch information
rakanalh and Raid5594 authored Jan 10, 2024
1 parent e9a6bbe commit 672761d
Show file tree
Hide file tree
Showing 43 changed files with 1,526 additions and 1,417 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
override: true
components: rustfmt
- name: Check TOML
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
override: true
target: wasm32-unknown-unknown
- name: Rust Cache
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
override: true
target: wasm32-unknown-unknown
components: clippy
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
override: true
target: wasm32-unknown-unknown
- name: Rust Cache
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- ...

## [4.8.5]

### Changed

- [C,D] Updated Substrate to polkadot-v0.9.36

## [4.8.4]

### Changed
Expand Down
Loading

0 comments on commit 672761d

Please sign in to comment.