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

A lot of users on our discord have been under the impression that their node is synced, and wondering why it is emitting "State healing" messages. In general, not understanding...

It's based on another PR, only 89962caaa608378cc4b16562370c2c90ddf8fcf8 is relevant.

#### System information Geth version: `geth version` 19.9 OS & Version: Windows/Linux/OSX Windows 10 x64 Ent Commit hash : (if `develop`) #### Expected behaviour Successful cloning of go-ethereum repo ####...

type:bug

Adjust geth's block building parameters to produce (most of the time) a block acceptable to consensus clients. * Set header.Time = parent.Time() + 12. This is the correct value unless...

hi , i have error when i want run prysm and geth this is my error : [2022-09-19 23:30:20] ERROR powchain: Could not connect to execution endpoint error=Post "http://127.0.0.1:8551": dial...

type:docs

#### System information Geth version: `1.10.25` OS & Version: Ubuntu 22.04 #### Expected behaviour Prysm runs into sporadic timeouts, about 3 such events a day with about 3 requests per...

type:bug

This PR makes it possible to set custom headers. Example: ``` $ source setheaders && go run . attach -H "CF-Access-Client-Id: $CFID" -H "CF-Access-Client-Secret: $CFSEC" https://rpc.mainnet.ethpandaops.io Welcome to the Geth...

This PR fixes an issue related to how subcommands are hoisted into the global scope. Here's an example app: https://gist.github.com/holiman/5ed50fc9dcf44fd661abdb91a59137fe#file-main-go . This has a stringslice argument, and shows the corruption...

This makes the EIP-1559 parameters `BASE_FEE_MAX_CHANGE_DENOMINATOR` and `ELASTICITY_MULTIPLIER` configurable, and changes the globals to function as defaults. As an alternative chain or testnet with different (often faster) block time it's...

status:triage

There are a few CLI flags for ethash mining. Since ethereum is already switched to PoS, these flags should be deprecated. - miner.threads - miner.notify - miner.notify.full - miner.etherbase -...

type:feature