Commit graph

  • f1575bd9f0 miner: fix reply -> replay typo (#27961) shuo 2023-08-22 15:59:38 +0800
  • 01eb95af0f core: ensure txindex will be triggered at least once (#27847) Delweng 2023-08-22 08:58:20 +0800
  • 4f92d3f516 internal/ethapi: add testcases for blobTx (#27818) Delweng 2023-08-22 08:53:29 +0800
  • 9070fc89a9 eth/catalyst: set finalized block hash properly in dev mode (#27886) jwasinger 2023-08-22 00:33:37 +0700
  • f2b58906fb eth: ignore genesis block on importChain (#27956) Marius van der Wijden 2023-08-21 19:32:34 +0200
  • 06434771a1 trie: reduce allocs in recHash (#27770) Marius van der Wijden 2023-08-18 22:41:19 +0200
  • e93739e06c internal/ethapi: eth API changes needed for 4844 (#27928) Marius van der Wijden 2023-08-18 14:22:35 +0200
  • 8be8e98163 internal/ethapi: optimize & clean up EstimateGas (#27710) Roberto Bayardo 2023-08-18 00:03:14 -0700
  • a0330ade5f eth/downloader: fix rare crash when parent header missing in db (#27945) Delweng 2023-08-18 05:15:29 +0800
  • 10133ba062 core/txpool/legacypool: protect cache with mutex (#27898) Martin Holst Swende 2023-08-17 11:22:18 +0200
  • db5684444a core/forkid: correctly compute forkid when timestamp fork is activated in genesis (#27895) lightclient 2023-08-16 15:31:02 -0600
  • 93dbe130dd core/types: fix unmarshalling of BlobTx values (#27939) lightclient 2023-08-16 15:22:15 -0600
  • ecd50dade0 node: increase batch limits for auth rpc API (#27924) Delweng 2023-08-16 21:26:49 +0800
  • 667750e013 build: remove ubuntu kinetic (deprecated) (#27933) Martin Holst Swende 2023-08-16 12:11:22 +0200
  • 77b5584250 eth/tracers/js: use t.toBig on ctx.GasPrice for js tracing (#27903) Joe Netti 2023-08-15 14:19:37 -0400
  • 6189a353d7 trie: add tests for "short" nodes in StackTrie (#27932) Paweł Bylica 2023-08-15 20:16:00 +0200
  • fdad633b8a crypto/bls12381: fix typo in comment (#27930) lonika 2023-08-15 20:37:34 +0800
  • 389612c245 internal/ethapi: implement eth_getBlockReceipts (#27702) Delweng 2023-08-15 20:35:48 +0800
  • 381133b606 go.mod: upgrade goja (#27899) ucwong 2023-08-14 13:59:05 +0100
  • a6e1f48a51 cmd/utils: restore support for txlookuplimit flag (#27917) Delweng 2023-08-14 20:58:01 +0800
  • 278a4af91f core/types: support for optional blob sidecar in BlobTx (#27841) Felix Lange 2023-08-14 10:13:34 +0200
  • 21e3ca2059 internal/build: apply -ubuntu to env (#27910) Felix Lange 2023-08-12 10:32:50 +0200
  • 136f846619 go.mod, build: upgrade c-kzg-4844 (#27907) Felix Lange 2023-08-12 00:21:46 +0200
  • 1c411fcea2 all: update golang/x/ext and fix slice sorting fallout (#27909) Péter Szilágyi 2023-08-12 01:04:12 +0300
  • e7bebb9200 trie/triedb/pathdb: make shutdown journal log friendlier (#27905) Péter Szilágyi 2023-08-11 17:05:35 +0300
  • dc448e7e2c core/types: remove duplication in eip2930 signer (#27860) DongXi Huang 2023-08-11 21:50:57 +0800
  • 7588f79bd8 rpc: attempt to fix ping/pong logic race (#27733) Felix Lange 2023-08-11 15:16:45 +0200
  • 4c8cdb4276 ethdb/leveldb: support more than 7 levels in metrics (#27904) Delweng 2023-08-11 21:15:49 +0800
  • e9a6ee6887 core/txpool/blobpool: fix metrics name for prometheus export (#27901) imulmat4 2023-08-11 02:12:26 -0500
  • 3302fe00d7 params: switch release family to 1.13 to prep for PBSS Péter Szilágyi 2023-08-10 22:22:17 +0300
  • 1053526246 all: activate pbss as experimental feature (#26274) rjl493456442 2023-08-11 03:21:36 +0800
  • 639618350d graphql: validate block params (#27876) Sina Mahmoodi 2023-08-10 13:00:52 +0200
  • 13144f4a23 deps: update supranational/blst to 0.3.11 (#27890) dependabot[bot] 2023-08-10 06:50:09 -0400
  • 489b7c8265 eth/filters, core/rawdb: remove unused param, refactor filtering-loop (#27891) Martin Holst Swende 2023-08-10 12:49:05 +0200
  • 63089075de params: begin v1.12.2 release cycle Felix Lange 2023-08-10 12:13:15 +0200
  • ef7b85f826 params: release go-ethereum v1.12.1 Felix Lange 2023-08-10 12:10:17 +0200
  • 075fd1c216 core/state: move UpdateContractCode before the trie hash is computed (#27853) Guillaume Ballet 2023-08-09 18:02:45 +0200
  • 0926b1e6f4 graphql: add yParity field for transactions (#27882) Delweng 2023-08-09 23:57:57 +0800
  • 951c49dcf0 p2p: move ping handling into pingLoop goroutine (#27887) Felix Lange 2023-08-09 16:00:31 +0200
  • 0e17c0fd48 core/vm: update 4844 - point evaluation precompile address (#27874) Martin Holst Swende 2023-08-08 14:54:19 +0200
  • 8257f411d6 graphql: avoid greedy allocation (#27873) Martin Holst Swende 2023-08-08 13:35:58 +0200
  • 7b3e2ee588 p2p/simulations/examples: use atomic.Int64 (#27861) ucwong 2023-08-07 17:30:05 +0100
  • 905a19b3c8 internal/ethapi: add state override to estimateGas (#27845) Amin Talebi 2023-08-07 16:03:57 +0200
  • 13f88de1ef accounts: use atomic type (#27857) ucwong 2023-08-07 08:11:50 +0100
  • f7b3aedcb5 internal: use atomic type (#27858) ucwong 2023-08-07 08:11:06 +0100
  • 0458ddfa6d internal/ethapi, graphql: correct comments about gas price logic (#27752) Christopher Harrison 2023-08-05 00:08:53 +0100
  • 818db9b353 log: use atomic types (#27763) ucwong 2023-08-04 23:58:53 +0100
  • 932ffcbbf8 core/types: support yParity field in JSON transactions (#27744) Felix Lange 2023-08-05 00:54:55 +0200
  • b1d0e1e9d5 all: remove trailing whitespace (#27741) Darioush Jalali 2023-08-04 15:24:32 -0700
  • d8807c42b3 core/types: fix immutability guarantees in Block (#27844) Felix Lange 2023-08-04 14:16:23 +0200
  • 5e11ddf79b eth/protocols/snap: fix batch writer when resuming an aborted sync (#27842) Péter Szilágyi 2023-08-03 14:51:02 +0300
  • bd2d199404 build: upgrade -dlgo version to Go 1.20.7 (#27835) Marius Kjærstad 2023-08-02 11:53:05 +0200
  • f438ff5d47 p2p: use atomic types (#27764) ucwong 2023-08-01 22:20:52 +0100
  • 45e662000f cmd/geth: disable automaxprocs log (#27814) Delweng 2023-08-02 00:02:36 +0800
  • b7ea2f2445 all: implement path-based state scheme (#25963) rjl493456442 2023-08-01 20:17:32 +0800
  • 9ad7158974 cmd/bootnode: fix timer leak (#27754) ucwong 2023-08-01 13:12:11 +0100
  • 1680bf1b71 cmd/evm: set ExcessBlobGas from env (#27796) Delweng 2023-08-01 19:58:26 +0800
  • b2f7349a6b consensus/misc: move eip1559 into a package (#27828) Delweng 2023-08-01 17:58:45 +0800
  • 96cb2894b4 core/txpool/blobpool: remove error log when finalized block is nil (#27822) rjl493456442 2023-08-01 15:09:20 +0800
  • 76964e42e3 tests: make tests pass on windows/386 (#27821) Martin Holst Swende 2023-08-01 09:08:19 +0200
  • 857b4f45c0 all: replace data gas to blob gas in comments (#27825) Delweng 2023-08-01 15:07:25 +0800
  • 6d08d1239a cmd/bootnode: defer udp connection close (#27787) Zig Blathazar 2023-07-31 20:45:13 +0330
  • 426aec583b core, trie: track state change set with account address (#27815) rjl493456442 2023-07-31 20:07:51 +0800
  • cd2e754633 core: remove pointless check for excessBlobGas nilness (#27797) Delweng 2023-07-31 15:54:26 +0800
  • 2fa03e1f92 eth: conver if-else-if chain to tagged switch (#27816) Shude Li 2023-07-31 15:22:36 +0800
  • 13645bb8d5 cmd/geth: import package catalyst once (#27803) Shude Li 2023-07-31 13:18:13 +0800
  • ac8154a248 core/types: fix receipt blob fields marshaling (#27793) Mario Vega 2023-07-28 01:08:38 -0600
  • 23f7874257 core/types: put header fields in correct order (#27791) Marius van der Wijden 2023-07-27 16:15:08 +0200
  • 50f1fb085b all: rename dataGas to blobGas (#27789) Péter Szilágyi 2023-07-27 16:53:28 +0300
  • c3b5e6ad26 core/txpool/blobpool: fix a merge conflict from a package rename (#27790) Péter Szilágyi 2023-07-27 14:53:05 +0300
  • 4121121152 core/types: add 4844 data gas fields in Receipt (#27743) Felix Lange 2023-07-27 13:11:09 +0200
  • 16fd9c786e core/txpool/blobpool: 4844 blob transaction pool (#26940) Péter Szilágyi 2023-07-27 13:45:35 +0300
  • 0c56bf33c0 core/types: deepcopy ExcessDataGas, DataGasUsed (#27767) Darioush Jalali 2023-07-27 01:32:15 -0700
  • 618fcc660d crypto/kzg4844: do lazy init in all ckzg funcs (#27679) Justin Traglia 2023-07-24 18:13:34 +0200
  • f1fe86f5e3 cmd/devp2p: atomic types used (#27755) ucwong 2023-07-24 11:23:38 +0100
  • a5eb124660 cmd/geth: atomic types used (#27756) ucwong 2023-07-24 11:22:54 +0100
  • 108b77bca6 all: expose block number information to statedb (#27753) rjl493456442 2023-07-24 18:22:09 +0800
  • d5672db15a ethclient/gethclient: gofmt -s (#27762) Marius van der Wijden 2023-07-24 12:21:26 +0200
  • 04fcbcb8e6 cmd/evm/testdata: fix typos in docs (#27742) Pierre Grimaud 2023-07-18 14:07:25 +0200
  • 3a8ffd5d54 beacon/engine, eth/catalyst: EIP-4844 updates for the engine API (#27736) Felix Lange 2023-07-18 09:44:16 +0200
  • d84ccdb74e les: remove obsolete code related to PoW header syncing (#27737) Felföldi Zsolt 2023-07-17 20:48:11 +0200
  • 876a66cdfd core/state, core/vm: implement EIP 6780 (#27189) jwasinger 2023-07-17 19:02:18 +0200
  • 1481df630b core, tests: EIP-4844 transaction processing logic (#27721) Martin Holst Swende 2023-07-15 23:27:36 +0200
  • 31689cb6ad core/vm: use types.EmptyCodeHash (#27729) ucwong 2023-07-15 16:45:57 +0100
  • 50cb341607 core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716) jwasinger 2023-07-15 16:35:30 +0200
  • 93400108c2 accounts/abi/bind/backends: fix goroutine leak in unit test (#27705) Yurie 2023-07-15 23:33:46 +0900
  • 041d64c8a0 metrics: NilResettingTimer.Time should execute the timed function (#27724) Ömer Faruk Irmak 2023-07-14 20:19:03 +0300
  • 098c798171 cmd/geth: use automaxprocs to apply cpu quota correctly (#27506) Delweng 2023-07-15 01:14:47 +0800
  • 5ad2a03ca1 metrics: NilTimer should still run the function to be timed (#27723) Ömer Faruk Irmak 2023-07-14 19:10:16 +0300
  • da8b8ed315 cmd/bootnode, p2p: support for alternate mapped ports (#26359) Seungbae Yu 2023-07-14 21:58:27 +0900
  • ddc0a3aedc core/blockchain: fast to snap in comments (#27722) ucwong 2023-07-14 13:06:51 +0100
  • e248e46964 go.sum: go mod tidy (#27717) ucwong 2023-07-13 15:34:29 +0100
  • 99ee35ca1c eth/tracers/native: panic on memory read in prestateTracer (#27691) Ryan Schneider 2023-07-13 05:44:42 -0700
  • c8d5e33465 eth/tracers: add ReturnData in the tracer's response (#27704) Delweng 2023-07-13 20:43:25 +0800
  • 6b2f1a5bf7 internal/ethapi: add more testcase for GetTransactionReceipt (#27527) Delweng 2023-07-13 18:47:32 +0800
  • d927c53a0d internal: early exit if tx for getTxReceipt not found (#27712) Delweng 2023-07-13 18:42:48 +0800
  • c5cd161825 graphql: fix race in withdrawals test (#27706) Sina Mahmoodi 2023-07-13 12:41:58 +0200
  • 0c6fb9db35 eth, miner: rm redundant type declare (#27713) Delweng 2023-07-13 14:55:31 +0800
  • c512742025 build: upgrade -dlgo version to Go 1.20.6 (#27708) Marius Kjærstad 2023-07-12 19:38:12 +0200
  • 9e4c31366e accounts, cmd/evm: fix docstrings (#27703) cui fliter 2023-07-12 18:01:55 +0800