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:
parent
8541704267
commit
1e86d3ab59
|
@ -24,6 +24,7 @@ pub mod next_slots_iterator;
|
||||||
pub mod rooted_slot_iterator;
|
pub mod rooted_slot_iterator;
|
||||||
pub mod shred;
|
pub mod shred;
|
||||||
pub mod shred_stats;
|
pub mod shred_stats;
|
||||||
|
mod shredder;
|
||||||
pub mod sigverify_shreds;
|
pub mod sigverify_shreds;
|
||||||
pub mod slot_stats;
|
pub mod slot_stats;
|
||||||
pub mod staking_utils;
|
pub mod staking_utils;
|
||||||
|
|
1103
ledger/src/shred.rs
1103
ledger/src/shred.rs
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue