Commit Graph

14392 Commits (5e89ff4d6b0df4bd54d20d90bee5a16abef6b9bc)
 

Author SHA1 Message Date
jwasinger 988d84aa7c
core/state, core/vm: implement EIP 6780 (#27189) 1 year ago
Martin Holst Swende b058cf454b
core, tests: EIP-4844 transaction processing logic (#27721) 1 year ago
ucwong 99e000cb13
core/vm: use types.EmptyCodeHash (#27729) 1 year ago
jwasinger d233b6b23a
core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716) 1 year ago
Yurie 00408f7479
accounts/abi/bind/backends: fix goroutine leak in unit test (#27705) 1 year ago
Ömer Faruk Irmak 34d5072159
metrics: NilResettingTimer.Time should execute the timed function (#27724) 1 year ago
Delweng 47b9f1b4ae
cmd/geth: use automaxprocs to apply cpu quota correctly (#27506) 1 year ago
Ömer Faruk Irmak 13c0305106
metrics: NilTimer should still run the function to be timed (#27723) 1 year ago
Seungbae Yu 60ecf48dd4
cmd/bootnode, p2p: support for alternate mapped ports (#26359) 1 year ago
ucwong c40ab6af72
core/blockchain: fast to snap in comments (#27722) 1 year ago
ucwong e1fe6bc846
go.sum: go mod tidy (#27717) 1 year ago
Ryan Schneider 517ac886d4
eth/tracers/native: panic on memory read in prestateTracer (#27691) 1 year ago
Delweng 1e069cf802
eth/tracers: add ReturnData in the tracer's response (#27704) 1 year ago
Delweng 5d035043ea
internal/ethapi: add more testcase for GetTransactionReceipt (#27527) 1 year ago
Delweng 10a136a4f9
internal: early exit if tx for getTxReceipt not found (#27712) 1 year ago
Sina Mahmoodi 4f0d8f0d15
graphql: fix race in withdrawals test (#27706) 1 year ago
Delweng 714f75943b
eth, miner: rm redundant type declare (#27713) 1 year ago
Marius Kjærstad 040a4a543b
build: upgrade -dlgo version to Go 1.20.6 (#27708) 1 year ago
cui fliter 80b7bfe70d
accounts, cmd/evm: fix docstrings (#27703) 1 year ago
Felix Lange a426999fc9
p2p/discover: filter bootnodes by netrestrict (#27701) 1 year ago
rjl493456442 0b1f97e151
core/rawdb: support freezer batch read with no size limit (#27687) 1 year ago
Felix Lange cecd22143b
go.mod: upgrade github.com/karalabe/usb to fix build warning (#27698) 1 year ago
Mskxn 7a565fa4fe
console: add cleanup to avoid leaks in newTester (#27695) 1 year ago
lightclient 645b0db98e
cmd/utils, p2p: clean up discovery setup (#27518) 1 year ago
rjl493456442 4b06e4f25e
core/state: value diff tracking in StateDB (#27349) 1 year ago
Delweng aecf3f9579
internal/blocktest: add package for shared test code (#27270) 1 year ago
lightclient e1fd3d67e5
eth: better active protocol handler tracking (#27665) 1 year ago
Charles Cooper 5c9cbc218a
core/vm: implement EIP-5656, mcopy instruction (#26181) 1 year ago
Martin Holst Swende af8b138c1a
core/vm: define cancun + enable 1153 (tstore/tload) in cancun (#27663) 1 year ago
jwasinger c2db667c8f
miner: remove unused commented code (#27664) 1 year ago
Martin Holst Swende c866dfdc78
core: remove outdated tests (#27662) 1 year ago
lightclient cbf2579691
p2p, p2p/discover: add dial metrics (#27621) 1 year ago
jwasinger ea782809f7
cmd/geth: implement dev mode for post-merge (#27327) 1 year ago
John Chase ab0e0f3517
signer/core: show helptext when clef rejects signing (#27538) 1 year ago
Darioush Jalali 83d7f426d1
core: stop chain when tests are finished (#27660) 1 year ago
Exca-DK 863f6dac19
ethdb/leveldb: update leveldb metrics collection (#27643) 1 year ago
rjl493456442 59f7b289c3
cmd, core, eth, graphql, trie: no persisted clean trie cache file (#27525) 1 year ago
Curith 6ca3ef9a7b
node: fix listening on IPv6 address (#27628) (#27635) 1 year ago
Guillaume Ballet 8bbb16b70e
core/state, light, les: make signature of ContractCode hash-independent (#27209) 1 year ago
Guillaume Ballet 85b8d1c06c
params, trie: add verkle fork management + upgrade go-verkle (#27464) 1 year ago
Marius van der Wijden f5d3d486e4
eth: send big transactions by announce/retrieve only (#27618) 1 year ago
hero5512 eed7983c7c
core/txpool/legacypool: fix typo (#27620) 1 year ago
Guillaume Ballet c7b099b2ea
trie, core/state: revert error removal in (*state.Trie).Commit (#27544) 1 year ago
aaronbuchwald d73eb87979
core: log message if DeriveFields returns error (#27530) 1 year ago
Sanghee Choi 900591299f
common/lru: add test case for BasicLRU.Peek (#27559) 1 year ago
Marius van der Wijden d7ea278fe3
core/vm: move TSTORE,TLOAD to correct opcode nums (#27613) 1 year ago
rjl493456442 4b90c4488d
ethdb/pebble: use sync mode for pebble writes (#27615) 1 year ago
puhtaytow b4bc9b0db6
cmd/geth: error message should not be capitalised (#27549) 1 year ago
Delweng 80441779d4
eth/protocols: put protocols in order (#27543) 1 year ago
Sanghee Choi 2754b197c9
common/math: fix typo in comment (#27561) 1 year ago