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

Go implementation of the Ethereum protocol

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

Hi guys, I try to create an event listener for some ETH and BSC contracts, so I decided to be faster to create a node, one for ETH and one...

type:docs
need:more-information

#### System information Geth version: `v1.10.18` OS & Version: Docker Network ropsten #### Expected behaviour Geth node must be synced and have the same actual block as on the [resource](https://ropsten.etherscan.io/)....

type:bug

#### System information Geth version: `1.10.19-stable` OS & Version: Windows/Linux/OSX #### Expected behaviour In `debug_traceTransaction`, with a custom JavaScript tracer, accessing `log.memory.slice()` on uninitialized memory should return zero'd bytes. ####...

type:bug

Seems to be due to this code: https://github.com/ethereum/go-ethereum/blob/01e5e9c2c3fa1cf7a9747148dca22d59ff9839b6/core/genesis.go#L370-L372 Unfortunately, other clients don't have this behavior. I think if an invalid gas limit is explicitly specified in the genesis we should...

type:bug

In this page: https://geth.ethereum.org/docs/interface/mining Text "You’ll see something like the example output below – it’s a two stage process as described in much more detail in our [FAQ](https://geth.ethereum.org/docs/FAQ). " results...

type:bug

#### System information OS & Version: Linux Commit hash : de1cecb22e2a18ad70d4cb92bee122f4549c5b79 (master) #### Expected behaviour When using `AdjustTime` directly after a `Fork`, the following `Commit` should still create a block...

type:bug

I have a light server and a light client running at the same time which are peered up to one-another (and nothing else). The light client cannot get the state...

type:bug
area:les

This is the concurrent version of #24815: it adds a `to-verkle` subcommand to the `snapshot` command, to translate the current tree from the snapshot. This command will not produce a...

It is an expensive operation for light servers to search for unavailable state requested by light clients. Hence LES came with a heuristic of rejecting requests if they were older...