Commit graph

  • b49a15c5b2 core/rawdb: add some basic tests jonny rhea 2026-03-20 16:07:51 -0500
  • 8f4668cebb core/rawdb: fix HasBAL Pre-EIP-8189 canonical blocks have empty BAL entries in the freezer, so can't rely on isCanon. jonny rhea 2026-03-20 14:20:36 -0500
  • fbba18fc99 core/rawdb: integrate BAL into chain freezer jonny rhea 2026-03-20 14:09:53 -0500
  • 1b9666962f core/rawdb: add BAL storage layer jonny rhea 2026-03-20 13:17:40 -0500
  • 5fab68d38f core/txpool/blobpool: improve gapped queue observability TanayK07 2026-03-03 12:53:51 +0530
  • 305cd7b9eb
    trie/bintrie: fix NodeIterator Empty node handling and expose tree accessors (#34056) Guillaume Ballet 2026-03-20 18:53:14 +0100
  • 5283e97b02 miner: consider additional sender nonces when ordering txs jonny rhea 2026-03-20 11:26:40 -0500
  • 2715d72eaa cmd/utils: guard SampleRatio flag with IsSet check Vicky 2026-03-21 00:23:12 +0800
  • 77779d1098
    core/state: bypass per-account updateTrie in IntermediateRoot for binary trie (#34022) CPerezz 2026-03-20 15:40:04 +0100
  • a9a6911195 core/blobpool: fix typo in comment clive 2026-03-20 22:14:19 +0800
  • e9b0168414
    Fix readonly flag handling in STATICCALL precompile execution Tomasz Slabon 2026-03-20 14:57:46 +0100
  • 252dd57159 fix error from kurtosis test healthykim 2026-03-20 21:12:20 +0900
  • 527506d25d
    core/state: bypass per-account updateTrie in IntermediateRoot for binary trie CPerezz 2026-03-17 00:01:13 +0100
  • 610de75434 core/txpool/legacypool: use types.Sender instead of signer.Sender Daniel Liu 2026-03-20 17:46:53 +0800
  • 9ab6b2fe11 fix test error healthykim 2026-03-20 18:01:05 +0900
  • eefafc17ba remove incomplete condidtion healthykim 2026-03-20 17:35:20 +0900
  • c7a527d580 set incomplete true when the sizelimit is exceeded healthykim 2026-03-20 17:34:31 +0900
  • 799f8a403c
    Merge pull request #7 from mezo-org/precompile-executions-test Łukasz Zimnoch 2026-03-20 09:14:15 +0100
  • b18e383644
    core/filtermaps: reset startedTailIndex flag after tail rendering Lessa 2026-03-20 02:12:24 -0400
  • cb298098aa cmd/geth, core/state, tests: rework EIP7610 check Gary Rong 2026-03-17 12:02:35 +0800
  • 59ce2cb6a1
    p2p: track in-progress inbound node IDs (#33198) jvn 2026-03-20 10:22:15 +0530
  • 5180e8b1f3 all: add bogota fork lightclient 2026-02-11 17:22:39 -0700
  • dec336f524 trie/bintrie: add iterator tests tellabg 2026-03-19 21:17:58 +0100
  • 6cc4dc5f10 trie/bintrie: fix NodeIterator Empty node handling tellabg 2026-03-19 19:46:01 +0100
  • 313459db36
    review feedback Guillaume Ballet 2026-03-19 19:30:22 +0100
  • 412c25f048 rlp: remove duplicate test Felix Lange 2026-03-19 18:32:02 +0100
  • ff11531c12 Merge remote-tracking branch 'origin/master' into bs/eip7975-peer Felix Lange 2026-03-19 18:27:55 +0100
  • 682ed6c64e eth/protocols/eth: remove trimReceiptsRLP and simplify handler Felix Lange 2026-03-19 18:25:21 +0100
  • 35b91092c5
    rlp: add Size method to EncoderBuffer (#34052) Felix Lange 2026-03-19 18:26:00 +0100
  • 97d643a677 core/vm: integrate Gary's call gas cost rework Jared Wasinger 2026-03-11 16:11:05 -0400
  • 48b1127c66 core/rawdb: parallel pruning of txindex Sina Mahmoodi 2026-03-19 14:28:49 +0000
  • fd859638bd
    core/vm: rework gas measurement for call variants (#33648) jwasinger 2026-03-19 12:02:49 -0400
  • 7aac5baf13
    Added precompile context unit tests Tomasz Slabon 2026-03-19 15:53:58 +0100
  • 204f8d6c96 erge branch 'juga1980/calcBlob' Jürgen Gamenik 2026-03-19 15:38:45 +0100
  • e5d453c086 core/vm: update to newest tests, rework gas mechanism Marius van der Wijden 2026-03-19 14:52:15 +0100
  • ab977ab925 rlp: add Size method to EncoderBuffer Felix Lange 2026-03-19 14:08:20 +0100
  • 077a58a49c core: fix deadlock in parallel state processor bal-devnet-2 Marius van der Wijden 2026-03-19 12:03:28 +0100
  • 41feef2a84 core: fix deadlock in parallel state processor Marius van der Wijden 2026-03-19 12:03:28 +0100
  • 130470832f eth/protocols/eth: add comments in LogsSize Felix Lange 2026-03-19 11:42:51 +0100
  • 59ca98ddbe eth/protocols/eth: remove ReceiptsRLPPacket70 Felix Lange 2026-03-19 11:04:43 +0100
  • 9d2b04de29 eth/protocols/eth: improving comments Felix Lange 2026-03-19 11:04:05 +0100
  • a3083ff5d0
    cmd: add support for enumerating a single storage trie (#34051) rjl493456442 2026-03-19 16:52:10 +0800
  • 4faadf17fb
    rlp: add AppendList method to RawList (#34048) Bosul Mun 2026-03-19 17:51:03 +0900
  • 4321de607c
    ci(workflow): handle all cases of wip (#2162) anunay-xin 2026-03-19 12:00:15 +0530
  • 8d93eb6e3d
    fix(contracts): use pool nonce for imported block sign tx (#2213) Daniel Liu 2026-03-19 14:26:58 +0800
  • 5e9f1a019a add metrics healthykim 2026-03-19 15:07:57 +0900
  • cc1fde37a4 fix bug in blob fetcher healthykim 2026-03-19 14:11:54 +0900
  • 0782d4538a cmd/geth: improve Gary Rong 2026-03-19 12:22:49 +0800
  • 07d3ae1d80 change requestByCustody to use bitmap as key healthykim 2026-03-19 13:01:30 +0900
  • c4ea820d27 better comments for blob fetcher healthykim 2026-03-19 13:00:42 +0900
  • e9f798dc81 cmd: add single storage trie support Gary Rong 2026-03-19 11:59:02 +0800
  • f21e79961b
    build(deps): bump google.golang.org/grpc from 1.77.0 to 1.79.3 dependabot[bot] 2026-03-19 02:25:28 +0000
  • b996824e56 core/rawdb: reuse unindex method for txindex pruning Sina Mahmoodi 2026-03-18 15:02:47 +0000
  • 3341d8ace0
    eth/filters: rangeLogs should error on invalid block range (#33763) vickkkkkyy 2026-03-19 06:31:40 +0800
  • d9d368d755
    Merge e4e92eb30f into b35645bdf7 Nikita Meshcheriakov 2026-03-18 19:14:21 +0000
  • e4e92eb30f
    Merge branch 'ethereum:master' into fix/get-logs-reverse-tags Nikita Meshcheriakov 2026-03-18 16:14:17 -0300
  • 9e06afbb82 add appendList function to rawList healthykim 2026-03-19 03:17:25 +0900
  • 5bb2cf35ab remove receipt tests in peer_test.go healthykim 2026-03-19 03:10:51 +0900
  • e84b6eb568 implement sparse blobpool healthykim 2026-03-19 02:52:39 +0900
  • 155da48d55 add p.chainConfig != nil to fix test error healthykim 2026-03-19 02:46:00 +0900
  • 65924d6884 remove tracker.fulfil from test healthykim 2026-03-19 02:45:09 +0900
  • 9ba076e0b1 extract log size calculation to receipt.go healthykim 2026-03-19 02:40:14 +0900
  • 7926650d0b pass block timestamp for fork aware validation healthykim 2026-03-19 02:26:29 +0900
  • c9bc896a58 Removed the whole block. Vicky 2026-03-19 01:13:32 +0800
  • bb449e5763 extract shared logic from handleReceipts healthykim 2026-03-19 02:00:03 +0900
  • 5b72989dfd replace RWMutex with Mutex healthykim 2026-03-19 01:54:07 +0900
  • d7a26252b7 update comments healthykim 2026-03-19 01:50:13 +0900
  • 9137152e19 metrics: replace time.Tick with time.NewTicker to prevent resource leaks SexyERIC0723 2026-03-18 16:18:32 +0000
  • 931955cdcc core: make sure the floorDataGas fits within MaxTxGas MariusVanDerWijden 2026-03-18 13:54:03 +0100
  • 67b48e4142 feat: improve import-history ux jeevan-sid 2026-03-18 19:53:49 +0530
  • b35645bdf7
    build: fix missing '!' in shebang of generated oss-fuzz scripts (#34044) haoyu-haoyu 2026-03-18 12:56:26 +0000
  • 6ae3f9fa56
    core/history: refactor pruning configuration (#34036) Sina M 2026-03-18 13:54:29 +0100
  • 6138a11c39
    trie/bintrie: parallelize InternalNode.Hash at shallow tree depths (#34032) CPerezz 2026-03-18 13:54:23 +0100
  • d7716f8bf4
    mess with the workflow Guillaume Ballet 2026-03-18 12:22:37 +0100
  • 09f53df1c5
    activate action Guillaume Ballet 2026-03-18 12:19:41 +0100
  • 6965b6ba27
    .github/workflows: add freebsd test github action Guillaume Ballet 2026-03-18 12:12:22 +0100
  • 0a29ebf0a4
    trie/bintrie: replace BinaryNode interface with GC-free NodeRef arena CPerezz 2026-03-18 11:01:53 +0100
  • b6115e9a30
    core: fix txLookupLock mutex leak on error returns in reorg() (#34039) Mayveskii 2026-03-18 10:43:24 +0300
  • a6e0587df0 fix test Vicky 2026-03-18 14:54:41 +0800
  • 42bd369824
    ci(workflow): finalise deployment notification (#2207) Wanwiset Peerapatanapokin 2026-03-18 13:34:39 +0700
  • 8be617c17a
    fix(core/txpool): fix nonce assignment in local tracker #31496 (#2183) Daniel Liu 2026-03-18 14:11:47 +0800
  • 1d4657b614 internal/download: distinguish missing file from stale in era download Ayush Baluni 2026-03-18 11:39:32 +0530
  • 508680055b
    fix(core/txpool): allow tx and authority regardless of admission order #31373 (#2185) Daniel Liu 2026-03-18 14:05:00 +0800
  • e647c71f5b
    feat(core/txpool): reject stale transaction for local tracking #31473 (#2182) Daniel Liu 2026-03-18 14:04:30 +0800
  • f12b9399c6
    Merge d477a72666 into ab357151da Delweng 2026-03-17 21:59:10 -0700
  • ec0f96d538
    feat(core/txpool,eth): align local tx tracking with geth #31202 #31618 (#2181) Daniel Liu 2026-03-18 12:24:40 +0800
  • fe01006381
    migrate deployment notification to new slack (#2193) Wanwiset Peerapatanapokin 2026-03-18 10:20:40 +0700
  • 2d5fa75f5b oss-fuzz: fix missing '!' in shebang of generated fuzz scripts SexyERIC0723 2026-03-18 00:26:50 +0000
  • 855cf6bb96 core: fix txLookupLock mutex leak on error returns in reorg() Mayveskii 2026-03-18 02:40:54 +0300
  • 66155c26e2
    trie/bintrie: parallelize InternalNode.Hash at shallow tree depths CPerezz 2026-03-17 10:56:32 +0100
  • e4a6a5ab75 core: fix storage deletion Jared Wasinger 2026-03-17 14:41:04 -0400
  • 746d691d66 internal/ethapi: don't attach empty sidecar when signing blob tx without blobs Vicky 2026-03-18 02:32:40 +0800
  • 3208a243a3 core/history: refactor pruning configuration Sina Mahmoodi 2026-03-17 17:21:04 +0000
  • ab357151da
    cmd/evm: don't strip prefixes on requests over t8n (#33997) felipe 2026-03-17 09:07:28 -0600
  • 9b2ce121dc
    triedb/pathdb: enhance history index initer (#33640) rjl493456442 2026-03-17 22:29:30 +0800
  • 3fcc799652 Merge branch 'master' of https://github.com/0xjvn/go-ethereum into f/prune-txn-enable 0xjvn 2026-03-17 18:45:49 +0530
  • ff772bfa08
    bal: lazy scope allocation in access list builder (#34019) Stefan 2026-03-17 14:08:06 +0100
  • fc1b0c0b83
    internal/ethapi: warn on reaching global gas cap for eth_simulateV1 (#34016) Sina M 2026-03-17 13:52:04 +0100
  • 2c4d669f5d
    cmd/geth: add --gcpercent flag for GC tuning CPerezz 2026-03-17 13:31:26 +0100
  • be09601f48
    Merge branch 'ethereum:master' into crypto-signunsafe-counter Garima Uttam 2026-03-17 17:39:39 +0530