Jeff Biseda
87c1b67d53
refactor core to create consensus module ( #32282 )
2023-06-27 17:25:08 -07:00
steviez
0264d50ebf
Remove duplicate SnapshotConfig validation code ( #32290 )
...
Instead, use the is_snapshot_config_valid() helper function.
2023-06-27 13:54:55 -05:00
steviez
77b587aa4d
Add constant for disabled snapshot interval ( #32236 )
...
Slot::MAX was used to specify that a type of snapshots should not be
created; define a constant to be that value and reference the constant
to have a single point of edit.
2023-06-26 12:26:56 -05:00
behzad nouri
f6e039b0b3
moves turbine to a separate crate out of solana/core ( #32226 )
2023-06-22 16:22:11 +00:00
steviez
46c2780e1b
Remove duplicate code from local-cluster save_tower() ( #32240 )
...
The same logic is used in Tower::save(), so use Tower::save() directly.
2023-06-22 10:11:16 -05:00
Brooks
391f650d77
Removes #![allow(dead_code)] from local-cluster/tests/common.rs ( #32058 )
2023-06-12 08:10:56 -04:00