go-ethereum
go-ethereum copied to clipboard
Go implementation of the Ethereum protocol
- [x] light client overview (@adamschmideg) - [x] geth system requirements - [x] command line options (@fjl) - [x] puppeth - [x] config file (@ChrisChinchilla) - [x] ethclient - [x]...
clef: when --rules is used together with --stdio-ui then clef doesn't respond to clef_foo requests
#### System information On Guix (Linux): ``` ~ $ /gnu/store/01m5q699wca57mi5zp5qk0hbcalqmm37-geth-binary-1.10.20/bin/geth version Geth Version: 1.10.20-stable Git Commit: 8f2416a89a3def6ec2c749d5afafbf2c9a18e3c8 Git Commit Date: 20220629 Architecture: amd64 Go Version: go1.18.1 Operating System: linux GOPATH=...
ERROR[07-25|21:20:40.667] Impossible reorg, please file an issue oldnum=128 oldhash=d88ee3..e9638d oldblocks=0 newnum=128 newhash=d88ee3..e9638d newblocks=0 This pops up every now and then, reorg to current block, just ignore and don't print this...
This PR removes a verification from EIP712 parsing lib that JS libs don't perform The reasoning for this is that Opensea's seaport protocol isn't compatible with go-ethereum's eip712 message parsing,...
The code in this PR is written by @karalabe (I just moved a chunk of code a bit north) When we're generating the snapshot, we're also processing blocks. In case...
I would propose changing the tracer `revertReason` to `returnData` which includes reason, and it is also a way to supply the tx's returned data in the API.
# Rationale Sometimes it is useful to include access list in StructLog, for example, do some gas debugging and optimization. # Implementation `EnableAccessList` can be added with default value false....
update Clef/Rules page Add new schematic
This PR supersedes https://github.com/ethereum/go-ethereum/pull/23655. It applies the trick only to the eth backend. It changes the logic of `GetLogs`, which doesn't fill in log metadata anymore. Both `GetLogs` callers check...
`geth dumpgenesis` current does not respect the content of the data directory. Instead, it outputs the genesis block created by command-line flags. This PR fixes it to read the genesis...