Lu Zhang

Results 70 issues of Lu Zhang

Type: Documentation

Previously, we can only log to either stdout/stderr or files (apart from other sinks e.g. jaeger). This is not convenient because 1. we want logs in files and pipeline them...

This PR simply moves quorum drive from its own crate to sui-core. The main reason for this change is we'd like to make integrate quorum drive with other components in...

There are a bunch of functions that can be sunset, e.g `sync_all_owned_objects`, `get_all_owned_objects`

sui-node

as title. function: `fn task_queue_processor`

sui-node

1. for fetch-transaction and fetch-object in concise mode, group by results to make results more readable 2. measure and print perceived latency for every validator grpc call Example: ``` ./sui-tool...

Devnet Fullnode keeps asking validators for batches 0-31. Details: https://mysten-labs.slack.com/archives/C03PZTKB0UQ/p1662495976240929 also https://mysten-labs.slack.com/archives/C03GKUEA5PF/p1662497400455739

sui-node

https://github.com/MystenLabs/sui/blob/ad227cbe8bfb0a968ba5187938bbe7eec2e9fd2b/crates/sui-core/src/authority.rs#L236 use some cache replacement policies.

sui-node
Stale

1. for low balances gas, instead of recycling it, directly discard 2. add a timeout when pulling coins from the gas queue 3. a lot of logs