1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 0ce331f56a
    trie/triedb/pathdb: make shutdown journal log friendlier (#27905) Péter Szilágyi 2023-08-11 17:05:35 +0300
  • 80b76a9527
    core/types: remove duplication in eip2930 signer (#27860) DongXi Huang 2023-08-11 21:50:57 +0800
  • 8f8ef2bc0c
    rpc: attempt to fix ping/pong logic race (#27733) Felix Lange 2023-08-11 15:16:45 +0200
  • 35f7f3d015
    ethdb/leveldb: support more than 7 levels in metrics (#27904) Delweng 2023-08-11 21:15:49 +0800
  • 6ddb92cac3
    core/txpool/blobpool: fix metrics name for prometheus export (#27901) imulmat4 2023-08-11 02:12:26 -0500
  • e2507a17e8 params: switch release family to 1.13 to prep for PBSS Péter Szilágyi 2023-08-10 22:22:17 +0300
  • 503f1f7ada
    all: activate pbss as experimental feature (#26274) rjl493456442 2023-08-11 03:21:36 +0800
  • 5e89ff4d6b
    graphql: validate block params (#27876) Sina Mahmoodi 2023-08-10 13:00:52 +0200
  • 86d7f5aeee
    deps: update supranational/blst to 0.3.11 (#27890) dependabot[bot] 2023-08-10 06:50:09 -0400
  • 8d1db1601d
    eth/filters, core/rawdb: remove unused param, refactor filtering-loop (#27891) Martin Holst Swende 2023-08-10 12:49:05 +0200
  • d9a8b0ff71 params: begin v1.12.2 release cycle Felix Lange 2023-08-10 12:13:15 +0200
  • 9c216bd6cb params: release go-ethereum v1.12.1 v1.12.1 Felix Lange 2023-08-10 12:10:17 +0200
  • 67979022aa
    core/state: move UpdateContractCode before the trie hash is computed (#27853) Guillaume Ballet 2023-08-09 18:02:45 +0200
  • 10d9f9377b
    graphql: add yParity field for transactions (#27882) Delweng 2023-08-09 23:57:57 +0800
  • 7ec60d5f0c
    p2p: move ping handling into pingLoop goroutine (#27887) Felix Lange 2023-08-09 16:00:31 +0200
  • e13fa32cea
    core/vm: update 4844 - point evaluation precompile address (#27874) Martin Holst Swende 2023-08-08 14:54:19 +0200
  • 0d772b9f09
    graphql: avoid greedy allocation (#27873) Martin Holst Swende 2023-08-08 13:35:58 +0200
  • 6d2bcb911a
    p2p/simulations/examples: use atomic.Int64 (#27861) ucwong 2023-08-07 17:30:05 +0100
  • eeebb07c73
    internal/ethapi: add state override to estimateGas (#27845) Amin Talebi 2023-08-07 16:03:57 +0200
  • d14c07d91e
    accounts: use atomic type (#27857) ucwong 2023-08-07 08:11:50 +0100
  • 857476753d
    internal: use atomic type (#27858) ucwong 2023-08-07 08:11:06 +0100
  • 60070fe5c6
    internal/ethapi, graphql: correct comments about gas price logic (#27752) Christopher Harrison 2023-08-05 00:08:53 +0100
  • 5c30541c2a
    log: use atomic types (#27763) ucwong 2023-08-04 23:58:53 +0100
  • bb148dd342
    core/types: support yParity field in JSON transactions (#27744) Felix Lange 2023-08-05 00:54:55 +0200
  • 57cdbaef30
    all: remove trailing whitespace (#27741) Darioush Jalali 2023-08-04 15:24:32 -0700
  • df544350bc
    core/types: fix immutability guarantees in Block (#27844) Felix Lange 2023-08-04 14:16:23 +0200
  • 6e934f40f9
    eth/protocols/snap: fix batch writer when resuming an aborted sync (#27842) Péter Szilágyi 2023-08-03 14:51:02 +0300
  • 8224bb9218
    build: upgrade -dlgo version to Go 1.20.7 (#27835) Marius Kjærstad 2023-08-02 11:53:05 +0200
  • d04bde0a20
    p2p: use atomic types (#27764) ucwong 2023-08-01 22:20:52 +0100
  • ff97b4cc6a
    cmd/geth: disable automaxprocs log (#27814) Delweng 2023-08-02 00:02:36 +0800
  • 7de748d3f6
    all: implement path-based state scheme (#25963) rjl493456442 2023-08-01 20:17:32 +0800
  • 9d744f0ca8
    cmd/bootnode: fix timer leak (#27754) ucwong 2023-08-01 13:12:11 +0100
  • f404a2d0f1
    cmd/evm: set ExcessBlobGas from env (#27796) Delweng 2023-08-01 19:58:26 +0800
  • 7c95ebd63d
    consensus/misc: move eip1559 into a package (#27828) Delweng 2023-08-01 17:58:45 +0800
  • 2fd77a6a7e
    core/txpool/blobpool: remove error log when finalized block is nil (#27822) rjl493456442 2023-08-01 15:09:20 +0800
  • 852be575e1
    tests: make tests pass on windows/386 (#27821) Martin Holst Swende 2023-08-01 09:08:19 +0200
  • 3ca92f70e5
    all: replace data gas to blob gas in comments (#27825) Delweng 2023-08-01 15:07:25 +0800
  • 4e9775668e
    cmd/bootnode: defer udp connection close (#27787) Zig Blathazar 2023-07-31 20:45:13 +0330
  • 817553cc28
    core, trie: track state change set with account address (#27815) rjl493456442 2023-07-31 20:07:51 +0800
  • 43a1a48ee2
    core: remove pointless check for excessBlobGas nilness (#27797) Delweng 2023-07-31 15:54:26 +0800
  • 5a4eba6886
    eth: conver if-else-if chain to tagged switch (#27816) Shude Li 2023-07-31 15:22:36 +0800
  • 95cc7bf4f8
    cmd/geth: import package catalyst once (#27803) Shude Li 2023-07-31 13:18:13 +0800
  • 8f2ae29b8f
    core/types: fix receipt blob fields marshaling (#27793) Mario Vega 2023-07-28 01:08:38 -0600
  • d9556533c3
    core/types: put header fields in correct order (#27791) Marius van der Wijden 2023-07-27 16:15:08 +0200
  • 57268f7e6c
    all: rename dataGas to blobGas (#27789) Péter Szilágyi 2023-07-27 16:53:28 +0300
  • 0f4b21feac
    core/txpool/blobpool: fix a merge conflict from a package rename (#27790) Péter Szilágyi 2023-07-27 14:53:05 +0300
  • 393d4db18c
    core/types: add 4844 data gas fields in Receipt (#27743) Felix Lange 2023-07-27 13:11:09 +0200
  • 1662228ac6
    core/txpool/blobpool: 4844 blob transaction pool (#26940) Péter Szilágyi 2023-07-27 13:45:35 +0300
  • 37b952a4a2
    core/types: deepcopy ExcessDataGas, DataGasUsed (#27767) Darioush Jalali 2023-07-27 01:32:15 -0700
  • 2274a03e33
    crypto/kzg4844: do lazy init in all ckzg funcs (#27679) Justin Traglia 2023-07-24 18:13:34 +0200
  • a196f3e8a2
    cmd/devp2p: atomic types used (#27755) ucwong 2023-07-24 11:23:38 +0100
  • 7a1fba1a02
    cmd/geth: atomic types used (#27756) ucwong 2023-07-24 11:22:54 +0100
  • 88f3d61468
    all: expose block number information to statedb (#27753) rjl493456442 2023-07-24 18:22:09 +0800
  • a46f4173cd
    ethclient/gethclient: gofmt -s (#27762) Marius van der Wijden 2023-07-24 12:21:26 +0200
  • 7f756dc118
    cmd/evm/testdata: fix typos in docs (#27742) Pierre Grimaud 2023-07-18 14:07:25 +0200
  • e86ad52640
    beacon/engine, eth/catalyst: EIP-4844 updates for the engine API (#27736) Felix Lange 2023-07-18 09:44:16 +0200
  • d4d88f9bce
    les: remove obsolete code related to PoW header syncing (#27737) Felföldi Zsolt 2023-07-17 20:48:11 +0200
  • 988d84aa7c
    core/state, core/vm: implement EIP 6780 (#27189) jwasinger 2023-07-17 19:02:18 +0200
  • b058cf454b
    core, tests: EIP-4844 transaction processing logic (#27721) Martin Holst Swende 2023-07-15 23:27:36 +0200
  • 99e000cb13
    core/vm: use types.EmptyCodeHash (#27729) ucwong 2023-07-15 16:45:57 +0100
  • d233b6b23a
    core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716) jwasinger 2023-07-15 16:35:30 +0200
  • 00408f7479
    accounts/abi/bind/backends: fix goroutine leak in unit test (#27705) Yurie 2023-07-15 23:33:46 +0900
  • 34d5072159
    metrics: NilResettingTimer.Time should execute the timed function (#27724) Ömer Faruk Irmak 2023-07-14 20:19:03 +0300
  • 47b9f1b4ae
    cmd/geth: use automaxprocs to apply cpu quota correctly (#27506) Delweng 2023-07-15 01:14:47 +0800
  • 13c0305106
    metrics: NilTimer should still run the function to be timed (#27723) Ömer Faruk Irmak 2023-07-14 19:10:16 +0300
  • 60ecf48dd4
    cmd/bootnode, p2p: support for alternate mapped ports (#26359) Seungbae Yu 2023-07-14 21:58:27 +0900
  • c40ab6af72
    core/blockchain: fast to snap in comments (#27722) ucwong 2023-07-14 13:06:51 +0100
  • e1fe6bc846
    go.sum: go mod tidy (#27717) ucwong 2023-07-13 15:34:29 +0100
  • 517ac886d4
    eth/tracers/native: panic on memory read in prestateTracer (#27691) Ryan Schneider 2023-07-13 05:44:42 -0700
  • 1e069cf802
    eth/tracers: add ReturnData in the tracer's response (#27704) Delweng 2023-07-13 20:43:25 +0800
  • 5d035043ea
    internal/ethapi: add more testcase for GetTransactionReceipt (#27527) Delweng 2023-07-13 18:47:32 +0800
  • 10a136a4f9
    internal: early exit if tx for getTxReceipt not found (#27712) Delweng 2023-07-13 18:42:48 +0800
  • 4f0d8f0d15
    graphql: fix race in withdrawals test (#27706) Sina Mahmoodi 2023-07-13 12:41:58 +0200
  • 714f75943b
    eth, miner: rm redundant type declare (#27713) Delweng 2023-07-13 14:55:31 +0800
  • 040a4a543b
    build: upgrade -dlgo version to Go 1.20.6 (#27708) Marius Kjærstad 2023-07-12 19:38:12 +0200
  • 80b7bfe70d
    accounts, cmd/evm: fix docstrings (#27703) cui fliter 2023-07-12 18:01:55 +0800
  • a426999fc9
    p2p/discover: filter bootnodes by netrestrict (#27701) Felix Lange 2023-07-12 12:01:38 +0200
  • 0b1f97e151
    core/rawdb: support freezer batch read with no size limit (#27687) rjl493456442 2023-07-12 15:19:01 +0800
  • cecd22143b
    go.mod: upgrade github.com/karalabe/usb to fix build warning (#27698) Felix Lange 2023-07-11 22:34:22 +0200
  • 7a565fa4fe
    console: add cleanup to avoid leaks in newTester (#27695) Mskxn 2023-07-12 03:27:48 +0800
  • 645b0db98e
    cmd/utils, p2p: clean up discovery setup (#27518) lightclient 2023-07-11 13:21:32 -0600
  • 4b06e4f25e
    core/state: value diff tracking in StateDB (#27349) rjl493456442 2023-07-11 21:43:23 +0800
  • aecf3f9579
    internal/blocktest: add package for shared test code (#27270) Delweng 2023-07-11 20:57:02 +0800
  • e1fd3d67e5
    eth: better active protocol handler tracking (#27665) lightclient 2023-07-11 01:57:42 -0600
  • 5c9cbc218a
    core/vm: implement EIP-5656, mcopy instruction (#26181) Charles Cooper 2023-07-11 03:55:34 -0400
  • af8b138c1a
    core/vm: define cancun + enable 1153 (tstore/tload) in cancun (#27663) Martin Holst Swende 2023-07-10 14:40:31 -0400
  • c2db667c8f
    miner: remove unused commented code (#27664) jwasinger 2023-07-07 10:14:24 +0200
  • c866dfdc78
    core: remove outdated tests (#27662) Martin Holst Swende 2023-07-06 12:05:34 -0400
  • cbf2579691
    p2p, p2p/discover: add dial metrics (#27621) lightclient 2023-07-06 08:20:31 -0600
  • ea782809f7
    cmd/geth: implement dev mode for post-merge (#27327) jwasinger 2023-07-06 10:42:34 +0200
  • ab0e0f3517
    signer/core: show helptext when clef rejects signing (#27538) John Chase 2023-07-06 15:50:44 +0800
  • 83d7f426d1
    core: stop chain when tests are finished (#27660) Darioush Jalali 2023-07-05 23:56:42 -0700
  • 863f6dac19
    ethdb/leveldb: update leveldb metrics collection (#27643) Exca-DK 2023-07-06 00:04:07 +0200
  • 59f7b289c3
    cmd, core, eth, graphql, trie: no persisted clean trie cache file (#27525) rjl493456442 2023-07-04 15:21:06 +0800
  • 6ca3ef9a7b
    node: fix listening on IPv6 address (#27628) (#27635) Curith 2023-07-02 19:21:16 +0800
  • 8bbb16b70e
    core/state, light, les: make signature of ContractCode hash-independent (#27209) Guillaume Ballet 2023-06-28 11:11:02 +0200
  • 85b8d1c06c
    params, trie: add verkle fork management + upgrade go-verkle (#27464) Guillaume Ballet 2023-06-28 11:08:48 +0200
  • f5d3d486e4
    eth: send big transactions by announce/retrieve only (#27618) Marius van der Wijden 2023-06-28 11:06:20 +0200
  • eed7983c7c
    core/txpool/legacypool: fix typo (#27620) hero5512 2023-06-27 13:28:18 -0400
  • c7b099b2ea
    trie, core/state: revert error removal in (*state.Trie).Commit (#27544) Guillaume Ballet 2023-06-27 14:36:38 +0200