go-ethereum
go-ethereum copied to clipboard
Go implementation of the Ethereum protocol
**Problem** When op-geth is getting restarted, we need to signal load balancer to stop sending requests to a node before shutting it down, otherwise we will have errors in the...
https://github.com/ethereum/EIPs/pull/9833 Based on #27540
TODO: rename the ResettingTimer to something else?
https://github.com/ethereum/EIPs/pull/9884
Optimize Contract Pool Implementation - Replaced custom contract pool implementation with a global sync.Pool - I didn't measure it for geth but for bnb chain it improve cpu performance more...