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: `Geth/v1.10.17-stable-25c9b49f/linux-amd64/go1.18` OS & Version: `Debian 11.3 Bullseye` **Questions** 1. With the `debug_traceBlockByNumber` method, I expected to get not only information about the transactions in the block,...

type:docs

Hey, In use cases where client subscribes to newPendingTransactions and gets txhashes would typically re-request transaction content from the node. In public nodes or nodes that serve many simultaneous clients,...

type:feature

According to some benchmarks `eth_getLogs` in geth is an order of magnitude slower than Nethermind and Erigon. These are some ideas we can try for speeding it up: - Push...

type:performance

# Rationale When block arrives, it is often important to calculate new state for contracts you are interested in, and then act upon the new total state. This means that...

type:feature

This should only be used in very rare cases e.g. if you are not 100% sure if something is a bug or asking a question that leads to improving the...

os:windows
type:docs

Hi. I set up geth in the ropsten network today. However, since The Merge the block sync has been very slow. I am having trouble connecting to Prysm until the...

**PUSH** / **REOPEN** The issue still exists. It is a contradiction of its own documentation, compare https://eth.wiki/json-rpc/API#hex-value-encoding All other endpoints require a clean conversion from numeric values to their HEX...

TODO: - [x] Make clef work nice with clique - [ ] Docs on how to easily do basic stuff: listing hardware wallet accounts, deviring accounts, accessing balances, sending txs,...

geth uses leveldb to store the blockchain in `$datadir/geth/chaindata`. Right now I'm running geth with `--syncmode full` and geth is at block 4,834,322 (last block right now: 14,979,825). With appr....

I run several geth nodes, but I've always used Sync mode fast. I am building a new machine, so I figured I would try snap (the new default). This is...

type:bug