Commit graph

  • a46bd22ba9 eth/catalyst: propagate passed context in call to newPayload Jared Wasinger 2026-03-11 12:41:55 -0400
  • c14f3e4c2f core: uodate 8037 and fix rebasing issues MariusVanDerWijden 2026-01-13 22:00:25 +0100
  • 027b15cad9
    fix failing test Guillaume Ballet 2026-03-12 14:50:47 +0100
  • cc763d0908
    cmd/geth: add subcommand for offline binary tree conversion Guillaume Ballet 2026-02-02 20:31:02 +0100
  • 16a8ab8ed5 ethapi: encode slotNumber as hex in RPCMarshalHeader qu0b 2026-03-12 12:19:07 +0000
  • 81f8aaa4f1
    internal/telemetry: bump otel exporter dependencies to v1.40.0 Barnabas Busa 2026-03-12 12:04:50 +0100
  • b6897d3951
    internal/telemetry: address review feedback Barnabas Busa 2026-03-03 14:50:00 +0100
  • 0d1fb19613
    internal/telemetry: add gRPC transport for OTLP trace export Barnabas Busa 2026-03-03 12:53:53 +0100
  • 1c9ddee16f
    trie/bintrie: use a sync.Pool when hashing binary tree nodes (#33989) Guillaume Ballet 2026-03-12 10:20:12 +0100
  • bfa97d5579 eth/filters: reduce lock scope in GetFilterChanges Mark Liu 2026-03-12 17:07:38 +1100
  • 56281d4fa0
    Apply suggestions from code review rjl493456442 2026-03-12 11:01:40 +0800
  • 04f16489ee triedb/pathdb: fix test stall Gary Rong 2026-03-12 10:58:08 +0800
  • 95b9a2ed77
    core: Implement eip-7954 increase Maximum Contract Size (#33832) jvn 2026-03-12 07:53:49 +0530
  • de0a452f7d
    eth/filters: fix race in pending tx and new heads subscriptions (#33990) Copilot 2026-03-12 10:21:45 +0800
  • 7d13acd030
    core/rawdb, triedb/pathdb: enable trienode history alongside existing data (#33934) rjl493456442 2026-03-12 09:21:54 +0800
  • e72d40de6c trie/bintrie: fix grouped InternalNode serialization path mismatch (#569) CPerezz 2026-03-10 17:13:55 +0100
  • e4b741e99c fix(cmd): wire --bintrie.groupdepth flag to SetEthConfig (#571) CPerezz 2026-03-05 15:44:03 +0100
  • 9c1bb17859 fix linter Guillaume Ballet 2026-01-23 17:38:33 +0100
  • 1ffd8a1bcb fix flags Guillaume Ballet 2026-01-23 17:12:32 +0100
  • f183111c30 fix build error Guillaume Ballet 2026-01-23 14:29:59 +0100
  • 353982a2c1 parameterize the page size Guillaume Ballet 2026-01-21 19:03:20 +0100
  • 3b154187ed trie/bintrie: group 2^N internal nodes into a single serialization unit Guillaume Ballet 2026-01-21 18:07:20 +0100
  • d23431c053
    review feedback Guillaume Ballet 2026-03-11 17:48:08 +0100
  • 397320bc2a eth/filters: use var() blocks; revert test changes copilot/fix-flaky-test-gclient copilot-swe-agent[bot] 2026-03-11 16:25:11 +0000
  • 58696fa2ae eth/filters: fix race in NewPendingTransactions and NewHeads subscriptions copilot-swe-agent[bot] 2026-03-11 16:18:13 +0000
  • 3e0889571b ethclient/gethclient: fix flaky TestSubscribePendingTxHashes test copilot-swe-agent[bot] 2026-03-11 15:53:07 +0000
  • b346c85e19 Initial plan copilot-swe-agent[bot] 2026-03-11 15:44:31 +0000
  • 59512b1849
    cmd/fetchpayload: add payload-building utility (#33919) Guillaume Ballet 2026-03-11 16:18:42 +0100
  • da83b7e392 internal/ethapi: add gas usage metric for eth_call TanayK07 2026-03-02 21:28:34 +0530
  • b65394e1ab
    trie/bintrie: use a sync.Pool when hashing binary tree nodes Guillaume Ballet 2026-03-11 14:34:52 +0100
  • be444c29a3
    eth/downloader: add test for deferred head during skeleton sync restart Karl Bartel 2026-03-11 12:42:06 +0100
  • 4a4c9a27d2
    fix comment typo Sina M 2026-03-11 13:58:12 +0100
  • 630ef46d9b
    Apply suggestion from @Copilot Sina M 2026-03-11 13:56:45 +0100
  • 1cd9d4dec7 core/vm: check readonly guard before charging for access list Marius van der Wijden 2026-03-11 13:15:36 +0100
  • 123ce98ecc core/types, core/txpool: reduce allocs in fee cap checks BZO95 2026-03-11 20:09:31 +0800
  • 057723ca03 core/vm: split stateless and statefull gas costs Marius van der Wijden 2026-03-11 12:59:20 +0100
  • 173e6a0aa8
    Apply suggestion from @MariusVanDerWijden Marius van der Wijden 2026-03-11 12:57:39 +0100
  • 3c20e08cba
    cmd/geth: add Prague pruning points (#33657) Sina M 2026-03-11 12:47:42 +0100
  • d86d56c8cf
    review feedback Guillaume Ballet 2026-03-11 12:43:21 +0100
  • 913720b201
    eth/downloader: capture deferred head during skeleton sync restart Karl Bartel 2026-03-11 12:26:51 +0100
  • a37e340782 apply review feedback Sina Mahmoodi 2026-03-11 12:02:14 +0100
  • 88f8549d37
    cmd/geth: correct misleading flag description in removedb command (#33984) bigbear 2026-03-11 09:33:10 +0100
  • 95dd15f221
    common/hexutil: deduplicate UnmarshalFixedText functions emmmm 2026-03-11 05:22:05 -0300
  • 57fa5fa643
    cmd/geth: correct misleading flag description in removedb command bigbear 2026-03-11 09:07:51 +0100
  • 32f05d68a2
    core: end telemetry span for ApplyTransactionWithEVM if error is returned (#33955) jwasinger 2026-03-11 02:41:43 -0400
  • 72d14b74d0
    Merge 28c6c7b7b0 into f6068e3fb2 Felföldi Zsolt 2026-03-11 08:00:43 +0400
  • f6068e3fb2
    eth/tracers: fix accessList StorageKeys return null (#33976) georgehao 2026-03-11 11:46:49 +0800
  • 75322fe565 core/rawdb: update the virtual tail in metadata Gary Rong 2026-03-11 11:32:04 +0800
  • c762053cd6
    refactor(txpool): remove wrapper type #27841 (#2124) Daniel Liu 2026-03-11 11:30:40 +0800
  • 7d67a4ead4
    refactor(txpool,eth,miner): use pending filter struct #29026 (#2160) Daniel Liu 2026-03-11 11:28:07 +0800
  • 27c4ca9df0
    eth: resolve finalized from disk if it's not recently announced (#33150) rjl493456442 2026-03-11 11:23:00 +0800
  • 8850835f6b
    perf(core/txpool,miner): speed up pending transaction ordering with uint256 #29008 (#2159) Daniel Liu 2026-03-11 11:20:56 +0800
  • b5eec529d0
    perf(core/txpool): pre-filter dynamic fees during pending tx retrieval #29005 (#2137) Daniel Liu 2026-03-11 11:12:09 +0800
  • 5bc363275c
    feat(core/txpool): respect nolocals-setting #28435 (#2128) Daniel Liu 2026-03-11 10:14:44 +0800
  • ae6da0583f
    fix(miner): recompute timestamp after sleep (#2052) Daniel Liu 2026-03-11 09:57:06 +0800
  • 338d1b4632
    feat(eth,miner): wire miner gas tip updates from RPC #28933 (#2136) Daniel Liu 2026-03-11 09:56:47 +0800
  • de142957b3
    refactor(core/txpool): don't inject lazy resolved transactions into the container #28917 (#2133) Daniel Liu 2026-03-11 09:56:37 +0800
  • eeb14d9fda core, miner: add method on StateReaderTracker to clear the accumulated reads. Don't factor the BAL size into the payload size during construction in the miner. Simply miner code for constructing payloads-with-BALs via the use of aformentioned StateReaderTracker clear method Jared Wasinger 2026-03-10 18:10:59 -0400
  • af8d1ad024 clean up the configuration of the BAL execution mode based on the preset flag specified Jared Wasinger 2026-03-10 17:34:11 -0400
  • 3817df2f0d core/txpool/legacypool: fix replacement totalcost overflow ordering Daniel Liu 2026-03-11 01:57:52 +0800
  • 24b6d44201 core/types/bal: check correct rlp encoding size Marius van der Wijden 2026-03-10 18:37:02 +0100
  • 19c51b5098 core/types/bal: check correct max code size Marius van der Wijden 2026-03-10 18:27:18 +0100
  • 3f41dd1c5b core/vm: fix initNewContract logic Marius van der Wijden 2026-03-10 17:59:43 +0100
  • 7f045f6c4c core/vm: fix refund gas logic Marius van der Wijden 2026-03-10 17:44:00 +0100
  • 829dc9424f core/vm: fix evm reuse bug Marius van der Wijden 2026-03-10 17:27:14 +0100
  • 93ffca2571 core/vm: fix readonly in selfdestruct Marius van der Wijden 2026-03-10 17:24:50 +0100
  • aa417b03a6
    core/tracing: fix nonce revert edge case (#33978) Sina M 2026-03-10 16:53:21 +0100
  • df01c668b0 tests: update blob schedule Marius van der Wijden 2026-03-10 16:50:57 +0100
  • cd945a6477 core: verify BAL gas limit Marius van der Wijden 2026-03-10 16:21:01 +0100
  • 1ef86906fc core/vm: fix gas charging for sstore Marius van der Wijden 2026-03-10 16:20:36 +0100
  • ed2f476da8 core/vm: burn gas on contract address collision Marius van der Wijden 2026-03-10 15:48:35 +0100
  • f710560fe4
    Nit: Fix the gnark g1 receivers otherview 2026-03-10 14:33:57 +0000
  • 6c1d9e0c66 core/vm: burn gas on contract address collision Marius van der Wijden 2026-03-10 14:50:41 +0100
  • e93ddc03b7 core: fix floor calculation Marius van der Wijden 2026-03-10 14:36:52 +0100
  • 9eb90bca0e
    feat(eth): log full node id after register peer (#2149) Daniel Liu 2026-03-10 21:23:07 +0800
  • be40f8ac21
    chore(cicd,common): unify XDC runtime binary across networks (#2147) Daniel Liu 2026-03-10 21:22:38 +0800
  • d8fd0923a9
    refactor(miner): polish miner configuration #19480 (#2135) Daniel Liu 2026-03-10 21:21:36 +0800
  • 9d6e8fc83f
    refactor(core/txpool/legacypool): use uint256.Int instead of big.Int #28606 (#2134) Daniel Liu 2026-03-10 21:20:40 +0800
  • f5e2d16f50
    refactor‌(core/txpool/legacypool): tiny #28654 (#2131) Daniel Liu 2026-03-10 21:18:29 +0800
  • d1860fa38e
    test(build,Makefile): switch quick-test from --quick to -short (#2130) Daniel Liu 2026-03-10 21:17:49 +0800
  • bad1116a28
    test(consensus,core): skip long-running tests in short mode (#2129) Daniel Liu 2026-03-10 21:16:59 +0800
  • e9043cceb2
    refactor(txpool/legacypool): remove ErrAlreadyKnown in legacypool #28400 (#2127) Daniel Liu 2026-03-10 21:15:30 +0800
  • c8f241ce15
    docs(core/txpool/legacypool): fix typos #28258 (#2126) Daniel Liu 2026-03-10 21:15:06 +0800
  • d4a6f43ef2
    refactor(core/txpool): migrate tx subscription to SubscribeTransactions #28243 (#2125) Daniel Liu 2026-03-10 21:14:38 +0800
  • 5bb1f035a2
    feat(core/vm): implement EIP-7883 - ModExp Gas Cost Increase #31606 #32015 (#2123) Daniel Liu 2026-03-10 21:13:55 +0800
  • 0581dec6b7
    fix(common/countdown): stabilize reset timing assertions (#2120) Daniel Liu 2026-03-10 21:12:58 +0800
  • 8331c1431f
    refactor(params): rename AllXDPoSProtocolChanges to AllDevChainProtocolChanges (#2054) Daniel Liu 2026-03-10 21:12:26 +0800
  • 6ed41d9d83 core/vm: fix create refunds Marius van der Wijden 2026-03-10 13:46:27 +0100
  • 05315157c3 core/vm: fix refund logic Marius van der Wijden 2026-03-10 13:39:50 +0100
  • 47f5715f86 core/vm: fix state gas refund logic Marius van der Wijden 2026-03-10 13:03:16 +0100
  • 923e807372 core/vm: fix state gas refund logic Marius van der Wijden 2026-03-10 12:54:47 +0100
  • 8d6622b86d core/vm: fix authorization gas calculation Marius van der Wijden 2026-03-10 12:43:54 +0100
  • 03a86abfaa core/vm: properly account for 2d gas Marius van der Wijden 2026-03-10 12:22:51 +0100
  • 2df9cc323a core/txpool/legacypool: fix empty cache sentinel Daniel Liu 2026-03-10 17:51:21 +0800
  • 91cec92bf3
    core, miner, tests: introduce codedb and simplify cachingDB (#33816) rjl493456442 2026-03-10 15:29:21 +0800
  • 4e902c2939
    ci: add Slack notification for PR readiness (#2148) anunay-xin 2026-03-10 10:10:19 +0530
  • 88d7fff06a core/vm: reverting a bunch of slop from the ai Marius van der Wijden 2026-03-09 18:43:59 +0100
  • 88d96d61a5 core/tracing: fix nonce revert edge case Sina Mahmoodi 2026-03-09 18:19:53 +0100
  • b8a3fa7d06
    cmd/utils, eth/ethconfig: change default cache settings (#33975) rjl493456442 2026-03-09 23:18:18 +0800
  • 8242cb10df eth/catalyst: allow reorging to parent Marius van der Wijden 2026-03-09 15:35:54 +0100