JayT106
|
d4cda544ae
|
fastsync/rpc: add TotalSyncedTime & RemainingTime to SyncInfo in /status RPC (#6620)
|
3 years ago |
Sam Kleinman
|
917180dfd2
|
p2p: reduce buffering on channels (#6609)
Having smaller buffers in each reactor/channel will mean that there will be fewer stale messages.
|
3 years ago |
Sam Kleinman
|
9ffa7e8a2b
|
types: move NodeInfo from p2p (#6618)
|
3 years ago |
JayT106
|
2cc872543b
|
rpc: add max peer block height into /status rpc call (#6610)
use `maxPeerBlockHeight` information to show the current network's best height.
Closes #3983
Relate to #3365
ref: the`highestBlock` in the response of `eth.isSyncing` call
https://web3js.readthedocs.io/en/v1.3.4/web3-eth.html#issyncing
|
3 years ago |
Sam Kleinman
|
ae5f98881b
|
p2p: make NodeID and NetAddress public (#6583)
|
3 years ago |
JayT106
|
2b0a3c151b
|
fastsync: update the metrics during fast-sync (#6590)
Closes #3507
|
3 years ago |
JayT106
|
10fa151749
|
state/types: refactor makeBlock, makeBlocks and makeTxs (#6567)
Closes #3584
|
3 years ago |
JayT106
|
a456b71f1f
|
state: move pruneBlocks from consensus/state to state/execution (#6541)
state: move pruneBlocks function from consensus/state to state/execution
Closes #5414
|
3 years ago |
Callum Waters
|
d6b4bc267b
|
node/tests: clean up use of genesis doc and surrounding tests (#6554)
|
3 years ago |
Sam Kleinman
|
a855f96946
|
p2p: renames for reactors and routing layer internal moves (#6547)
|
3 years ago |