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

# Rationale When EstimateGas is called, if the `authorizationList` field is provided, its signature is verified during execution. If the signature is invalid, the sender's code is not updated. Example...

type:feature

the current era fallback mechanism only supports Ancient hook https://github.com/ethereum/go-ethereum/pull/31604 as most of the API request need that. It will be useful to support AncientRange for other use-cases.

Hello Geth Team, I am setting up an archive node using Geth and would appreciate guidance on the following aspects: 1. Benchmark Tests and Performance Metrics: - Are there any...

type:docs

Pebble has released Pebble v2, which is unfortunately incompatible with the v1 version currently used in go-ethereum. Upgrading to v2 is certainly a desirable long-term goal. However, before proceeding with...

#### System information Geth version: `latest` CL client & version: N/A OS & Version: OSX Commit hash : (if `develop`) #### Expected behaviour `eth_estimateGas` should allow precompile overrides like `debug_traceCall`,...

type:bug

Hello! I have a task to deploy a private network for educational purposes. However, one of the exercises is to practice the function of searching and connecting a new node...

type:docs

After upgrading geth to v1.15.11, i found eth_getLogs rpc is very slow. You guys can try this curl to reproduce: ``` curl --location 'http://localhost:8545' \ --header 'Content-Type: application/json' \ --data...

need more information

#### System information Geth version: `geth version` ``` Geth Version: 1.15.10-stable Git Commit: 2bf8a78984d70e8d5a695879494b17193f1bcf57 Git Commit Date: 20250425 Architecture: amd64 Go Version: go1.24.2 Operating System: linux GOPATH= GOROOT= ``` ####...

type:bug

commit hash: 0db99f4e409b05c109cffac26c15dd641757a3ab ``` INFO [05-09|14:54:34.902] Stopping work on payload id=0x03d3309580564ba4 reason=delivery INFO [05-09|14:54:34.904] Imported new potential chain segment number=274 hash=7cb14e..23db6d blocks=1 txs=0 mgas=0.000 elapsed=3.232ms mgasps=0.000 snap diffs=82.77KiB triediffs=459.22KiB triedirty=66.95KiB...

type:bug

Hi team, I faced "Failed to journal state snapshot" error and rebuilding state snapshot twice. I would like to know whether this is a normal behavior or not. #### System...

type:bug