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

#### System information Geth version: [v1.13.2](https://github.com/ethereum/go-ethereum/tree/v1.13.2) #### Expected behaviour When running without specifying `--syncmode=full` (i.e. the default i.e. snap sync) geth should transition to full sync automatically for pre-genesis /...

type:bug
help wanted

I think the block test format used for consensus testing is also ideal for testing live tracers. I have taken our existing tests for the supply tracer and turned them...

Loop gotcha was fixed in [1.22](https://go.dev/blog/go1.22) and is currently set as the min version: https://github.com/ethereum/go-ethereum/blob/922eb033d3553d97907506d08fdb1e0ccdc5bead/go.mod#L3

This is a reimplementation of the `FILL_COST` PR rebased on Gary's `StateExists` PR (https://github.com/rjl493456442/go-ethereum/commit/732cb64460c3704a6b5f6e444ac96ffa9695b4c7#diff-c3757dc9e9d868f63bc84a0cc67159c1d5c22cc5d8c9468757098f0492e0658c).

Continuation of https://github.com/ethereum/go-ethereum/pull/30381

The vulnerability-reporting should be updated with the recent bugs. Perhaps consider dropping the vulnerabilty-check. I'm unsure if people/users are even aware of it, and other channels are probably better for...

type:bug
status:triage

Implementation of https://github.com/ethereum/go-ethereum/issues/24132 Added handler for SIWE in CLEF Example of usage: ``` curl -X POST --data '{"id": 0, "jsonrpc": "2.0", "method": "account_approveSIWE", "params": [{ "domain": "login.xyz", "address": "0x9D85ca56217D2bb651b00f15e694EB7E713637D4", "statement":...

closes https://github.com/ethereum/go-ethereum/issues/31254

# Rationale Follow the Go network library design practice, add one more `TalkReq` function with `context` arg is more useful for some use-cases which wanna to return immediately without waiting...

type:feature