Skip to content

Commit

Permalink
v2.0: Add partitioned epoch rewards to changelog for v2.0 (backport of
Browse files Browse the repository at this point in the history
…anza-xyz#1864) (anza-xyz#1868)

Add partitioned epoch rewards to changelog for v2.0 (anza-xyz#1864)

Add partitioned epoch rewards to changelog

(cherry picked from commit f0641ef)

Co-authored-by: Tyera <tyera@anza.xyz>
  • Loading branch information
2 people authored and neutrinoks committed Jul 17, 2024
1 parent ccd849e commit f98a1f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Release channels have their own copy of this changelog:
* SDK: `cargo test-sbf` accepts `--tools-version`, just like `build-sbf` (#1359)
* CLI: Can specify `--full-snapshot-archive-path` (#1631)
* transaction-status: The SPL Token `amountToUiAmount` instruction parses the amount into a string instead of a number (#1737)
* Implemented partitioned epoch rewards as per [SIMD-0118](https://github.com/solana-foundation/solana-improvement-documents/blob/fae25d5a950f43bd787f1f5d75897ef1fdd425a7/proposals/0118-partitioned-epoch-reward-distribution.md). Feature gate: #426. Specific changes include:
* EpochRewards sysvar expanded and made persistent (#428, #572)
* Stake Program credits now allowed during distribution (#631)
* Updated type in Bank::epoch_rewards_status (#1277)
* Partitions are recalculated on boot from snapshot (#1159)
* `epoch_rewards_status` removed from snapshot (#1274)

## [1.18.0]
* Changes
Expand Down

0 comments on commit f98a1f9

Please sign in to comment.