Skip to content

Commit

Permalink
Feature/substrate 0.9.42 (#262)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe what change this PR is implementing -->

### 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.
- [x] Change adds / updates tests.
- [ ] Changelog doc updated.

---------

Co-authored-by: rakanalh <[email protected]>
  • Loading branch information
Raid5594 and rakanalh authored Feb 6, 2024
1 parent 066c874 commit 330315b
Show file tree
Hide file tree
Showing 44 changed files with 1,211 additions and 539 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [vNext]

## [4.8.9]

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

0 comments on commit 330315b

Please sign in to comment.