Commit graph

  • a0957177fe rpc: count error responses against batch response size limit ozpool 2026-05-14 11:39:42 +0530
  • 64822da467 core/txpool/blobpool: preserve limbo entry on update store failure ozpool 2026-05-14 11:35:36 +0530
  • 79d3395786 core/types: fix duplicated "the" in Authority doc-comment Noa Levi 2026-05-14 06:04:19 +0000
  • 584c715419 node: match vhost allowlist case-insensitively ozpool 2026-05-14 11:31:49 +0530
  • 43a50656dd core: update comments Gary Rong 2026-05-14 09:23:44 +0800
  • 440449bf1e core: rework AssembleBlock Gary Rong 2026-05-14 09:14:28 +0800
  • 83f32fbaa4 eth/protocols/snap: move maxTrieRequestCount and batchSizeThreshold to sync_v1.go jonny rhea 2026-05-13 18:10:22 -0500
  • e1809a1678 eth/protocols/snap: rename sync_test.go to sync_v1_test.go jonny rhea 2026-05-13 18:01:16 -0500
  • 4e06edf989 eth/protocols/snap: route remaining v1 dispatch sites through registerV1 hooks jonny rhea 2026-05-13 17:55:14 -0500
  • b4484ede85 eth/protocols/snap: install v1 dispatch hooks via registerV1 jonny rhea 2026-05-13 17:03:04 -0500
  • 2c19ece19a eth/protocols/snap: extract syncV1 main loop into sync_v1.go jonny rhea 2026-05-13 15:13:51 -0500
  • 0e9f9ff1c8 eth/protocols/snap: rename loadSyncStatus/saveSyncStatus to v1 variants and move to sync_v1.go jonny rhea 2026-05-13 15:00:28 -0500
  • 3618763da5 move heal task assignment, resp processing and revert helpers to sync_v1.go jonny rhea 2026-05-13 14:45:26 -0500
  • 038c1859d8 eth/protocols/snap: add sync_v1.go and move heal-related types to sync_v1.go jonny rhea 2026-05-13 14:35:13 -0500
  • ff665b4e37
    Apply suggestion from @s1na Sina M 2026-05-13 21:12:09 +0200
  • da34eb59fd
    node: default OpenTelemetry SampleRatio to 1.0 (#34948) Barnabas Busa 2026-05-13 21:08:21 +0200
  • 6abf72e5bb core/txpool/blobpool: silence GetRLP miss-log spam Sina Mahmoodi 2026-05-13 18:58:42 +0000
  • 54014e6560
    Apply suggestion from @jwasinger jwasinger 2026-05-13 14:23:03 -0400
  • c32feebe50
    Apply suggestion from @MariusVanDerWijden jwasinger 2026-05-13 12:43:42 -0400
  • 6bc33a8a73 internal/memlimit: respect cgroup memory cap Sina Mahmoodi 2026-05-12 11:56:39 +0000
  • c7b05edb8c .github: document concurrency rationale Sina Mahmoodi 2026-05-13 16:27:33 +0000
  • 653b3b9355 .github: cancel ci for stale PR commits Sina Mahmoodi 2026-05-13 16:22:16 +0000
  • a7896c90db cmd/devp2p: fix tests healthykim 2026-05-13 17:35:24 +0200
  • e41650a24b eth/protocols/eth: fix protocol message length healthykim 2026-05-13 17:35:02 +0200
  • 4eabe32e26 core, params: implement bal size constraint Gary Rong 2026-05-13 22:34:40 +0800
  • 0ac419900e core: add bal tests Gary Rong 2026-05-13 16:05:17 +0800
  • 8274c95fdc core, consensus, internal, eth, miner: construct block accessList Gary Rong 2026-05-13 10:39:04 +0800
  • b2aa6987de
    core/state: track the block-level accessList (#34803) rjl493456442 2026-05-13 20:38:47 +0800
  • ac60fc3659 cmd/geth: fix ctx.IsSet return true even flags like --sepolia=false Weixie Cui 2026-05-13 20:09:15 +0800
  • 9e4753b86e cmd/geth: fix ctx.IsSet return true even flags like --sepolia=false Weixie Cui 2026-05-13 20:07:09 +0800
  • ca3a197ea8
    Merge f8b5fe3c3d into 0494cdce23 bugmaker9371 2026-05-13 18:26:37 +0800
  • 41e4215e1d
    Merge ff742cb8d5 into 0494cdce23 Hossein Khoshtaghaza 2026-05-13 17:48:02 +0800
  • 09d9842c86 core/txpool: use blobTxForPool Weixie Cui 2026-05-13 17:09:36 +0800
  • 0494cdce23
    core: introduce GasChangeHook v2 (#34946) rjl493456442 2026-05-13 16:53:47 +0800
  • 7fc6f2ad2d
    Merge e7f2c8feb8 into 21c5a287f9 Felix Lange 2026-05-13 16:11:43 +0800
  • 963d78dfcc core/state/snapshot: make diskLayer.stopGeneration idempotent ozpool 2026-05-13 13:01:45 +0530
  • 5984bde7c4 cmd/geth: report disk space cleared on prune-history completion ozpool 2026-05-13 12:55:14 +0530
  • 5dbf26db90 eth/protocols/snap: address review — if-else guard, tighten path limit to 32 ozpool 2026-05-13 12:08:14 +0530
  • 20d6757391 internal/ethapi, eth: only gate eth_syncing when Engine API is registered ozpool 2026-04-30 17:45:57 +0530
  • 238b160a67 internal/ethapi, eth, eth/catalyst: gate eth_syncing on CL handshake ozpool 2026-04-30 16:19:26 +0530
  • 3a20c033b0 core: address comments from sina Gary Rong 2026-05-13 10:00:43 +0800
  • 7646bd6227
    Apply suggestions from code review rjl493456442 2026-05-13 09:57:37 +0800
  • bdb7b64173 trie/bintrie: mark promoted stem dirty during splitStemValuesInsert weiihann 2026-05-13 09:39:31 +0800
  • a1eaa21f24 trie/bintrie: fix hashInternal at group boundaries to match read-back hash weiihann 2026-05-13 09:39:19 +0800
  • 8abc810227 p2p/discover: check UDP endpoint in discv5 calls RekCuy63 2026-05-13 09:31:12 +0800
  • 0536e03e62 eth/protocols/eth: fix return early when and skips tracker.Fulfil Weixie Cui 2026-05-13 01:31:20 +0800
  • ecdd8c47cf core/state: deep copy slices Weixie Cui 2026-05-13 01:26:16 +0800
  • 89a4e43b56 accounts/abi: checkout whether event exists Weixie Cui 2026-05-13 01:21:35 +0800
  • 821812751e internal/ethapi: fix base fee too low error code in eth_simulateV1 Sina Mahmoodi 2026-05-12 16:41:59 +0000
  • 6c8e20ab76 internal/ethapi: check to address in set code transaction Weixie Cui 2026-05-13 00:21:30 +0800
  • 3266f5ad0a resolve conflict Sina Mahmoodi 2026-05-12 15:38:07 +0000
  • ac36e48264
    core, core/state: instrument BAL slow-block metrics (#34861) bal-devnet-3 CPerezz 2026-05-12 16:43:25 +0200
  • bc7705d93c cmd/utils: use value from default config to initialize flag Felix Lange 2026-05-12 16:22:50 +0200
  • 3eafb4ea10 add back some func/struct descriptor comments Jared Wasinger 2026-05-12 09:56:22 -0400
  • f615a624fb core/state: drop unused reader forwarders and EIP-7702 BAL test CPerezz 2026-05-12 12:00:22 +0200
  • 659af06a4c core, core/state: fold prefetcher elapsed into StateReadMs for BAL blocks CPerezz 2026-05-08 12:51:24 +0200
  • e4f27275cf core/state: restore BALStateTransition descriptor comments CPerezz 2026-05-08 12:05:29 +0200
  • 4183a70bd6 core, core/state: address slow-block review feedback CPerezz 2026-05-08 11:24:47 +0200
  • fd76921afa core, core/state: instrument BAL slow-block metrics CPerezz 2026-05-07 00:12:51 +0200
  • 21c5a287f9
    cmd/abigen: respect --v2=false (#34943) Richard Creighton 2026-05-12 14:02:40 +0100
  • 6af374e6aa
    accounts/abi: fix unittest code (#34740) cui 2026-05-12 20:50:04 +0800
  • 91f8e7cd9e
    internal/ethapi: add balHash to block results (#34652) cui 2026-05-12 20:49:33 +0800
  • e1f7baeeb9
    node: default OpenTelemetry sample ratio to 1.0 Barnabas Busa 2026-05-12 14:32:23 +0200
  • 726d657a4a
    core/txpool/blobpool: add blobTxForPool type (#34882) Bosul Mun 2026-05-12 13:59:33 +0200
  • 11531f7bd9 core/txpool/blobpool: change parseTransaction to return errLegacyTx healthykim 2026-05-12 12:39:23 +0200
  • f814ec33a3 core/txpool/blobpool: check the first byte on legacy tx check healthykim 2026-05-12 12:32:20 +0200
  • 723e7304b8 core/txpool/blobpool: fix convertTxs to record ids instead of txs healthykim 2026-05-12 12:29:01 +0200
  • 9c376a4055 core/txpool/blobpool: rename ApplySidecar healthykim 2026-05-12 12:20:57 +0200
  • ab28bda83e
    eth/catalyst: fix getBlobsV3 partial/complete metrics (#34666) Lessa 2026-05-12 06:16:44 -0400
  • 6ab8633de0 core: introduce GasChangeHook v2 Gary Rong 2026-04-20 15:42:03 +0800
  • 526a2b3a4f cmd/evm/t8ntool: gate ProcessParentBlockHash on IsPrague || IsUBT rayoo 2026-05-12 13:43:06 +0800
  • 24d51cc059
    Merge 6ad047e6b4 into d446676fc4 maskpp 2026-05-11 21:59:55 -0700
  • 674ed60b76
    Merge f8a0b6fa1c into d446676fc4 Csaba Kiraly 2026-05-11 21:55:46 -0700
  • d446676fc4
    core: write head hash to db after snap sync is complete (#34912) cui 2026-05-12 10:05:39 +0800
  • 7088fe5956 core/state: address comments from marius Gary Rong 2026-05-12 10:04:09 +0800
  • b2290ed767 cmd/abigen: respect --v2=false RekCuy63 2026-05-12 09:09:42 +0800
  • c16684c1ee
    internal/ethapi: fix withdrawal regression in eth_simulateV1 (#34939) Sina M 2026-05-12 02:33:43 +0200
  • 88b6a68aaa cmd/geth: add pprof jonny rhea 2026-05-10 14:00:52 -0500
  • 394fe783c6 ore/state, eth/tracers: fix block access index in trace tx Gary Rong 2026-05-06 13:22:50 +0800
  • 4ce3458586 Apply suggestion from @jwasinger jwasinger 2026-04-27 11:26:33 +0200
  • 97dc852329 core, cmd, eth, internal, miner: switch block index to uint32 Gary Rong 2026-04-26 23:38:57 +0800
  • b675e5bc26 core/state: fix Gary Rong 2026-04-26 23:19:30 +0800
  • 295d9cd5ab core, cmd, internal, eth, miner: introduce blockAccessIndex Gary Rong 2026-04-24 11:37:15 +0800
  • f5c1703dca core/state: copy balance before stashing Gary Rong 2026-04-24 10:52:25 +0800
  • a42743c2ce core/state: add nil guard Gary Rong 2026-04-23 16:07:38 +0800
  • f196057728 core/state: track the block-level accessList Gary Rong 2026-04-23 15:54:10 +0800
  • 6fcebbfd00 core: replace the read list with block access list Gary Rong 2026-04-23 15:36:09 +0800
  • 5b9a06d2f6 core/state: track the account originals Gary Rong 2026-04-23 12:14:46 +0800
  • 53c3d614a9 core/state: extend the journal with mutation kind tracking Gary Rong 2026-04-16 15:44:33 +0800
  • 56d391b601
    cmd, core, internal, miner: wrap pre/post-execution (#34812) rjl493456442 2026-05-12 04:17:48 +0800
  • af6da4b13a
    eth/catalyst: refactor Bosul Mun 2026-05-11 22:06:59 +0200
  • 298c83502b
    cmd/evm: fix gasUsed in evm run cmd (#34732) Daniel Liu 2026-05-12 03:32:19 +0800
  • 22919cec1b
    eth/tracers: fix data race on interruption reason across tracers (#34827) rayoo 2026-05-12 03:21:31 +0800
  • a735b80af6 remove unused code Jared Wasinger 2026-05-11 13:50:46 -0400
  • 1b5d65fdf3 remove mistake from last commit Jared Wasinger 2026-05-11 13:45:22 -0400
  • 22adcf749c remove unused error return from core.PreExecution Jared Wasinger 2026-05-11 13:43:07 -0400
  • 3bfba9bc2a
    remove unnecessary TODO jwasinger 2026-05-11 13:18:58 -0400
  • 6711508f7e consistent naming Sina Mahmoodi 2026-05-11 16:33:18 +0000
  • 9de1839318 internal/ethapi: fix withdrawal regression in eth_simulateV1 Sina Mahmoodi 2026-05-11 15:57:15 +0000
  • 8b39453122
    version: start release 1.17.4 cycle (#34938) rjl493456442 2026-05-11 23:57:06 +0800