go-ethereum icon indicating copy to clipboard operation
go-ethereum copied to clipboard

Go implementation of the Ethereum protocol

Results 848 go-ethereum issues
Sort by recently updated
recently updated
newest added

**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

osaka

TODO: rename the ResettingTimer to something else?

https://github.com/ethereum/EIPs/pull/9884

osaka

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...