Commit Graph

14646 Commits (49b2c5f43c00b12f345182096f12b25f6599786a)
 

Author SHA1 Message Date
Marius Kjærstad 49b2c5f43c
build: upgrade -dlgo version to Go 1.21.4 (#28505) 11 months ago
Delweng ce5a4809fd
ethclient: add empty/nonexist account testcase for eth_getProof RPC (#28482) 11 months ago
Wei Tang 2f4833b828
cmd/evm: allow state dump regardless if test passes in statetest (#28484) 11 months ago
rjl493456442 326fa00759
core/rawdb: fsync the index file after each freezer write (#28483) 11 months ago
Delweng e38b9f1830
eth/filters: exit early if topics-filter has more than 4 topics (#28494) 11 months ago
Jim McDonald f7dde2a96c
ethdb/pebble: add `Errorf` function to panicLogger (#28491) 11 months ago
Martin Holst Swende b77a9b127c
cmd/geth: more testcases for logging (#28501) 11 months ago
Delweng 7ea860d665
graphql: type of yParity from Long to BigInt (#28456) 11 months ago
Péter Szilágyi 470dba8fc1
core/vm: set basefee to 0 internally on eth_call (#28470) 11 months ago
Marius van der Wijden 4d9f3cd5d7
eth: set networkID to chainID by default (#28250) 11 months ago
Delweng f20b334f21
eth/filters: eth_getLogs fast exit for invalid block range (#28386) 11 months ago
Péter Szilágyi 97ae32441e
travis: use newer builder image (#28475) 11 months ago
Péter Szilágyi 51b5ad3da3
.travis: enable cross building to macos arm64 (#28474) 11 months ago
Péter Szilágyi e91cdb49be
ethclient: fix forwarding 1559 gas fields (#28462) 11 months ago
Alvaro Sevilla b1cec853be
eth/tracers: add position field for callTracer logs (#28389) 11 months ago
lmittmann a3be38127c
core/vm: performance tweak of `OpCode.String()` (#28453) 11 months ago
rjl493456442 f4ac548619
ethdb/pebble: cap memory table size as maxMemTableSize-1 (#28444) 11 months ago
Mario Vega 285202aae2
cmd/evm: add --run option to blocktest command (#28421) 11 months ago
Felix Lange bc42e88415
core: add basic chain history support in GenerateChain (#28428) 11 months ago
Jakub Freebit 447945e438
core/rawdb: add logging and fix comments around AncientRange function. (#28379) 11 months ago
rjl493456442 ea2e66a58e
trie/triedb/pathdb: improve dirty node flushing trigger (#28426) 11 months ago
Martin Holst Swende 233db64cc1
all: make vendored copy of reexec (#28382) 11 months ago
Delweng 2d7dba024d
graphql: always set content-type to application/json (#28417) 11 months ago
Guillaume Ballet 4cbca5178a
core, cmd/geth: add --override.* flags to geth init (#28407) 11 months ago
Delweng abe3fca1de
graphql: fix an issue of nil pointer panic (#28416) 11 months ago
Martin Holst Swende 58ae1df684
cmd/geth: test for logging-output (#28373) 11 months ago
Adrian Sutton d8c6ae054c
rpc: use correct stringer-method for serializing BlockNumberOrHash (#28358) 11 months ago
Delweng f7b62e5506
graphql: logs return error if from block > to (#28412) 11 months ago
Martin Holst Swende 96b75033c0
trie: use explicit errors in stacktrie (instead of panic) (#28361) 11 months ago
Martin Holst Swende 300df874d7
cmd/evm: make t8ntool handle transaction decoding errors better (#28397) 11 months ago
moomin a8617c6d4d
txpool/legacypool: remove already known error in legacypool (#28400) 11 months ago
rjl493456442 ab04aeb855
core, eth, trie: filter out boundary nodes and remove dangling nodes in stacktrie (#28327) 11 months ago
Delweng 43e6a3c196
graphql: return error if block from>to (#28393) 11 months ago
rjl493456442 3853f50082
trie/triedb/pathdb, core/rawdb: enhance error message in freezer (#28198) 11 months ago
hyunchel 062598bb40
core/blockchain: fix typos and grammar (#28295) 11 months ago
kaliubuntu0206 54f35c68be
ethstats: fix bug in block reporting (#28398) 11 months ago
aaronbuchwald 6c6982163b
core/state/pruner: track number of skipped items during state pruning (#28368) 11 months ago
Inphi ffc6a0f36e
event: fix Resubscribe deadlock when unsubscribing after inner sub ends (#28359) 11 months ago
kevaundray a6a0ae45b6
crypto/kzg4844: use the new trusted setup file and format (#28383) 11 months ago
Martin Holst Swende c1d5a012ea
core/state, tests: fix memory leak via fastcache (#28387) 11 months ago
Marius van der Wijden cd29535672
crypto/blake2b: put architecture-dependent features behind build-tag (#28381) 11 months ago
Sina Mahmoodi 4d3c0d41f4
eth/filters: fix flaky test TestPendingTxFilterDeadlock (#28376) 11 months ago
Brandon Liu ec1a0502bf
rpc: increase timeout in TestClientWebsocketPing (#28371) 11 months ago
Marius van der Wijden d10a2f6ab7
tests/fuzzers: update fuzzers to be based on go-native fuzzing (#28352) 11 months ago
lightclient da55b23d21
eth/fetcher: downgrade stale txs log from warn to debug (#28364) 11 months ago
Marius van der Wijden d782dc2341
tests/fuzzers/les: fix crash in fuzzer (#28362) 11 months ago
lightclient 20d5256e40
core/chain_makers: add SetParentBeaconRoot(..) to chain makers (#28252) 11 months ago
Adrian Sutton b85c86022e
api/bind: add CallOpts.BlockHash to allow calling contracts at a specific block hash (#28084) 11 months ago
Brandon Liu f62502e123
internal/ethapi, accounts/abi/bind: use `errors.Is` for error comparison (#28348) 11 months ago
Kero 1f11d2d340
ethclient: ensure the close of canceled context (#28349) 11 months ago