Commit graph

  • 4a134fb25b crypto: implement ziren keccak state (#32996) Guillaume Ballet 2025-10-23 14:02:13 +0200
  • b7d47f71d6 cmd/utils: use IsHexAddress method (#32997) maskpp 2025-10-23 17:56:47 +0800
  • b01111fbbe p2p: silence on listener shutdown (#33001) Delweng 2025-10-23 16:44:54 +0800
  • 2a2c9c149c cmd/devp2p: distinguish the jwt in devp2p and geth (#32972) Delweng 2025-10-23 00:24:40 +0800
  • f55c45dbad core/state: fix the flaky TestSizeTracker (#32993) Delweng 2025-10-22 22:35:26 +0800
  • 66e6d4fc55 core/types: remove unused ErrInvalidTxType var (#32989) cui 2025-10-21 23:49:43 +0800
  • 024100649b cmd/geth: add flag to set genesis (#32844) lightclient 2025-10-21 08:10:45 -0600
  • cb0fd7b76b triedb/pathdb: make batch with pre-allocated size (#32914) rjl493456442 2025-10-21 19:11:36 +0800
  • e1d7775f9c core/state: prevent SetCode hook if contract code is not changed (#32980) rjl493456442 2025-10-21 16:03:56 +0800
  • ef02d7f2dd core/txpool: Initialize journal writer for tx tracker (#32921) Kyrin 2025-10-21 15:41:38 +0800
  • 73a2c31751 params: enable osaka on dev mode (#32917) Marius van der Wijden 2025-10-20 17:24:07 +0200
  • f0f0294051 cmd/keeper: use the ziren keccak precompile (#32816) Guillaume Ballet 2025-10-20 11:52:02 +0200
  • 56f4f2b2b0 core/vm: don't call SetCode after contract creation if initcode didn't return anything (#32916) jwasinger 2025-10-20 17:51:29 +0800
  • e79261da40 eth/filters: avoid rebuild the hash map multi times (#32965) maskpp 2025-10-20 16:18:17 +0800
  • 4b85736c8d core/types: prealloc map in HashDifference as in TxDifference (#32946) cui 2025-10-20 10:35:14 +0800
  • 5af34cc223 triedb/pathdb: fix index out of range panic in decodeSingle (#32937) hero5512 2025-10-19 22:29:46 -0400
  • 72a8a08de2 eth/fetcher: remove dangling peers from alternates (#32947) Bosul Mun 2025-10-20 11:26:55 +0900
  • d2e2383e59 eth/fetcher: add metrics for tracking slow peers (#32964) Bosul Mun 2025-10-20 11:10:58 +0900
  • a6d0a9d3c5 cmd/utils: use maximum uint64 value for receipt chain insertion (#32934) CertiK 2025-10-18 19:54:56 +0800
  • bc5f27ab36 eth, internal: add blob conversion for SendRawTransactionSync (#32930) rjl493456442 2025-10-17 13:34:35 +0800
  • 6fa85f808f eth/ethconfig : fix eth generate config (#32929) ucwong 2025-10-17 03:35:44 +0100
  • e52642d327 core/state: state copy bugfixes with Verkle Trees (#31696) Youssef Azzaoui 2025-10-16 14:19:44 -0300
  • 0401194048 internal/ethapi: add eth_SendRawTransactionSync (#32830) aodhgan 2025-10-16 08:34:47 -0700
  • 8aa1683a06 ethclient: add support for eth_simulateV1 (#32856) hero5512 2025-10-16 11:32:55 -0400
  • 9ba7e2a439 cmd/geth: log current key in expandVerkle instead of keylist[0] (#32689) Galoretka 2025-10-16 14:49:41 +0300
  • 2f1c600744 version: begin v1.16.6 release cycle Felix Lange 2025-10-16 09:59:52 +0200
  • 4f5c3f662e version: release go-ethereum v1.16.5 stable Felix Lange 2025-10-16 09:58:47 +0200
  • f4d138eae6 p2p/discover: remove hot-spin in table refresh trigger (#32912) Felix Lange 2025-10-15 11:51:33 +0200
  • 348df9fa68 eth/protocols/eth: reject message containing duplicated txs and drop peer (#32728) Delweng 2025-10-15 16:24:48 +0800
  • d2234e829e rpc: fix flaky test TestServerWebsocketReadLimit (#32889) mishraa-G 2025-10-15 13:09:00 +0530
  • c42f8f0574 internal/ethapi: convert legacy blobtx proofs in sendRawTransaction (#32849) Felix Lange 2025-10-14 14:40:54 +0200
  • 2117944f5a accounts/abi: check presence of payable fallback or receive before proceeding with transfer (#32374) cui 2025-10-14 17:07:48 +0800
  • 8107de39bc core/txpool/legacypool: fix pricedList updates (#32906) rjl493456442 2025-10-14 14:40:04 +0800
  • 7dca2e6e9e eth: do not warn on switching from snap sync to full sync (#32900) Csaba Kiraly 2025-10-14 05:03:31 +0200
  • 7fa5365ebd eth/catalyst: remove useless log on enabling Engine API (#32901) Csaba Kiraly 2025-10-14 05:01:43 +0200
  • b01c3e9e6a triedb/pathdb: catch int conversion overflow in 32-bit (#32899) Guillaume Ballet 2025-10-14 03:23:05 +0200
  • 592c54069d p2p/discover: wait for bootstrap to be done (#32881) Delweng 2025-10-14 01:58:50 +0800
  • f86ec0c245 cmd/workload: filter fuzzer test (#31613) Felföldi Zsolt 2025-10-13 19:21:01 +0200
  • 59e7da4d3a core/txpool/legacypool: move queue out of main txpool (#32270) Marius van der Wijden 2025-10-13 19:07:36 +0200
  • 635db50a5a p2p/enode: optimize DistCmp (#32888) cui 2025-10-13 22:16:07 +0800
  • b0af5edc51 p2p/enode: optimize LogDist (#32887) cui 2025-10-13 20:00:43 +0800
  • f73f576a51 triedb, core/rawdb: implement the partial read in freezer (#32132) Delweng 2025-10-13 19:40:03 +0800
  • 85c82d4c37 eth/filters: uninstall subscription in filter apis on error (#32894) Lewis 2025-10-13 20:10:44 +0900
  • b7e3cdfc06 p2p: rm unused var seedMinTableTime (#32876) Delweng 2025-10-13 16:40:08 +0800
  • 740334322f core/types: optimize MergeBloom by using bitutil (#32882) cui 2025-10-13 16:39:10 +0800
  • 729484bda7 node: fix error condition in gzipResponseWriter.init() (#32896) Luke Ma 2025-10-13 15:26:35 +0800
  • 6f1d236405 ethclient: add SubscribeTransactionReceipts (#32869) 10gic 2025-10-10 17:47:33 +0800
  • 0764ea67e9 core/rawdb, triedb/pathdb: introduce trienode history (#32596) rjl493456442 2025-10-10 14:51:27 +0800
  • 9e7f1ca519 eth/protocols/snap: optimize incHash (#32748) cui 2025-10-10 13:48:25 +0800
  • b34695d7e3 core/txpool/legacypool: fix validTxMeter to count transactions (#32845) Csaba Kiraly 2025-10-10 07:40:10 +0200
  • 619018254a eth/filters: add transactionReceipts subscription (#32697) 10gic 2025-10-09 20:14:53 +0800
  • d5bc4abf95 eth/filters: terminate pending tx subscription on error (#32794) CertiK 2025-10-09 17:34:30 +0800
  • 9dcfdaff84 core/rawdb: correct misleading comments for state history accessors (#32783) phrwlk 2025-10-09 03:59:06 +0300
  • 9761eb0d16 cmd/devp2p/internal/ethtest: accept responses in any order (#32834) Alexey Osipov 2025-10-08 20:23:44 +0300
  • 6423c7bff0 eth/protocols/eth: use BlockChain interface in Handshake (#32847) Nicolas Gotchac 2025-10-08 12:50:03 +0200
  • be9b32fa47 core/rawdb: remove duplicated type storedReceiptRLP (#32820) sashass1315 2025-10-08 12:29:51 +0300
  • 15a0bddfb3 cmd/devp2p/internal/ethtest: update to PoS-only test chain (#32850) Felix Lange 2025-10-08 11:14:27 +0200
  • db8ef2df91 build: faster gh actions workflow, no ubuntu on appveyor (#32829) Sina M 2025-10-07 11:24:30 +0200
  • 802b36de8d internal/ethapi: add timestamp to logs in eth_simulate (#32831) Nikita Mescheryakov 2025-10-06 21:19:25 +0500
  • 862f0fb259 trie: cleaner array concatenation (#32756) hero5512 2025-10-02 11:32:20 -0400
  • af61ba8c5e p2p/enode: fix asyncfilter comment (#32823) Csaba Kiraly 2025-10-02 17:27:35 +0200
  • 103861ab87 core: refactor StateProcessor to accept ChainContext interface (#32739) hero5512 2025-10-02 08:34:06 -0400
  • 3295669916 p2p/enode: fix discovery AyncFilter deadlock on shutdown (#32572) zzzckck 2025-10-02 18:43:31 +0800
  • e4da48cca5 core/types, trie: reduce allocations in derivesha (#30747) Martin HS 2025-10-01 10:05:49 +0200
  • 4ce18a9cb8 params: fix banner message (#32796) Zach Brown 2025-09-30 19:33:36 +0800
  • 656ae02a9e signer/core: fix error message in test (#32807) Zach Brown 2025-09-30 19:31:42 +0800
  • 3c03458857 p2p: fix error message in test (#32804) Zach Brown 2025-09-30 19:30:47 +0800
  • 7a7bab7ed0 eth/catalyst: extend payloadVersion support to osaka/post-osaka forks (#32800) Yuan-Yao Sung 2025-09-30 19:30:10 +0800
  • 63cab20b9b go.mod, cmd/keeper/go.mod: upgrade victoria metrics dependency (#32720) Guillaume Ballet 2025-09-30 12:50:20 +0200
  • 4c65d03f6b core/state: correct expected value in TestMessageCallGas (#32780) Galoretka 2025-09-30 05:11:09 +0300
  • 53dc2dbcdf core/txpool: remove unused signer field from TxPool (#32787) MozirDmitriy 2025-09-30 05:07:54 +0300
  • c0638cf739 params: add blob config information in the banner (#32771) rjl493456442 2025-09-30 10:05:43 +0800
  • 7cf17ed9c5 params: implement String() method for ChainConfig (#32766) futreall 2025-09-29 15:09:03 +0200
  • e8dd5a3640 core/rawdb: update comments (#32668) VolodymyrBg 2025-09-29 15:45:00 +0300
  • 079960a4fe params: fix bpo config comments (#32755) lightclient 2025-09-29 05:44:04 -0600
  • 0c1ac59791 cmd/evm/internal/t8ntool: panic on database corruption (#32776) CPerezz 2025-09-29 12:51:46 +0200
  • 69b9b72e1f internal/ethapi: remove redundant check in test (#32760) GarmashAlex 2025-09-29 13:31:00 +0300
  • ef132544aa trie: fix error message in test (#32772) VolodymyrBg 2025-09-29 13:23:43 +0300
  • faf987a054 eth/catalyst: check osaka in engine_getBlobsV1 (#32731) Delweng 2025-09-29 17:56:39 +0800
  • 455369e30d build: remove duplicated func FileExist (#32768) cui 2025-09-29 10:17:47 +0800
  • 430f657003 params: add amsterdam fork config (#32687) Marius van der Wijden 2025-09-26 23:39:22 +0200
  • 1c5ae75725 eth/tracers/native: add keccak256preimage tracer (#32569) Dragan Milic 2025-09-26 18:05:27 +0200
  • 1bbcf77244 trie: correct error messages for UpdateStorage operations (#32746) MozirDmitriy 2025-09-26 16:47:58 +0300
  • 1d7830d856 signer/core: fix TestSignTx to decode res2 (#32749) VolodymyrBg 2025-09-26 16:26:22 +0300
  • 344c023d59 ethapi: reject oversize storage keys before hex decode (#32750) Matus Kysel 2025-09-26 15:12:28 +0200
  • 041403dd8e internal/ethapi: fix outdated comments (#32751) wit liu 2025-09-26 20:11:50 +0800
  • 7e84078e84 version: begin v1.16.5 release cycle Felix Lange 2025-09-26 11:41:02 +0200
  • 80cd4496bb version: release go-ethereum v1.16.4 stable Felix Lange 2025-09-25 18:19:00 +0200
  • 7fa1c99a0a params: schedule Osaka/BPO1/BPO2 for testnets (#32735) Felix Lange 2025-09-25 18:07:33 +0200
  • ea52b0c6e3 all: refactor to use builtin max/min (#32694) cui 2025-09-25 21:05:27 +0800
  • 208c4aad5d core/txpool: add eip2681 check for incoming transactions (#32726) Delweng 2025-09-25 19:15:12 +0800
  • 7b8fdda56e build: upgrade to execution-spec-tests v5.1.0 (#32742) Felix Lange 2025-09-25 13:14:28 +0200
  • 2e7dc7330f core/txpool/blobpool: convert and add one-by-one (#32718) Csaba Kiraly 2025-09-25 10:27:23 +0200
  • b3d985cd7f all: add bpo1 and bpo2 overrides (#32737) lightclient 2025-09-25 02:21:41 -0600
  • af56c78241 accounts/abi/bind: fix data race in TestWaitDeployedCornerCases (#32740) hero5512 2025-09-24 22:05:14 -0400
  • 5c7313c1ad accounts/keystore: use ticker to avoid timer allocations (#32732) viktorking7 2025-09-25 03:47:55 +0200
  • 5921af20c9 trie: fix TestOneElementProof expected value message (#32738) radik878 2025-09-25 03:57:01 +0300
  • f0a60043f2 core/txpool/blobpool: fork boundary conversion 3 (#32716) Felix Lange 2025-09-24 20:03:17 +0200
  • 560958ff74 miner: default gaslimit 60M (#32734) Felix Lange 2025-09-24 19:41:33 +0200
  • ec3b9892bb build: module-aware FindMainPackages (#32736) Felix Lange 2025-09-24 19:40:49 +0200