Commit graph

  • 7ceb45e2e3 all: implement eip 7928 block access lists Jared Wasinger 2026-03-02 23:13:16 -0500
  • 6c639863ba core, core/vm: implement EIP-7708 Zsolt Felfoldi 2026-01-19 18:51:09 +0100
  • 5777b3707f f(eip-8141): add test 0xjvn 2026-03-05 01:21:21 +0530
  • f69cf10c4d f(eip-8141): implement signer,commit txn 0xjvn 2026-03-05 01:21:03 +0530
  • 0b11863ec4 f(eip-8141): add opcodes 0xjvn 2026-03-05 01:20:05 +0530
  • 23c6a6c174 f(eip-8141): add bogota fork 0xjvn 2026-03-05 01:18:59 +0530
  • c3cd62d4f8 eip: 8141 error files 0xjvn 2026-03-05 01:16:42 +0530
  • 5fe62fec5c miner: add span attributes for new paylod.stop condition jonny rhea 2026-03-04 13:30:26 -0600
  • 47633766c0 address review feedback jonny rhea 2026-03-04 13:16:29 -0600
  • 30d82125cb adjust comments and whitespace jonny rhea 2026-03-04 12:14:58 -0600
  • f73cfaa0e6 Merge branch 'master' into rpc-otel-buildPayload jonny rhea 2026-03-04 12:04:07 -0600
  • 97f80aa5d1
    review feedback + fix endianness bug Guillaume Ballet 2026-03-04 18:13:56 +0100
  • 3e019923ec internal/ethapi: fix gas cap for eth_simulateV1 Sina Mahmoodi 2026-03-04 18:12:00 +0100
  • 8f215241a5
    trie/bintrie: fix overflow management in slot key computation Guillaume Ballet 2026-03-04 13:15:31 +0100
  • fc8c10476d
    internal/ethapi: add MaxUsedGas field to eth_simulateV1 response (#32789) J 2026-03-04 04:37:47 -0700
  • a86d0510d1 add nil check in defer healthykim 2026-03-04 20:13:29 +0900
  • 402c71f2e2
    internal/telemetry: fix undersized span queue causing dropped spans (#33927) Jonny Rhea 2026-03-04 04:47:10 -0600
  • 28dad943f6
    cmd/geth: set default cache to 4096 (#33836) Jonny Rhea 2026-03-04 04:21:11 -0600
  • 6d0dd08860
    core: implement eip-7778: block gas accounting without refunds (#33593) Marius van der Wijden 2026-03-04 11:18:18 +0100
  • dd202d4283
    core, ethdb, triedb: add batch close (#33708) rjl493456442 2026-03-04 18:17:47 +0800
  • 814edc5308
    core/vm: Switch to branchless normalization and extend EXCHANGE (#33869) Jonny Rhea 2026-03-04 03:34:27 -0600
  • 9996f6eb53 params: include amsterdam in fork config lookups BZO95 2026-03-04 16:14:56 +0800
  • 230c6d9cc8 eth/catalyst: use payload v4 for amsterdam Dibus198407 2026-03-04 15:05:17 +0800
  • 6d99759f01
    cmd, core, eth, tests: prevent state flushing in RPC (#33931) rjl493456442 2026-03-04 14:40:45 +0800
  • 53ce90d789 Merge branch 'master' into bs/eip7975-peer healthykim 2026-03-04 15:39:03 +0900
  • d7bac6cb4b
    Merge 6cb31eaa20 into fe3a74e610 Csaba Kiraly 2026-03-03 21:58:49 -0800
  • cc16e93193
    Merge 56b9933da8 into fe3a74e610 Emualliug Tellab 2026-03-03 21:54:30 -0800
  • fe3a74e610
    core/vm: use amsterdam jump table in lookup (#33947) DeFi Junkie 2026-03-04 08:42:25 +0300
  • 4f75049ea0
    miner: avoid unnecessary work after payload resolution (#33943) Jonny Rhea 2026-03-03 21:58:51 -0600
  • b8b95ec26b address review feedback jonny rhea 2026-03-03 21:06:50 -0600
  • b68e88af29 triedb/pathdb: return an error if the trienode history is not empty Gary Rong 2026-03-04 10:31:33 +0800
  • 047ef47521
    core/vm: remove Amsterdam instruction set tests rjl493456442 2026-03-04 10:25:57 +0800
  • 773f71bb9e
    miner: enable trie prefetcher in block builder (#33945) Jonny Rhea 2026-03-03 20:17:07 -0600
  • 6648bde79f
    eth: improve error messages in ExecutionWitness method rjl493456442 2026-03-04 10:07:27 +0800
  • 5c6e3a7d1d core/vm: use amsterdam jump table in lookup BZO95 2026-03-04 09:58:17 +0800
  • 856e4d55d8
    go.mod: bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 (#33946) Jonny Rhea 2026-03-03 15:28:09 -0600
  • 7e0fb355e0 miner: close the state prefetcher at avoid thread leaks Gary Rong 2026-03-03 12:38:08 -0600
  • b7bd132a7e miner: enable trie prefetcher in block builder jonny rhea 2026-03-03 12:19:28 -0600
  • 06258fb4b9 go mod tidy for cmd/keeper jonny rhea 2026-03-03 11:50:52 -0600
  • a78e707e5f eth/catalyst: add api benchmarks MariusVanDerWijden 2026-03-03 18:31:36 +0100
  • c4dd0237c5 eth/catalyst: add api benchmarks MariusVanDerWijden 2026-03-03 18:27:22 +0100
  • acc0721c8c miner: remove extra span jonny rhea 2026-03-03 11:26:15 -0600
  • bcc8999722 update Pending() method, interface definitions and callsites to include a tx count jonny rhea 2026-03-03 10:43:04 -0600
  • 56f9dde1db Merge branch 'master' into rpc-otel-buildPayload Jonny Rhea 2026-03-03 09:48:53 -0600
  • a4d3ebe822 loose pong check Delweng 2026-03-03 23:21:13 +0800
  • b636489898 fix(cmd/devp2p): track challenge sources Delweng 2026-03-03 23:20:17 +0800
  • e5c6d3a7e5 fix: import Delweng 2026-02-26 12:35:50 +0800
  • 4a4cbe3404 cmd/devp2p: store lastLocal as well Delweng 2026-02-26 12:35:04 +0800
  • 0f2eb27996 cmd/devp2p: fix discv5 PingMultiIP handshake reply addr Delweng 2026-02-26 11:37:47 +0800
  • 70a7ec6a23
    Apply suggestions from code review Jonny Rhea 2026-03-03 09:26:28 -0600
  • 30dd3dde58 miner: avoid unnecessary work after payload resolution jonny rhea 2026-03-03 09:13:20 -0600
  • db7d3a4e0e version: begin v1.17.2 release cycle Felix Lange 2026-03-03 13:49:09 +0100
  • 16783c167c version: release go-ethereum v1.17.1 stable v1.17.1 Felix Lange 2026-03-03 13:41:41 +0100
  • 42fe582e44
    miner: add OpenTelemetry tracing spans to block building Barnabas Busa 2026-03-03 12:54:43 +0100
  • 9962e2c9f3
    p2p/tracker: fix crash in clean when tracker is stopped (#33940) Felix Lange 2026-03-03 12:54:24 +0100
  • 102a272f00
    core/txpool/blobpool: remove underpriced check after add Csaba Kiraly 2026-03-03 11:16:54 +0100
  • 0f5b89d765
    core/txpool/blobpool: use correct storage size in undeprice check Csaba Kiraly 2026-03-03 11:08:21 +0100
  • e273770c67
    core/txpool/blobpool: expose storage sizes Csaba Kiraly 2026-03-03 11:05:06 +0100
  • 0268f2e03d internal/ethapi: apply goimports formatting Sushil-19 2026-03-03 15:24:08 +0530
  • d0df3b050d core/filtermaps: prevent unsigned underflow in capacity calculation Sushil-19 2026-03-03 15:17:06 +0530
  • aa2d52a180 internal/ethapi: validate explicit transaction type in RPC calls Sushil-19 2026-03-03 14:59:09 +0530
  • e89ff4a68a p2p/tracker: clean up code Felix Lange 2026-03-03 10:28:05 +0100
  • 41fb331a2e
    chore(AGENTS.md): add AGENTS.md with guidelines for AI agents #33890 #33921 (#2083) Daniel Liu 2026-03-03 17:26:58 +0800
  • 20fe4a9059 core/filtermaps: adjust slice preallocation capacity handling Sushil-19 2026-03-03 14:28:26 +0530
  • f99bf44e0e triedb/pathdb: improve error message Gary Rong 2026-03-03 16:08:19 +0800
  • 54e9cc8957 core/filtermaps: preallocate slices in writeFinishedMaps Sushil-19 2026-03-03 13:33:36 +0530
  • 9a4d8a10da cmd/evm/internal/t8ntool: fix code-chunk-key args BZO95 2026-03-03 15:24:37 +0800
  • f7866a0118 core/rawdb: improve tests Gary Rong 2026-03-03 15:09:04 +0800
  • 1a482cac6a p2p/tracker: fix crash in clean when tracker is stopped Felix Lange 2026-03-03 08:07:49 +0100
  • 07511b5359 core/rawdb: implement tail truncation change in memory freezer Gary Rong 2026-03-03 15:02:01 +0800
  • d9eea18517 core/rawdb: fix tail truncation and add tests Gary Rong 2026-03-03 14:45:28 +0800
  • 43b1f7e9fe triedb/pathdb: reset trienode freezer for initialization Gary Rong 2026-03-03 13:44:20 +0800
  • 3a90107843 core/rawdb: improve freezer TruncateTail Gary Rong 2026-03-03 11:59:42 +0800
  • 1cd4b02579 core/rawdb: polish Gary Rong 2026-03-03 11:17:11 +0800
  • e250435851
    fix(crypto): remove keccak_ziren.go (#2113) Daniel Liu 2026-03-03 11:15:42 +0800
  • e21a61538a core/rawdb: rename Gary Rong 2026-03-03 11:08:29 +0800
  • 53bf8d11e7 eth/catalyst: allow getPayloadV2 for pre-shanghai payloads muzry.li 2026-03-03 10:49:14 +0800
  • 287a55072a eth, internal: add console endpoint Gary Rong 2026-03-03 10:29:09 +0800
  • e70d87274f cmd, core, eth, tests: prevent state flushing in RPC Gary Rong 2026-03-03 09:55:01 +0800
  • 095326d6e0
    fix code comment Jonny Rhea 2026-03-02 18:51:31 -0600
  • 7abac98d66
    Fix comment Jonny Rhea 2026-03-02 18:40:39 -0600
  • f07d9ed238 all: bal changes for devnet 2 Jared Wasinger 2025-09-29 14:44:19 +0800
  • d318e8eba9
    node: disable http2 for auth API (#33922) Sina M 2026-03-03 00:02:44 +0100
  • b25080cac0
    miner: account for generateWork elapsed time in payload rebuild timer (#33908) vickkkkkyy 2026-03-03 07:01:55 +0800
  • 48cfc97776
    core/txpool/blobpool: delay announcement of low fee txs (#33893) Csaba Kiraly 2026-03-02 16:59:33 -0600
  • 1eead2ec33
    core/types: fix transaction pool price-heap comparison (#33923) Csaba Kiraly 2026-03-02 16:42:39 -0600
  • 18b1188350 core: implement BAL reader Gary Rong 2026-01-30 14:46:36 +0800
  • 38869402e9 core: rework state reader with stats Gary Rong 2026-01-30 12:06:17 +0800
  • 2726c9ef9e
    core/vm: enable 8024 instructions in Amsterdam (#33928) jwasinger 2026-03-02 17:01:06 -0500
  • 6ca5f0b737 core/vm: enable 8024 instructions in Amsterdam Jared Wasinger 2026-03-02 16:21:23 -0500
  • f4358b326f internal/telemetry: fix undersized span queue causing dropped spans jonny rhea 2026-03-02 14:19:25 -0600
  • 40e4f21643
    core/txpool/blobpool: simplify isAnnouncable code Csaba Kiraly 2026-03-02 20:17:36 +0100
  • 2e357729a3 eth/catalyst: implement EIP-8161 SSZ-REST Engine API transport Giulio 2026-03-02 18:40:37 +0100
  • a033f727d5
    chore: update TBLogHandler Jonathan Oppenheimer 2026-03-02 11:39:59 -0500
  • 27f94313b6 rpc: account for error payload size in batch response limit TanayK07 2026-03-02 21:08:42 +0530
  • 9372a14868
    core/txpool/blobpool: add extra underpriced test Csaba Kiraly 2026-02-24 12:00:00 +0100
  • 5695fbc156
    .github: set @gballet as codeowner for keeper (#33920) Guillaume Ballet 2026-03-02 14:43:21 +0100
  • 825436f043
    AGENTS.md: add instruction not to commit binaries (#33921) Guillaume Ballet 2026-03-02 14:42:38 +0100
  • 976ee370c3 node: disable http2 for auth API Sina Mahmoodi 2026-03-02 14:37:28 +0100
  • 4d532c2edc
    core/txpool/blobpool: simplify rolling eviction field calculation Csaba Kiraly 2026-03-02 13:51:16 +0100