Commit graph

  • 9dd8bc7da6 chore: change version to stable liam.lai 2026-01-06 20:38:56 +0800
  • d321c4cf23
    Add empty lines at the beginning of headerchain_test.go Peter Fausbøll 2026-01-06 11:15:44 +0100
  • a3f3408771 estt Peter Fausbøll 2026-01-06 10:38:59 +0100
  • 43a195fd11 test Peter Fausbøll 2026-01-06 10:37:33 +0100
  • 53ba5182ce refactor: improve readability of patch code qkrehdus 2026-01-06 17:53:16 +0900
  • 6bc1bc1080 core/state: add cache statistics of contract code reader Gary Rong 2026-01-06 16:25:52 +0800
  • 8e8371056a bal-related fixes for the downloader bal-devnet-1 Jared Wasinger 2026-01-06 17:35:42 +0900
  • 336030d35a all: implement codedb Gary Rong 2025-11-04 13:49:37 +0800
  • eaaa5b716d
    core: re-organize the stats category (#33525) rjl493456442 2026-01-06 15:09:15 +0800
  • 2701162da9
    Remove duplicate code jimmyshi 2026-01-06 15:08:40 +0800
  • 8e028f3757 core/types: ensure that block bodies are always downloaded (they will contain BALs even if they are otherwise empty). This is a temporary hack to ensure we can sync bal devnet 1 Jared Wasinger 2026-01-06 14:45:48 +0900
  • 3b31c46113
    eip1559 mainnet release config (#1918) benjamin202410 2026-01-06 13:35:44 +0800
  • 71f929d990
    build: upgrade golangci-lint to v2.7.2 (#1906) wit liu 2026-01-06 13:32:56 +0800
  • 3147cf7835
    ethapi: fix receiver name warning (#1908) wit liu 2026-01-06 13:31:48 +0800
  • 6726b055f3
    fix: do not expose eth_close from the FilterAPI (#256) Stephen Buttolph 2026-01-05 12:32:37 -0500
  • 2510c7ac04 core: remove duplicate toWordSize function strmfos 2026-01-05 18:17:25 +0100
  • a8a4804895
    ethstats: report newPayload processing time to stats server (#33395) Andrew Davis 2026-01-06 03:49:30 +1100
  • 4e1fc9bc25
    core: extend TxContext to have all data related to TXPARAM* family lightclient 2026-01-05 06:55:18 -0700
  • 90d18d5287 core/rawdb: fix resource leaks in freezer table tests inchori 2026-01-05 22:23:15 +0900
  • 0c8bf82527 core/state: optimize Logs by using index sort cuiweixie 2026-01-05 19:58:14 +0800
  • 7684d88d3c
    core/state, trie: remove Try prefix in Trie accessors #26975 (#1146) Daniel Liu 2026-01-05 18:14:42 +0800
  • b3d354a897
    all: move main transaction pool into a subpool #27463 (#1890) Daniel Liu 2026-01-05 18:13:50 +0800
  • b6b1c4b779
    internal/ethapi: fix recover sender of pending transaction #23765 (#1898) Daniel Liu 2026-01-05 18:12:23 +0800
  • 51b99e40a8
    miner: fix block number extraction for BlockSigner tx (#1894) Daniel Liu 2026-01-05 18:11:43 +0800
  • 84ac794e22
    consensus: fix missing block header error in vote verification, fix #1850 (#1891) Daniel Liu 2026-01-05 18:10:49 +0800
  • 061562c1a9 internal/jsre: remove unused arguments array in timer callback m6xwzzz 2026-01-05 15:30:17 +0800
  • 89fd8ec2a7 core: re-organize the stats category Gary Rong 2026-01-05 15:15:16 +0800
  • 2855f1b48c
    core, consensus: use slice.Clip capacity to Simplify code (#1892) wit liu 2026-01-05 14:46:20 +0800
  • fb89c95640
    core/types: separate special transactions correctly (#1893) Daniel Liu 2026-01-05 14:45:53 +0800
  • adcc0d3652
    miner: fix overflow when compare block number (#1895) Daniel Liu 2026-01-05 14:45:04 +0800
  • 1886219894
    core/txpool: use right type for field Txs in NewTxsEvent (#1897) Daniel Liu 2026-01-05 14:42:28 +0800
  • 3cf530356a core/state: polish Gary Rong 2026-01-05 14:10:25 +0800
  • a3f9b3dc26 add validation that the BAL doesn't report indexes above what is allowed (block tx count + 2 max index) Jared Wasinger 2026-01-05 13:18:31 +0900
  • c50d3e6cea fix issue where span status wasn't properly passed to parents jonny rhea 2026-01-04 19:18:12 -0600
  • 70eda41f39 rename done to spanEnd jonny rhea 2026-01-04 17:46:04 -0600
  • 2ae8b7d1b2 removed isBatch bc isn't useful for initial usecase jonny rhea 2026-01-04 17:42:14 -0600
  • 4cd89d4bab consolidate span creation and cleanup into startSpan, which now returnsa function to end the span and set its status jonny rhea 2026-01-04 17:36:57 -0600
  • a13de95b66
    feat: expose internal debug API handler (#255) Stephen Buttolph 2026-01-04 10:22:16 -0500
  • 6977a9867b
    Merge remote-tracking branch 'origin/master' into add_gen5 mmsqe 2026-01-04 22:18:48 +0800
  • c139e337e3
    Apply suggestions from code review mmsqe 2026-01-04 22:17:04 +0800
  • e089c77aa3 Fix atomicity Nikita Meshcheriakov 2026-01-04 10:27:34 -0300
  • 6d415ae79a core/types: reduce alloc in hot code path weixie.cui 2026-01-04 21:06:16 +0800
  • 3fb8b87a87
    eth/filters: terminate pending tx subscription on error #32794 (#1901) wit liu 2026-01-04 20:01:29 +0800
  • c3550cf0ba
    internal/ethapi: fix recover sender of pending transaction, #23683 #23765 #25087 (#1899) Daniel Liu 2026-01-04 20:01:11 +0800
  • acd3eb93e8
    core: use max to simplify function CalcGasLimit (#1902) wit liu 2026-01-04 20:00:47 +0800
  • 267222d4a5
    all: fix goimports warning (#1903) wit liu 2026-01-04 19:52:26 +0800
  • ca9e69c924
    miner: log commit and finalize time for new block (#1904) Daniel Liu 2026-01-04 19:51:49 +0800
  • be5cfd9756
    core, miner: log gas limit error when pack transactions (#1905) Daniel Liu 2026-01-04 19:51:34 +0800
  • 51e3c866c8
    ethapi: fix ineffassign warning (#1907) wit liu 2026-01-04 19:51:09 +0800
  • de5ea2ffd8
    core/rawdb: add trienode freezer support to InspectFreezerTable (#33515) Mask Weller 2026-01-04 13:47:28 +0700
  • 8f171432d8 core: calculate threshold once per block Gary Rong 2026-01-04 14:07:36 +0800
  • b9a50aeadb
    core: track system contract executions separately CPerezz 2026-01-04 00:36:38 +0100
  • be2d43090c
    core: extend code read statistics with cache and unique metrics CPerezz 2026-01-03 22:52:58 +0100
  • d8ff026f89
    fix: filters.FilterAPI goroutine leak (#254) Stephen Buttolph 2026-01-03 16:54:33 -0500
  • c051a69bfb
    core/types: add docs for abstract tx lightclient 2026-01-03 11:18:03 -0700
  • 2859da852d
    all: initial sketch of 7701 lightclient 2026-01-03 11:01:25 -0700
  • 045c436fa8
    Update binary_node.go oooLowNeoNooo 2026-01-03 19:00:29 +0100
  • 9d604b88d1 Fix tests Nikita Meshcheriakov 2026-01-03 13:17:53 -0300
  • 715a328d3d Fix reversed range Nikita Meshcheriakov 2026-01-03 12:50:35 -0300
  • fbbea339e4
    Add checks for adjacent nodes in flush-list updates Avory 2026-01-03 15:51:38 +0200
  • 0e63aedee1 fix: lint cuiweixie 2026-01-03 17:12:33 +0800
  • 6b8d1b5606 eth/gasprice: optimize using kth algorithm weixie.cui 2026-01-03 16:59:21 +0800
  • 58e38817aa core/rawdb: add trienode freezer support to InspectFreezerTable m6xwzzz 2026-01-03 16:42:48 +0800
  • afb4f91258 - ensure span.End() is called on error - ensure runMethod() doesn't record spans if parentSpan isn't recording - ensure unsubscribe() isn't recorded - add tests to verify that subscribe/unsubscribe don't record jonny rhea 2026-01-02 15:35:19 -0600
  • 2f4426776e common: fix precision loss in CalculateETA for sub-ms durations bit2swaz 2026-01-03 00:08:14 +0530
  • 5961c2012e add an additional span inside runMethod to capture JSON response encoding overhead jonny rhea 2026-01-02 11:27:01 -0600
  • 6229224d66 add spans for parsing args and calling method jonny rhea 2026-01-02 09:49:04 -0600
  • ecf30d940c add fast path to startSpan(). jonny rhea 2025-12-29 14:47:56 -0600
  • d4ba577b03 address review feedback jonny rhea 2025-12-29 12:20:59 -0600
  • 479a2f8804 rpc: use global OpenTelemetry tracer provider by default. jonny rhea 2025-12-23 14:06:16 -0600
  • 8254381bfd cleanup comments jonny rhea 2025-12-19 16:50:11 -0600
  • 7b7ab1da54 cmd/keeper: revert accidental go.mod/go.sum changes jonny rhea 2025-12-18 15:39:51 -0600
  • 1eb79f0e16 rpc: add generic OpenTelemetry tracing for JSON-RPC calls jonny rhea 2025-12-18 14:42:10 -0600
  • 505c2fbe72
    Fetch and Run Execution Spec Tests (#252) Ceyhun Onur 2026-01-02 15:16:03 +0300
  • b8ff52c729
    core/vm/runtime: add test phrwlk 2026-01-01 22:31:40 +0200
  • f271a2933a
    core/vm/runtime: don't overwrite user-provided Random phrwlk 2026-01-01 22:30:53 +0200
  • 7d81b7c064 chore: retrigger CI qkrehdus 2026-01-01 14:38:25 +0900
  • 999f188eae chore: retrigger CI root 2026-01-01 14:37:57 +0900
  • 3248bd81c5 core, eth: remove duplicate 'the' in the comments bit2swaz 2026-01-01 06:37:45 +0530
  • 45832c9347 crypto, clef: fix various spelling errors bit2swaz 2026-01-01 06:26:23 +0530
  • b635e0632c
    eth/fetcher: improve the condition to stall peer in tx fetcher (#32725) rjl493456442 2026-01-01 02:52:25 +0800
  • 163499b88a Merge branch 'master' of https://github.com/the-shadow-coder/go-ethereum into fix/txlookup jeevan-sid 2025-12-31 13:47:28 +0530
  • 90add30d0f Merge branch 'master' of https://github.com/the-shadow-coder/go-ethereum into fix/txlookup jeevan-sid 2025-12-31 13:43:58 +0530
  • 32fea008d8
    core/blockchain.go: cleanup finalized block on rewind in setHeadBeyondRoot (#33486) shhhh 2025-12-31 11:32:44 +0530
  • d80a124a59 lint weiihann 2025-12-31 13:47:35 +0800
  • d11a86f275 add codes origin weiihann 2025-12-31 13:39:10 +0800
  • b9d45acf90 remove statesize tracer weiihann 2025-12-31 12:52:04 +0800
  • 1e565ec1f6 fix: correct finalized invalidation jeevan-sid 2025-12-31 10:07:47 +0530
  • 24d3c430ab core: address comments Gary Rong 2025-12-31 10:59:33 +0800
  • 575c67cfa7 core: twist parameters Gary Rong 2025-12-18 16:11:50 +0800
  • 93f1369fa3 core: prioritize the heavy transaction for prefetching Gary Rong 2025-10-16 15:24:16 +0800
  • b2843a11d6
    eth/catalyst: implement getBlobsV3 (#33404) Marco Munizaga 2025-12-30 17:48:50 -0800
  • 25439aac04
    core/state/snapshot: fix storageList memory accounting (#33505) Bashmunta 2025-12-31 03:40:43 +0200
  • c4c2b1ce8d
    fix: hookstest.Stub JSON marshalling when persisting ChainConfig (#251) Arran Schlosberg 2025-12-30 21:21:29 +0000
  • db7410407f
    fix copy mistake Bashmunta 2025-12-30 22:15:40 +0200
  • 02f6abc1f9
    add test Bashmunta 2025-12-30 22:14:38 +0200
  • 424c2a5f58
    core/state/snapshot: fix StorageList memory accounting Bashmunta 2025-12-30 22:14:26 +0200
  • 52ae75afcd
    cmd/geth: remove deprecated vulnerability check command (#33498) Rim Dinov 2025-12-31 01:04:38 +0500
  • c3681a4a3a
    Merge branch 'ethereum:master' into fix/p2p shhhh 2025-12-30 23:36:47 +0530
  • d9aaab13d3
    beacon/light/sync: clear reqFinalityEpoch on server unregistration (#33483) Fibonacci747 2025-12-30 18:27:11 +0100