go-ethereum
go-ethereum copied to clipboard
Go implementation of the Ethereum protocol
#### System information Geth Version: 1.10.13-stable Git Commit: 7a0c19f813e285516f4b525305fd73b625d2dec8 Architecture: amd64 Go Version: go1.17.3 Operating System: linux GOPATH= GOROOT=go #### Expected behaviour Close files that aren't in use / have...
Updates LES to the newest merge spec (not tested yet)
This is mostly an experiment. The proxy is itself a pseudo-tracer that handles interrupts and only forwards events to the actual native tracer in case there's no interrupt. The goal...
Fixes https://github.com/ethereum/go-ethereum/issues/25169
Use all api modules if "rpc_module" not found for external api services (such as infura) in the console. And added header flags for rpc client.
This supports taking the database of a real network (like mainnet or Goerli) and launching a local developer mode fork of it, optionally overriding parts of state with the eth_call...
This PR makes a few small cleanup changes in the snapshot code: - Remove unused checkDanglingStorage function in `cmd/geth/snapshot.go` - Removes an unused parameter from `makeStorageTrie` - Returns an error...
Uses Pebble patched to expose an API for getting the amount of heap memory allocated through CGo: https://github.com/jwasinger/pebble/tree/mem-stats . Modifies the `system/memory/used` and `system/memory/held` gauges to include Pebble's allocation through...