Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Feb 23, 2024
2 parents b7dc7db + 07ab985 commit 796bf3a
Show file tree
Hide file tree
Showing 67 changed files with 2,070 additions and 2,712 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-11-15
toolchain: nightly-2023-05-23
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-11-15
toolchain: nightly-2023-05-23
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-11-15
toolchain: nightly-2023-05-23
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-11-15
toolchain: nightly-2023-05-23
override: true
target: wasm32-unknown-unknown
- name: Rust Cache
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ...
=======

## [5.0.0]

### Changed

- [C,D] Updated Substrate to polkadot-v1.0.0
- [C,D] `pallet-ddc-customers`: implemented bucket removal

## [4.8.9]

### Changed

- [C,D] Updated Substrate to polkadot-v0.9.42
- Added ChargeError event to payout pallet
- Introduce a burn rate of 0.058% daily to bring inflation down.
- More explicit events in `pallet-ddc-payouts` about batch index

## [4.8.8]

Expand Down
Loading

0 comments on commit 796bf3a

Please sign in to comment.