0g-storage-node/node
Bo QIU 891e00fa80
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
Refactor auto sync to return sync status (#150)
* Refactor auto sync to return sync state

* Add auto sync manager to wrap multiple objects

* use auto sync manager

* fix python tests
2024-08-05 17:30:26 +08:00
..
chunk_pool Handle chunk write of rpc in parallel. (#126) 2024-07-15 15:50:51 +08:00
file_location_cache feat: file location admin rpc; refactor: all_shards_available (#134) 2024-07-19 11:55:18 +08:00
log_entry_sync Handle chunk write of rpc in parallel. (#126) 2024-07-15 15:50:51 +08:00
miner Update with the most recent storage contract (#142) 2024-07-24 13:01:30 +08:00
network Generate sync proof with the given tx seq. (#123) 2024-07-12 15:55:57 +08:00
pruner Change db_max_num_chunks to db_max_num_sectors. (#137) 2024-07-29 22:31:19 +08:00
router Verify announced IP with seen ip for pubsub msg (#130) 2024-07-17 19:01:41 +08:00
rpc fix: admin_getFileLocation; test: sync test (#141) 2024-07-23 15:47:44 +08:00
shared_types Store shard config for peers and choose sync peers accordingly. (#77) 2024-06-07 16:58:15 +08:00
src Change db_max_num_chunks to db_max_num_sectors. (#137) 2024-07-29 22:31:19 +08:00
storage feat: file location admin rpc; refactor: all_shards_available (#134) 2024-07-19 11:55:18 +08:00
storage-async Generate sync proof with the given tx seq. (#123) 2024-07-12 15:55:57 +08:00
sync Refactor auto sync to return sync status (#150) 2024-08-05 17:30:26 +08:00
.gitignore Initial commit 2024-01-04 18:05:32 +08:00
Cargo.toml Use public ip address to broadcast file announcement (#115) 2024-07-09 17:39:14 +08:00