Make StakeHistory clone-on-write (#21573)

This commit is contained in:
Brooks Prumo
2021-12-03 12:10:29 -06:00
committed by GitHub
parent 1430b58a6d
commit 46fe56171b
4 changed files with 87 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ pub mod snapshot_package;
pub mod snapshot_utils;
pub mod sorted_storages;
pub mod stake_delegations;
pub mod stake_history;
pub mod stake_weighted_timestamp;
pub mod stakes;
pub mod status_cache;