Move status cache serialization to the Snapshot Packager service (#6081)
* Move status cache serialization to the Snapshot Packager service * Minor comment updates * use ok_or_else instead of ok_or * satus cache * Remove assert when snapshot format is wrong * Fix compile * Remove slots_to_snapshot from bank forks * Address review comment * Remove unused imports
This commit is contained in:
@@ -38,6 +38,7 @@ solana-vote-program = { path = "../programs/vote_program", version = "0.20.0" }
|
||||
sys-info = "0.5.8"
|
||||
tempfile = "3.1.0"
|
||||
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.20.0" }
|
||||
itertools = "0.8.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["lib"]
|
||||
|
Reference in New Issue
Block a user