solana/runtime
Tyera bbd1fd41ac
Move EpochRewardsHasher to solana-sdk (#34934)
* Move EpochRewardsHasher to solana-sdk

* Cargo.lock

* Apparently we're allowing arithmetic_side_effects in all of runtime

* Move allow stmt to block instead of module

* Also allow in test mod
2024-01-24 16:25:01 -07:00
..
benches Removes unnecessary AccountsDb::new_with_config_for_benches() (#34484) 2023-12-18 06:52:41 -05:00
src Move EpochRewardsHasher to solana-sdk (#34934) 2024-01-24 16:25:01 -07:00
tests refactor: optional `stake_history` arg is never `None` (#34556) 2023-12-22 10:44:28 +08:00
.gitignore
Cargo.toml Move EpochRewardsHasher to solana-sdk (#34934) 2024-01-24 16:25:01 -07:00
build.rs