0g-storage-node/node/src
peilun-conflux d15ef5ba3d
Add tokio console for debug. (#317)
It requires `tokio_unstable` in rust flags, so a `tokio-console`
features is added to be compatible with the default config.
To compile with the tokio console enabled, compile with
``RUSTFLAGS="--cfg tokio_unstable" cargo build --release --features tokio-console``
The usage of the tokio console can be found in https://github.com/tokio-rs/console.
2025-02-11 16:36:08 +08:00
..
cli opt zgs version (#211) 2024-09-24 16:42:38 +08:00
client Supports rate limit for pubsub message (#299) 2024-12-12 17:49:26 +08:00
config Sync file from neighbors by default (#295) 2024-12-09 16:04:55 +08:00
log.rs Add tokio console for debug. (#317) 2025-02-11 16:36:08 +08:00
main.rs Add shard config in STATUS message and only dail to shard config matched peers (#285) 2024-11-25 10:15:30 +08:00