Skip to content

Commit

Permalink
Feature: Substrate 1.1.0 (#281)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe what change this PR is implementing -->

Substrate
[v1.1.0](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.1.0)
upgrade which is required for some OpenGov migrations.

### Types of Changes
<!--- What types of changes does your code introduce? -->
- [ ] Tech Debt (Code improvements)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [x] Dependency upgrade (A change in substrate or any 3rd party crate
version)

### Migrations and Hooks
<!--- Check the following box with an x if the following applies: -->
- [x] This change requires a runtime migration.
- [ ] Modifies `on_initialize`
- [ ] Modifies `on_finalize`

### Checklist
<!--- All boxes need to be checked. Follow this checklist before
requiring PR review -->
- [x] Change has been tested locally.
- [ ] Change adds / updates tests.
- [x] Changelog doc updated.

### TODO
- [x] Update dependencies
- [x] Cleanup existing migrations
- [x] Include new migrations.

---------

Co-authored-by: yahortsaryk <[email protected]>
  • Loading branch information
rakanalh and yahortsaryk authored May 3, 2024
1 parent c2a9d50 commit 71462ce
Show file tree
Hide file tree
Showing 14 changed files with 952 additions and 564 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ 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

## [vNext]
## [VNext]

## [5.3.0]

### Changed

- [C,D] Updated Substrate to polkadot-v1.1.0

## [5.2.0]

### Added

Expand Down Expand Up @@ -41,7 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [C,D] Inflation parameters for the staking reward curve are doubled to temporarily increase validators payouts
- [C,D] Daily burning is set to 0.058%


## [5.1.1]

### Added
Expand All @@ -55,11 +62,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [C] `5.0.1` release changes are reverted
- [C,D] Off-chain workers are enabled

## [5.0.1]

### Changed

- [C,D] Set burn rate at 0.058% CERE tokens at the end of every era.

## [5.0.0]

### Changed

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

### Added
- Added ChargeError event to payout pallet

## [4.8.9]

Expand Down
Loading

0 comments on commit 71462ce

Please sign in to comment.