Commit graph

  • e1e3eaa381
    p2p/discover: copy buffer before sending read errors to unhandled (#34888) cui 2026-05-07 21:18:04 +0800
  • d632d91e6c core/state: fix StateDB Reader Error Discard After Commit Weixie Cui 2026-05-07 21:11:45 +0800
  • 33785aab21
    p2p/discover: document BFS choice, add RandomWorkers split Csaba Kiraly 2026-05-07 09:38:59 +0200
  • b026ef6bb7
    p2p/discover: drop discv4 prefix-bit grind from CrawlIterator Csaba Kiraly 2026-05-07 08:56:23 +0200
  • dfa3bbffae
    cmd/devp2p: add --mode flag selecting crawl iterator Csaba Kiraly 2026-05-06 18:07:06 +0200
  • 6c0d848d9c
    p2p/discover: add CrawlIterator for breadth-first FINDNODE walks Csaba Kiraly 2026-05-06 18:02:57 +0200
  • cae076fef5
    p2p/discover: fix editing error Felix Lange 2026-05-07 14:27:45 +0200
  • f7b7d4c7e5
    eth/tracers/logger: fix exclude address list (#34887) cui 2026-05-07 20:03:32 +0800
  • 2357b7a12a
    Merge 350978a0a6 into c5598fe958 zhiqiangxu 2026-05-07 12:57:31 +0200
  • 0e9e8a479a p2p/discover: fix lint issue Felix Lange 2026-05-07 12:52:31 +0200
  • 59787a1d80
    p2p/discover: use bytes.Clone Felix Lange 2026-05-07 12:51:04 +0200
  • 15aff745b1 fix test for win Sina Mahmoodi 2026-05-07 10:47:46 +0000
  • 85e81382ad p2p/discover: decouple nodeFeed from Table mutex in waitForNodes Felix Lange 2026-05-07 12:39:02 +0200
  • 8f4f38002f reject noreceipts, fixes & test Sina Mahmoodi 2026-05-07 10:32:29 +0000
  • 0c4f33bc6d
    Record beacon block root contract access in BAL Miroslav Kovář 2026-05-07 10:41:56 +0200
  • 11cb8b55a6 p2p/discover: add test for waitForNodes deadlock Felix Lange 2026-05-07 11:32:26 +0200
  • e4a87df1be
    Update eth/tracers/logger/access_list_tracer_test.go cui 2026-05-07 17:05:20 +0800
  • c5598fe958
    core/txpool: change lock in Pending method of legacy pool to read lock (#32924) Roshan 2026-05-07 16:44:26 +0800
  • 54b56b53fb
    core: use uint256 in core.Message MariusVanDerWijden 2026-03-13 13:54:56 +0100
  • 1f6917fa0d
    Merge b4d3d8c01b into ea1cf7bf5e Sina M 2026-05-06 21:55:16 -0700
  • 162cd83ee0 eth/fetcher: lazy-allocate unknown slices in TxFetcher.Notify rayoo 2026-05-07 12:26:10 +0800
  • de887ab8a4 cmd, node, rpc: make HTTP body limit configurable RekCuy63 2026-05-07 11:33:01 +0800
  • 230c6a5e11 fix ea42e30d59 Jared Wasinger 2026-05-06 19:08:50 -0400
  • 2e771eaacf core/state: return metrics from prefetcher correctly Jared Wasinger 2026-05-06 17:29:28 -0400
  • ea42e30d59 add prefetchworkers and blockingprefetch to ethconfig. add necessary plumbing that gets the values to the blockchain config when instantiating for main command Jared Wasinger 2026-05-06 17:25:05 -0400
  • 697fe91750
    cmd,core,tests: introduce new BAL execution flags, log BAL slow blocks, surface more metrics including prefetcher time (#34892) jwasinger 2026-05-06 15:39:52 -0400
  • 2685212d75 cleanup Jared Wasinger 2026-05-06 15:18:54 -0400
  • da9e5177f9 set prefetcher metrics upon completion Jared Wasinger 2026-05-06 15:03:49 -0400
  • b7118dccfe cleanup Jared Wasinger 2026-05-06 14:43:40 -0400
  • aa8745521f core/state: note that error case is unreachable Jared Wasinger 2026-05-06 14:28:25 -0400
  • ac8354d4ca add --bal.blockingprefetch: if enabled, will ensure that when executing with a BAL, state loading tasks are completed before tx and state root calculation. can be used with --bal.prefetchworkers Jared Wasinger 2026-05-06 13:48:19 -0400
  • 457491107a fix Jared Wasinger 2026-05-06 13:37:25 -0400
  • 10314a1fe1 add --bal.prefetchworkers flag to parameterize state loading concurrency when executing with BALs Jared Wasinger 2026-05-06 13:31:26 -0400
  • 5c101bba03 try fix Jared Wasinger 2026-05-06 12:51:10 -0400
  • 052a24c353 it builds Jared Wasinger 2026-05-06 12:32:45 -0400
  • 043abca0a3 core/txpool/blobpool: continue on cell proof error in GetBlobs Tooshi 2026-05-07 00:20:38 +0800
  • 77d19df307 internal/era: update to latest ere spec Sina Mahmoodi 2026-05-06 16:12:55 +0000
  • 90175152bb more changes (wip) Jared Wasinger 2026-05-06 12:00:33 -0400
  • d15e833a43
    p2p/discover: fix deadlock in waitForNodes by buffering subscriber channel Vansh Sahay 2026-05-06 20:47:01 +0530
  • 296c236cec core/txpool/blobpool: remove duplicated check between parseTransaction and trackTransaction healthykim 2026-05-06 15:43:38 +0200
  • a627a77b2d core/txpool/blobpool: add a test for conversion healthykim 2026-05-06 15:42:39 +0200
  • 66177b14ee core/txpool/blobpool: cheaper legacy tx detection in parseTransaction healthykim 2026-05-06 15:42:15 +0200
  • ea1cf7bf5e
    eth/protocols/eth: stop serving on unavailable responses (#34787) Bosul Mun 2026-05-06 15:36:54 +0200
  • 9ee20fbf7f p2p/discover: copy buffer before sending read errors to unhandled Weixie Cui 2026-05-06 21:35:39 +0800
  • 3c8b108156 core/txpool/blobpool: fix bug on converTx append healthykim 2026-05-06 15:24:47 +0200
  • c03867d66a core/txpool/blobpool: use var ptx blobTxForPool instead of new() healthykim 2026-05-06 15:23:55 +0200
  • 5905a2baec core/txpool/blobpool: remove duplicated comment healthykim 2026-05-06 15:18:06 +0200
  • d1a0c5cd95 core/txpool/blobpool: use SplitUint64 instead of SplitString healthykim 2026-05-06 15:17:23 +0200
  • 06c30cc7e1
    triedb/pathdb: add AdoptSyncedState for snap/2 completion path (#34874) Jonny Rhea 2026-05-06 08:08:15 -0500
  • a3f088edcf core/txpool/blobpool: add comments healthykim 2026-05-06 15:06:57 +0200
  • b92c86deb7
    internal/download: don't discard dst.Close error (#34866) Rahman 2026-05-06 07:02:03 -0600
  • c471e3c571
    Take data from the same object Piotr Mikołajczyk 2026-05-06 14:49:34 +0200
  • bf68e31af3 eth/tracers/logger: fix exclude address list Weixie Cui 2026-05-06 19:58:55 +0800
  • 2c5136b794
    Use errors.As Piotr Mikołajczyk 2026-05-06 13:32:46 +0200
  • 1fe1ef3d33 add ux improvement changes Jason-Wanxt 2026-05-06 19:04:26 +0800
  • af72fce7f1
    eth/tracers: remove note about breaking change in IntermediateRoots jwasinger 2026-05-06 06:18:05 -0400
  • aaa2b66285
    core: implement eip-7981: Increase Access List Cost (#34755) Marius van der Wijden 2026-05-06 12:03:11 +0200
  • c3ea9c67d7 core/txpool: add comments on GetRLP healthykim 2026-05-06 10:33:32 +0200
  • e3f25c2fc9 core: move blobTxForPool type to blobpool.go healthykim 2026-05-06 10:28:59 +0200
  • 4d2af275e1
    eth/catalyst: allow reorging the head block to a parent (#34767) Marius van der Wijden 2026-05-06 09:59:51 +0200
  • 84949107ce
    beacon/engine: fix wrong presize bound (#34860) cui 2026-05-06 15:18:12 +0800
  • aa90166c38 core/txpool/blobpool: fix GetBlobs mark blob hash filled before checking sidecar version Weixie Cui 2026-05-06 13:23:26 +0800
  • f39f22df5c triedb/pathdb: fix layer 5 key range in storage iterator traversal test rayoo 2026-05-06 12:33:39 +0800
  • 1cc112f121 triedb/pathdb: remove unused database entry Gary Rong 2026-05-06 12:14:57 +0800
  • bddf792428 core: add BlobTxForPool type healthykim 2026-05-05 23:27:19 +0200
  • 58256271de triedb/pathdb: add AdoptSyncedState for snap/2 completion path jonny rhea 2026-05-05 15:21:58 -0500
  • 4ff33ba1b6
    internal/download: only report stale existing downloads (#34849) Andrii Furmanets 2026-05-05 23:17:09 +0300
  • 99c4e241fa eth: fix lint Gary Rong 2026-04-24 16:05:19 +0800
  • e54f7e1a17 core, eth: use Pre-execution func Gary Rong 2026-04-24 14:17:36 +0800
  • 2f5090b322 cmd, core, eth, internal, miner: wrap pre-execution system calls Gary Rong 2026-04-24 11:58:42 +0800
  • 297adcb2f0 cmd, core, internal, miner: wrap post-execution as a core function Gary Rong 2026-04-24 11:45:40 +0800
  • b01202e3fe the start of some changes I was experimenting with. broken Jared Wasinger 2026-05-05 11:33:39 -0400
  • f5d50d065b fix for code mutation Jared Wasinger 2026-05-05 10:36:37 -0400
  • 60db25b070
    p2p/discover: restore nextTimeout update in UDPv4 resetTimeout loop (#34878) rayoo 2026-05-05 21:28:28 +0800
  • 70889e580d
    Delete internal/download/download_test.go Felix Lange 2026-05-05 15:24:24 +0200
  • 5b837e5786
    eth/downloader: use batch index in deliver reconstruct (#34870) cui 2026-05-05 18:41:22 +0800
  • 9762b927dd p2p/discover: optimize findnodeByID Sahil-4555 2025-12-03 10:23:52 +0530
  • 4cd7092ccd core/types: revert encodeSize changes generated by claude healthykim 2026-05-05 11:30:09 +0200
  • d5edb80438
    accounts/abi/bind: re-export event signature errors (#34868) TenderDeve 2026-05-05 14:59:26 +0530
  • d1fce1f744
    Apply suggestion from @MariusVanDerWijden Marius van der Wijden 2026-05-05 11:28:12 +0200
  • 35781edb8f core, eth: move eth71 changes on master healthykim 2026-05-05 11:22:27 +0200
  • 38f1de9193 eth/catalyst: update to new spec Marius van der Wijden 2026-05-05 11:18:48 +0200
  • 57646eb61b
    build: Fix Typo Thanh Luu 2026-05-05 16:10:53 +0700
  • 44d8d1fc36 core: add overflow checks, add tests Marius van der Wijden 2026-05-05 10:59:19 +0200
  • 9fc4727b7a core: add overflow checks, add tests Marius van der Wijden 2026-05-05 10:57:32 +0200
  • e6b4f0a55f
    Implement Windows-specific initialization in ci.go Thanh Luu 2026-05-05 15:08:00 +0700
  • c944ff3d54 p2p/discover: restore nextTimeout update in UDPv4 resetTimeout loop rayoo 2026-05-05 15:53:58 +0800
  • 57e72925eb core/state: handle err returned by UpdateContractCode in StateDB.updateStateObject Weixie Cui 2026-05-05 08:13:33 +0800
  • efd6cdcff1
    eth/tracers: forward V2 state hooks through mux tracer (#34869) rayoo 2026-05-05 03:36:26 +0800
  • 9b5f512c41 cmd/evm: skip empty lines in stdin batch mode Tanvir 2026-05-05 01:21:05 +0800
  • 3366ae8a96 eth/downloader: use batch index in deliver reconstruct Weixie Cui 2026-05-04 22:49:07 +0800
  • 51fdf0e053
    core: drop and tighten comments per PR feedback CPerezz 2026-05-04 18:42:03 +0200
  • 2c846b5601 eth/tracers: forward V2 state hooks through mux tracer rayoo 2026-05-04 21:35:14 +0800
  • 3cdb836553
    core: drop redundant WaitPrefetch in BAL block stats path CPerezz 2026-05-04 12:46:20 +0200
  • 9af0c00ab0 accounts/abi/bind: re-export ErrEventSignatureMismatch and ErrNoEventSignature Tenderdeve 2026-05-04 15:56:54 +0530
  • 4ae069fd76 internal/download: clean it up Jared Wasinger 2026-05-03 12:33:47 -0400
  • b718f7dcfd core/types: minor opt decodeSignature Weixie Cui 2026-05-03 21:22:55 +0800
  • 51885e45fd internal/download: don't discard dst.Close error Tanvir 2026-05-03 16:17:59 +0800
  • da402f4b06
    cmd/evm: wire up t8n with EELS binary fork (#575) felipe 2026-04-29 12:04:54 +0200
  • e32a3e24b9
    fix linter Guillaume Ballet 2026-04-28 15:42:19 +0200