0g-storage-node/node
peilun-conflux ef82f64393
Implement Pruner to delete unwanted data. (#70)
* 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.

* Add back shard config and fix test.

* fix: serde format

* Remove unneeded PORA_CHUNK_SIZE.

* Fix tests.

---------

Co-authored-by: MiniFrenchBread <103425574+MiniFrenchBread@users.noreply.github.com>
2024-05-31 13:11:06 +08:00
..
chunk_pool enhance rpc logs (#73) 2024-05-29 10:16:28 +08:00
file_location_cache Supports to sync partial chunks (#4) 2024-01-19 14:04:59 +08:00
log_entry_sync Wait SyncedBlock to be processed for revert block (#45) 2024-04-11 18:13:52 +08:00
miner Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00
network Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00
pruner Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00
router Chore: expose RPC modules, update dependency (#35) 2024-04-02 21:00:26 +08:00
rpc Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00
shared_types chore: update dependency (#39) 2024-04-08 13:54:01 +08:00
src Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00
storage Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00
storage-async chore: update dependency (#39) 2024-04-08 13:54:01 +08:00
sync Rpc enhancements (#15) 2024-01-30 16:50:35 +08:00
.gitignore Initial commit 2024-01-04 18:05:32 +08:00
Cargo.toml Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00