solana-with-rpc-optimizations/runtime
Tyera 180a186c7d
Populate EpochRewards with correct data (#763)
* Populate EpochRewards::parent_blockhash correctly

* Populate EpochRewards::num_partitions correctly

* Add new internal struct to be extended

* Add CalculateValidatorRewardsResult::total_points

* Add PartitionedRewardsCalculation::total_points

* Add CalculateRewardsAndDistributeVoteRewardsResult::total_points

* Populate EpochRewards::total_points correctly

* Nit: reorder fields to match struct definition

* Use Self::last_blockhash() to get parent_blockhash
2024-04-15 10:16:02 -06:00
..
benches Move `add_builtin` to SVM (#547) 2024-04-09 16:55:09 -03:00
src Populate EpochRewards with correct data (#763) 2024-04-15 10:16:02 -06:00
tests refactor: optional `stake_history` arg is never `None` (#34556) 2023-12-22 10:44:28 +08:00
.gitignore
Cargo.toml Remove duplicated token ids and use a shared inline-spl crate (#456) 2024-04-01 14:31:04 +02:00
build.rs