0g-storage-node/node/storage/src/log_store
peilun-conflux c2c6e2d5fb
Store shard config for peers and choose sync peers accordingly. (#77)
* Implement Pruner.

* Put pruner in a crate.

* Fix clippy.

* Add rpc zgs_getShardConfig.

* Fix.

* Increase wait time.

* Add pruner_test and use max_num_chunks instead of size_limit.

* Store shard config for peers and choose sync peers accordingly.

* Add test and fix sync.

* Fix clippy and test.

* Fix some ut.

* Add AnnounceShardConfig gossip and fix tests.

* Add sharded tx finalize check in LogManager.

* Try,

* Rename.

* Longer timeout for mine_test.

* Save test logs.
2024-06-07 16:58:15 +08:00
..
load_chunk Fix an overflow bug in chunk sealing (#47) 2024-04-12 15:54:11 +08:00
config.rs Initial commit 2024-01-04 18:05:32 +08:00
flow_store.rs Store shard config for peers and choose sync peers accordingly. (#77) 2024-06-07 16:58:15 +08:00
log_manager.rs Store shard config for peers and choose sync peers accordingly. (#77) 2024-06-07 16:58:15 +08:00
mod.rs Store shard config for peers and choose sync peers accordingly. (#77) 2024-06-07 16:58:15 +08:00
tests.rs Process padding data in groups to avoid OOM. (#27) 2024-03-14 11:37:34 +08:00
tx_store.rs replace filter with eth_getLogs (#32) 2024-03-27 13:54:06 +08:00