mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-14 12:05:17 +00:00
9b68a8b7d7
Some checks failed
abi-consistent-check / build-and-compare (push) Has been cancelled
code-coverage / unittest-cov (push) Has been cancelled
rust / check (push) Has been cancelled
rust / test (push) Has been cancelled
rust / lints (push) Has been cancelled
functional-test / test (push) Has been cancelled
* Add new P2P protocol NewFile * Publish NewFile message when any file finalized * handle NewFile message in router * handle NewFile in sync servic to write in db * use propagation source to handle NewFile message * Disable sequential sync and store new file in v2 sync store * Add shard config in FindFile * Add AnnounceFile RPC message in network layer * do not propagate FindFile to whole network * Mark peer connected if FileAnnouncement RPC message received * fix unit test failures * Change P2P protocol version * Ignore py tests of sequential auto sync * Add py test for auto sync v2 * fmt code * remove dummy code in py test * fix random test failure * Add comments * Enable file sync protocol v2 in config file by default |
||
---|---|---|
.. | ||
config | ||
test_framework | ||
utility | ||
cache_test.py | ||
ccov.sh | ||
cli_submission_test.py | ||
crash_test.py | ||
dep_pip3.sh | ||
example_test.py | ||
fuzz_test.py | ||
long_time_mine_test_local.py | ||
mine_test.py | ||
mine_with_market_test.py | ||
node_cache_test.py | ||
parallel_submission_test.py | ||
partial_submission_test.py | ||
pruner_test.py | ||
random_test.py | ||
recovery_test.py | ||
revert_test.py | ||
root_consistency_test.py | ||
rpc_test.py | ||
same_root_test.py | ||
shard_submission_test.py | ||
shard_sync_test.py | ||
submission_test.py | ||
sync_auto_random_test.py | ||
sync_auto_random_v2_test.py | ||
sync_auto_sequential_test_ignore.py | ||
sync_auto_test_ignore.py | ||
sync_test.py | ||
test_all.py |