Skip to content

Commit 37066e5

Browse files
Merge pull request #580 from Cerebellum-Network/polkadot2412-testnet
Upgraded to Polkadot-stable2412
2 parents 894e500 + ce08a04 commit 37066e5

File tree

29 files changed

+4548
-3197
lines changed

29 files changed

+4548
-3197
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install toolchain and rust-src
4545
uses: actions-rs/toolchain@v1
4646
with:
47-
toolchain: 1.81.0
47+
toolchain: 1.82.0
4848
override: true
4949
target: wasm32-unknown-unknown
5050
components: rust-src
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install toolchain
8383
uses: actions-rs/toolchain@v1
8484
with:
85-
toolchain: 1.81.0
85+
toolchain: 1.82.0
8686
override: true
8787
target: wasm32-unknown-unknown
8888
components: rust-src
@@ -107,13 +107,13 @@ jobs:
107107
run: |
108108
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
109109
. "$HOME/.cargo/env"
110-
rustup toolchain install 1.81.0
111-
rustup default 1.81.0
110+
rustup toolchain install 1.82.0
111+
rustup default 1.82.0
112112
rustup show
113113
- name: Install toolchain
114114
uses: actions-rs/toolchain@v1
115115
with:
116-
toolchain: 1.81.0
116+
toolchain: 1.82.0
117117
override: true
118118
target: wasm32-unknown-unknown
119119
components: rust-src

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- [C] Changes is `Cere` Runtime
1111
- [D] Changes is `Cere Dev` Runtime
1212

13+
## [7.3.8]
14+
15+
- [C,D] Update Substrate from `stable2409` to `stable2412`.
16+
1317
## [7.3.7]
1418

1519
- [C,D] Added extrinsic to burn tokens

0 commit comments

Comments
 (0)