You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Client Best Peer Selection based on TD Check (#3950)
* Fix client best peer selection being based on a TD check
* fix test
* Increase test timeout
* Make peer selection a bit more fine grained, to not unnecessarily drop pure PoW/Ethash networks
* Small spelling fix
* Another client integration miner test timeout increase
* Removed unnecessary and misleading clique consensus config from client miner integration test setup
* client: revert change in test
* client: ensure pow test runs in pow mode
* client: pick random eth handshaken peer instead of the first
* client: fullsync integration tests, add comment/warning
* client: miner test: restore timeout
* client: ensure TD is taken into account on non-merge clique networks when selecting peer
* client: longer miner test timeout
---------
Co-authored-by: acolytec3 <[email protected]>
Co-authored-by: Amir <[email protected]>
Co-authored-by: Jochem Brouwer <[email protected]>
0 commit comments