mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-04-04 15:35:18 +00:00

Some checks are pending
abi-consistent-check / build-and-compare (push) Waiting to run
code-coverage / unittest-cov (push) Waiting to run
rust / check (push) Waiting to run
rust / test (push) Waiting to run
rust / lints (push) Waiting to run
functional-test / test (push) Waiting to run
* Supports to randomly sync historical files * Add name for random file sync batcher * Remove sync store metrics since multiple random batcher created * opt log * ignore pruned or finalized historical file * Add python tests for historical file sync
9 lines
151 B
Rust
9 lines
151 B
Rust
mod batcher;
|
|
pub mod batcher_random;
|
|
pub mod batcher_serial;
|
|
mod historical_tx_writer;
|
|
pub mod manager;
|
|
mod metrics;
|
|
pub mod sync_store;
|
|
mod tx_store;
|