moves shredder out of the shred module (#24755)

Working towards embedding versioning into shreds binary; so Shredder can
no longer depend on internals of Shred.
This commit is contained in:
behzad nouri 2022-04-27 22:00:04 +00:00 committed by GitHub
parent 8541704267
commit 1e86d3ab59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1112 additions and 1064 deletions

View File

@ -24,6 +24,7 @@ pub mod next_slots_iterator;
pub mod rooted_slot_iterator;
pub mod shred;
pub mod shred_stats;
mod shredder;
pub mod sigverify_shreds;
pub mod slot_stats;
pub mod staking_utils;

File diff suppressed because it is too large Load Diff

1072
ledger/src/shredder.rs Normal file

File diff suppressed because it is too large Load Diff