Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lightclient
ffae2043f0
internal/ethapi: support both input and data for personal_sendTransaction ( #23476 )
...
Currently, setDefaults overwrites the transaction input value if only input is provided. This causes personal_sendTransaction to estimate the gas based on a transaction with empty data. eth_estimateGas never calls setDefaults so it was unaffected by this.
3 years ago
..
build
build: improve cross compilation setup ( #22804 )
4 years ago
cmdtest
trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes ( #21871 )
4 years ago
debug
all: add go:build lines ( #23468 )
3 years ago
ethapi
internal/ethapi: support both input and data for personal_sendTransaction ( #23476 )
3 years ago
flags
cmd/geth: add db commands stats, compact, put, get, delete ( #22014 )
4 years ago
guide
all: add support for EIP-2718, EIP-2930 transactions ( #21502 )
4 years ago
jsre
core, graphql, internal: expose effectiveGasPrice in receipts
3 years ago
testlog
internal/testlog: print file+line number of log call in test log ( #20528 )
5 years ago
utesting
cmd/devp2p, internal/utesting: implement TAP output ( #21760 )
4 years ago
web3ext
internal/web3ext: remove unused console APIs ( #23208 )
3 years ago