0g-storage-node/node
Bo QIU c2b8b1cab3
Rpc enhancements (#15)
* add admin rpc to terminate file or chunks sync

* Disallow to change file sync goal when failed

* split admin rpc into separate endpoints

* Support to launch public and private rpc at one port

* use one rpc port for python test

* fix lint

* restart to sync file or chunks if sync already completed or failed
2024-01-30 16:50:35 +08:00
..
chunk_pool Update the merkle tree with proof data. (#9) 2024-01-26 10:29:09 +08:00
file_location_cache Supports to sync partial chunks (#4) 2024-01-19 14:04:59 +08:00
log_entry_sync Update the merkle tree with proof data. (#9) 2024-01-26 10:29:09 +08:00
miner fmt code (#3) 2024-01-19 10:56:59 +08:00
network fix build dependency isuse (#12) 2024-01-26 19:48:40 +08:00
router fix build dependency isuse (#12) 2024-01-26 19:48:40 +08:00
rpc Rpc enhancements (#15) 2024-01-30 16:50:35 +08:00
shared_types Update the merkle tree with proof data. (#9) 2024-01-26 10:29:09 +08:00
src Rpc enhancements (#15) 2024-01-30 16:50:35 +08:00
storage Update the merkle tree with proof data. (#9) 2024-01-26 10:29:09 +08:00
storage-async Update the merkle tree with proof data. (#9) 2024-01-26 10:29:09 +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
build.rs Initial commit 2024-01-04 18:05:32 +08:00
Cargo.toml Initial commit 2024-01-04 18:05:32 +08:00