Commit graph

  • e2da8daab4
    core/types: updates for EIP-7702 API functions #30933 (#1827) Daniel Liu 2025-12-20 13:43:04 +0800
  • 510be504ef
    eth/tracers: prestate lookup EIP7702 delegation account #32080 (#1828) Daniel Liu 2025-12-20 13:42:33 +0800
  • 2d239bdf12
    Update memorydb.go marukai67 2025-12-19 21:59:21 +0100
  • d6768c4fd2
    Update util.go lupin17 2025-12-19 20:59:33 +0100
  • 34d9478508
    Update bindv2.go 0xFloki 2025-12-19 19:55:46 +0100
  • 0116f1ebdc
    add package overview and examples mehmetyavuzz43 2025-12-19 18:03:17 +0100
  • ccc7366336
    core/txpool/blobpool: add custom check in test Csaba Kiraly 2025-10-27 13:09:22 +0100
  • 3ede2631a0
    core/txpool/blobpool: test gapped blob tx acceptance Csaba Kiraly 2025-10-24 14:00:20 +0200
  • 24b9c5dcb0
    core/txpool/blobpool: fix blob tx replacement Csaba Kiraly 2025-09-25 12:30:00 +0200
  • 52efe146f3
    fix lint Csaba Kiraly 2025-09-25 09:17:35 +0200
  • 66eae3c0db
    core/txpool/blobpool: fix reorder buffer logic Csaba Kiraly 2025-09-24 17:36:52 +0200
  • 0e5ae8e438
    core/txpool/blobpool: evict stale transactions from reorg buffer Csaba Kiraly 2025-09-24 17:13:08 +0200
  • 065fa343b8
    core/txpool/blobpool: limit tx lifetime in gapped reorg buffer Csaba Kiraly 2025-09-24 02:51:52 +0200
  • a30a39b52e
    core/txpoo/blobpool: expose gapped txs in Has and Status Csaba Kiraly 2025-09-23 21:03:51 +0200
  • 81a116801d
    core/txpool/blobpool: limit reorder buffer size for DoS protection Csaba Kiraly 2025-09-23 21:01:25 +0200
  • cb59ff5cf8
    core/txpool/blobpool: limit gapped allowance based on sender Csaba Kiraly 2025-09-23 13:54:52 +0200
  • 9cdd843502
    fix comments Csaba Kiraly 2025-09-23 12:49:50 +0200
  • b60b385342
    core/txpool/blobpool: move tx notification event inside add Csaba Kiraly 2025-09-23 12:45:16 +0200
  • 4e0aa78bd3
    core/txpool/blobpool: accept tx if stored in gapped queue Csaba Kiraly 2025-09-23 12:39:56 +0200
  • 6cb97cb721
    core/txpool/blobpool: fix removal from gapped queue Csaba Kiraly 2025-09-23 12:38:45 +0200
  • 54a69c4096
    core/txpool/blobpool: add queue to blobpool Csaba Kiraly 2025-09-22 10:31:06 +0200
  • 7e24fd48fe
    common/fdlimit: remove incorrect MacOS comment from unix file Tomass 2025-12-19 13:46:45 +0100
  • d39b42fd32 verified concurrency fixes in beacon sync and general downloader stability kannan112 2025-12-19 17:24:30 +0530
  • 5d86606432
    cmd/devp2p: fix missing format verbs in Fatalf calls Merkel Tranjes 2025-12-19 12:47:57 +0100
  • 6e400cba2a
    set cache size Csaba Kiraly 2025-12-19 12:32:38 +0100
  • 76ad66a1f1
    better error message Csaba Kiraly 2025-12-19 12:11:02 +0100
  • 31a53d15a7
    core/blockchain: improve cache handling at reorg Csaba Kiraly 2025-12-19 12:10:50 +0100
  • 2e5cd21edf
    graphql: add nil check in block resolver (#33225) Rizky Ikwan 2025-12-19 12:29:41 +0100
  • 256c76d025
    go.mod: use toolchain go v1.25.5 (#1883) wit liu 2025-12-19 18:38:47 +0800
  • 0d381ece9f
    core/types, internal/ethapi: fixes for prague RPC encoding #30926 (#1839) Daniel Liu 2025-12-19 18:38:23 +0800
  • 93baf1e05e
    Add test for DoCall when ApplyMessage returns nil Olexandr88 2025-12-19 12:32:07 +0200
  • ebe1ab2b54
    Add test for DoCall ApplyMessage nil return Olexandr88 2025-12-19 12:17:19 +0200
  • 142b1155d8
    all: implement eip-7702 set code tx #30078 (#1759) Daniel Liu 2025-12-19 18:09:45 +0800
  • bf141fbfb1
    core, eth: add lock protection in snap sync (#33428) rjl493456442 2025-12-19 16:36:48 +0800
  • b08622248c
    trie: add error-checks #26914 (#1138) Daniel Liu 2025-12-19 15:47:02 +0800
  • 56ef5f3956
    trie: reduce unit test time #26918 (#1139) Daniel Liu 2025-12-19 15:46:35 +0800
  • 75f147a362
    common: simplify FileExist helper #32969 (#1871) wit liu 2025-12-19 15:07:32 +0800
  • dd7daace9d
    eth/catalyst: return empty response for GetBlobsV2 before Osaka (#33444) Jeevan 2025-12-19 12:12:51 +0530
  • b3d12e4fda
    common: remove unused variables (#1875) wit liu 2025-12-19 14:39:23 +0800
  • ac4ada6282 eth/downloader: add logs Gary Rong 2025-12-19 14:32:23 +0800
  • 51253bba16 eth, triedb: ignore duplicated beacon header Gary Rong 2025-12-19 14:16:49 +0800
  • 1a5f94b5d9 eth/downloader: add more logs Gary Rong 2025-12-19 13:55:23 +0800
  • a83c43f240
    all: use 0x-prefix string for type Address in log message (#1874) wit liu 2025-12-19 12:55:21 +0800
  • d3b35cba42
    rpc: fix a flaky test of the websocket #33002 (#1877) wit liu 2025-12-19 12:19:47 +0800
  • 5dfcffcf3c
    tests/fuzzers: remove unused field from kv struct in rangeproof fuzzer (#33447) 0xFloki 2025-12-19 02:13:00 +0100
  • 3857eb2e61 remove TODO that is no longer relevant Jared Wasinger 2025-12-18 12:16:18 -0800
  • 54d9e4ff40 remove TODO that is no longer relevant Jared Wasinger 2025-12-18 12:16:18 -0800
  • 4773a557b2
    Update test_hash.go alex017 2025-12-18 21:15:53 +0100
  • 115bc8ed33 core/vm: for selfdestruct/sstore whose gas funcs are dependent on reading state, move readOnly call context check into gas func to avoid unecessary state reads in the gas handler in case where these are called in a static context. Jared Wasinger 2025-11-25 12:13:58 -0800
  • bd77b77ede
    core/txpool/blobpool: remove legacy sidecar conversion (#33352) rjl493456442 2025-12-19 03:33:07 +0800
  • a0901c4893
    Update core/vm/operations_acl.go jwasinger 2025-12-18 11:19:03 -0800
  • 8f967299c4 core/vm: in selfdestruct gas calculation, return early if there isn't enough gas to cover cold account access costs Jared Wasinger 2025-12-18 11:16:06 -0800
  • 158e44a531 attempt miner fix (untested) Jared Wasinger 2025-12-18 11:02:22 -0800
  • 630a79e9d4 fix crash when attempting to call debug_getAccessList on block that doesn't contain one. remove the new pre/post-tx tracer hooks and use the system contract start/end hooks instead in the bal tracer Jared Wasinger 2025-12-17 14:29:50 -0800
  • 96a289dfee
    Update transition.go marukai67 2025-12-18 18:51:30 +0100
  • 2f86408c81
    Update api.go lupin17 2025-12-18 15:26:23 +0100
  • 6f3bf46140
    Update rangeproof-fuzzer.go 0xFloki 2025-12-18 14:50:04 +0100
  • 16fb4f7181
    Update event.go Adrian 2025-12-18 13:48:42 +0100
  • e7a05ceafd
    Update prompter.go oooLowNeoNooo 2025-12-18 12:56:15 +0100
  • a128ea0167 fix: return empty response for GetBlobsV2 before Osaka jeevan-sid 2025-12-18 16:13:13 +0530
  • 5084c63fbb reduce timeout to 10s liam.lai 2025-12-18 13:54:26 +0400
  • ffe9dc97e5
    core: add code read statistics (#33442) rjl493456442 2025-12-18 17:24:02 +0800
  • d976cc65d2
    core/txpool: fix isGapped implementation #27404 (#1864) Daniel Liu 2025-12-18 17:15:50 +0800
  • 1559979671
    eth/handler: simplify code Csaba Kiraly 2025-12-18 09:57:15 +0100
  • d220e4c844
    eth/handler: check hash against chain using in-mem cache only Csaba Kiraly 2025-12-18 09:49:17 +0100
  • b8f264aad6
    core/blockchain: add txhash cache for on-chain txs Csaba Kiraly 2025-12-18 09:25:32 +0100
  • 90344dc27b
    core/blockchain: remove useless locking of txLookup Csaba Kiraly 2025-12-18 09:03:02 +0100
  • 779406fc28 core: add code read statistics Gary Rong 2025-12-18 14:56:50 +0800
  • 0737df6c7d core/txpool: add validation for func SetGasPrice wit 2025-12-18 15:26:00 +0800
  • fc7ea9c0a0 start engine_newPayload spans at API entrypoints jonny rhea 2025-12-17 20:35:05 -0600
  • 3185ffaa73 fix lint issues jonny rhea 2025-12-17 16:59:48 -0600
  • 160ff4f647 engine: add minimal OpenTelemetry tracing for newPayload jonny rhea 2025-12-17 15:37:26 -0600
  • f8049a0e6f triedb/pathdb: store the entire node value for nodes at top levels Gary Rong 2025-12-18 10:32:42 +0800
  • f9f67599d2 triedb: address comments from guillaume Gary Rong 2025-12-18 10:21:25 +0800
  • 7aae33eacf
    eth/catalyst: fix invalid timestamp log message (#33440) Jonny Rhea 2025-12-17 17:24:10 -0600
  • 4e8c8c9c52 engine: fix invalid timestamp log message jonny rhea 2025-12-17 15:51:56 -0600
  • efa7bd49e8
    tools: add helper to check go mod tidy changes LumenSolutions 2025-12-17 14:26:06 +0100
  • 8ee49ddeda
    Add logging notes for geth docs: add logging notes for geth patridunk 2025-12-17 14:23:31 +0100
  • 46f76d81aa
    tools: add script to dump geth peers mehmetyavuzz43 2025-12-17 14:16:51 +0100
  • 63c4383bd2 core: move newPayloadFeed to Blockchain MariusVanDerWijden 2025-12-17 12:49:08 +0100
  • af8e152501 eth: re-schedule skeleton sync if it's not linked with local chain Gary Rong 2025-12-17 12:12:10 +0800
  • a9b0633664
    eth/tracers: add EnableActualGasCost flag to StructLogger Andrew Davis 2025-12-16 11:57:24 +1000
  • abaef48d54 attempt to align behavior with other clients (spec tests currently incorrect) Jared Wasinger 2025-12-16 18:00:05 -0800
  • bbad7fc0f3
    fix(rpc): use ResettingTimer for RPC duration metrics Dan Bryan 2025-12-16 19:29:45 -0500
  • 00136d1735 only perform state reads in selfdestruct if we have sufficient gas to cover the state access costs Jared Wasinger 2025-12-16 11:21:31 -0800
  • 7c2424e3c7 fix: added restrictions in engine capabilities jeevan-sid 2025-12-17 00:46:58 +0530
  • c112198644 fix the last commit Jared Wasinger 2025-12-16 11:02:30 -0800
  • 283c334db7 wip: special storage key/val encoding Jared Wasinger 2025-12-16 08:29:47 -0800
  • c1b705392e chore(deps): bump patch dependencies Olexandr88 2025-12-16 14:34:13 +0200
  • acbfd6709b core/rawdb: change tx index from uint64 to uint32 Longs Pemun Gotar 2025-12-16 13:07:21 +0100
  • 889dc67021
    tools: add http json-rpc reachability check GeneratedUserFJ839 2025-12-16 12:54:18 +0100
  • 26d3dec21a
    docs: add rpc quick tests examples LumenSolutions 2025-12-16 12:51:14 +0100
  • 043f039d7f
    Add script to run staticcheck for go-ethereum tools: add staticcheck wrapper script patridunk 2025-12-16 12:44:50 +0100
  • cd9483648e test: make LargeReceiptBlock as a pointer healthykim 2025-12-16 17:07:14 +0900
  • 503d51945b
    core/txpool: disallow future churn by remote txs #26907 (#1860) Daniel Liu 2025-12-16 15:05:39 +0800
  • c9a730d859
    core/txpool: use atomic int added in go1.19 #26913 (#1856) Daniel Liu 2025-12-16 14:43:09 +0800
  • 05887b8772 core/rawdb: refactor blockReceiptsKey to prealloc + copy Sahil-4555 2025-12-16 11:11:43 +0530
  • 8d4d653572 core/rawdb: refactor blockBodyKey to prealloc + copy Sahil-4555 2025-12-16 11:10:42 +0530
  • 9ee65abaaa core/rawdb: refactor headerHashKey to prealloc + copy Sahil-4555 2025-12-16 11:09:17 +0530
  • 07e7e8f2e0 core/rawdb: refactor headerKey to prealloc + copy Sahil-4555 2025-12-16 11:07:37 +0530