Commit graph

  • bcca4858b5
    eth/catalyst, miner: add testing_commitBlockV1 Chase Wright 2026-05-18 09:36:10 -0500
  • 3d1e6aa6c3
    signer/core: fix unconditional http request metadata scheme overwrite (#34653) cui 2026-05-18 22:30:41 +0800
  • b9d0450dd7 internal/ethapi, eth: propagate SetHead errors through Backend Weixie Cui 2026-05-18 20:00:00 +0800
  • 5c5f79893e p2p/discover: avoid findnodeByID preferLive fallback to unverified nodes Weixie Cui 2026-05-18 20:00:00 +0800
  • 4bfa58c7e4
    .github/workflows: add a typo checker Guillaume Ballet 2026-05-18 13:25:51 +0200
  • 7162ee2f72 core/txpool/blobpool: support legacy limbo blobs RekCuy63 2026-05-18 13:46:51 +0800
  • f09eefedbf Merge branch 'master' of https://github.com/0xjvn/go-ethereum into fix/rewind 0xjvn 2026-05-18 10:14:10 +0530
  • d4027f3d46
    node: normalize HTTP vhost host matching (#34693) Andrii Furmanets 2026-05-18 05:37:12 +0300
  • 36d136736f rpc: reject empty batch in BatchCallContext rayoo 2026-05-16 22:19:39 +0800
  • 285a13c43d core, beacon: add blockAccessList into executionData Gary Rong 2026-05-18 09:21:18 +0800
  • 428c272110 feat: remove osaka override flag 0xjvn 2026-05-17 22:35:55 +0530
  • 60f003024e core/types: encode blob tx version decode blobtx sidecar weixie.cui 2026-05-17 23:18:29 +0800
  • a111af1dd2 cmd/devp2p,p2p/enode: validate fallback UDP port range mk0walsk 2026-05-17 20:24:21 +0800
  • fc65c7f016 core/types: copy optional block hash accessors RekCuy63 2026-05-17 12:37:27 +0800
  • 0b5d47ad55 signer/clef: implement EIP-4361 Sign-In With Ethereum (SIWE) support murraystewart96 2026-05-16 15:43:35 +0100
  • 8042c83333 core/state/pruner: handle batch write errors in pruning mk0walsk 2026-05-15 22:18:24 +0800
  • 8a0223e8da
    core/txpool: use blobTxForPool inside of Reset function (#34960) cui 2026-05-15 21:51:46 +0800
  • d34e898305 go.mod: bump golang.org/x/net to v0.53.0 to fix GO-2026-4918 ozpool 2026-05-15 16:59:11 +0530
  • ac53e42b9c p2p/nat: bump pion/stun to v3 to pull in fixed pion/dtls (#34621) ozpool 2026-05-15 16:50:07 +0530
  • b3c07dc7b9 cmd/geth, core/rawdb: include tx index delta in prune history cleared total ozpool 2026-05-15 16:36:04 +0530
  • 15832284a5 eth/protocols/snap: fix error message Weixie Cui 2026-05-15 12:01:08 +0800
  • 6f6d006f74
    core/txpool/blobpool: silence GetRLP miss-log spam (#34965) Sina M 2026-05-15 12:04:37 +0200
  • b673e63a73 fix: fall back to era files for block retrieval on pruned nodes jeevan-sid 2026-05-15 15:01:52 +0530
  • 9c232a0101 support erae files in era store jeevan-sid 2026-05-15 13:04:15 +0530
  • 2169065ba6 core, beacon: fix engine API and genesis init Gary Rong 2026-05-15 10:18:26 +0800
  • 5abf1161f2 cmd/evm: respect --fuzz=false RekCuy63 2026-05-15 09:43:38 +0800
  • 66f90c2409 core/forkid: simpilify code by using std library Weixie Cui 2026-05-15 09:22:22 +0800
  • b3cac351ae add metrcis for the rest Tooshi 2026-05-15 05:16:46 +0800
  • 513a834d0a eth/fetcher: pass BlobFetcher callbacks in struct Felix Lange 2026-05-14 20:16:18 +0200
  • 7aa045c60c core/txpool/blobpool: add metrics for blob buffer Felix Lange 2026-05-14 19:51:41 +0200
  • 1a7e0397bb core, eth: new engine api spec healthykim 2026-05-14 19:15:48 +0200
  • 31bb680997
    miner: re-use basefee and big.Int in loop (#34783) cui 2026-05-14 19:45:49 +0800
  • 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
  • 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