solana/programs/stake
mergify[bot] a829deae22
v2.0: SIMD-0118: fix `total_rewards` for recalculation (backport of #2780) (#2794)
* SIMD-0118: fix `total_rewards` for recalculation (#2780)

* Add new feature key

* Wrap existing code with new feature

* Extend test harness

* Make test fail

* Populate EpochRewards::total_rewards from PointValue

* Remove superfluous struct field

* Fixup tests

(cherry picked from commit 4470f6d96e)

# Conflicts:
#	programs/bpf_loader/src/syscalls/mod.rs
#	sdk/src/feature_set.rs

* Fix conflicts

---------

Co-authored-by: Tyera <tyera@anza.xyz>
2024-09-03 10:31:12 -06:00
..
src v2.0: SIMD-0118: fix `total_rewards` for recalculation (backport of #2780) (#2794) 2024-09-03 10:31:12 -06:00
Cargo.toml Add Shuttle multithreading test infrastructure (#1634) 2024-06-17 19:24:43 -03:00
build.rs