Commit graph

  • 66883c13e3
    core/txpool: add notice to Add(..) lightclient 2025-04-08 10:38:22 -0600
  • 0cc4813e48
    core/types: fix wrong hash after EIP-1559 for EncodeIndex in PR #933 (#939) Daniel Liu 2025-04-09 00:05:21 +0800
  • 51ad188b30 triedb/pathdb: abstract the state hasher in state reverting Gary Rong 2025-04-01 16:05:12 +0800
  • 2e739fce58
    core/txpool: add 7702 protection to blobpool (#31526) rjl493456442 2025-04-08 21:46:27 +0800
  • 7df5aa3c92
    Add ci deploy with hardhat (#5) Alexander Parvanov 2025-04-08 16:36:03 +0300
  • 9602d6cdfc
    core/txpool: add more docs for reserver lightclient 2025-04-08 07:21:31 -0600
  • cf0b39c0c8 core/vm: remove unnecessary benchmarks Marius van der Wijden 2025-04-08 14:57:23 +0200
  • ec6d104404
    eth/remotedb: improve error handling (#31331) Ocenka 2025-04-08 15:44:13 +0300
  • e0bb2b67cf cleanup Guillaume Ballet 2025-04-08 14:30:11 +0200
  • 0c99260e4d Apply suggestions from code review Guillaume Ballet 2025-04-08 14:07:22 +0200
  • 00c8108e71 accounts/usbwallet/trezor: for chainId >= 2147483630 case, Trezor returns signature bit only hackyminer 2018-08-18 10:41:27 +0900
  • 695fcf6f43
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-04-08 20:12:32 +0800
  • 9a00e475b4
    Merge pull request #930 from XinFinOrg/add-api-limit Wanwiset Peerapatanapokin 2025-04-08 15:31:50 +0400
  • c118dfa54c
    fix lint Csaba Kiraly 2025-04-08 10:44:51 +0200
  • ad017f50ec
    fix: an attempt at making witness generation more stable (#1166) Ömer Faruk Irmak 2025-04-08 11:32:25 +0300
  • 7f2db0e32e
    p2p: allow better dial source diagnostics Csaba Kiraly 2025-03-31 09:45:07 +0200
  • 5d371b3aed
    Merge pull request #46 from sei-protocol/tony/use-vmctx codchen 2025-04-08 12:26:06 +0800
  • b3c01201a9 use vmctx to get block number for precompile routing Tony Chen 2025-04-08 12:25:29 +0800
  • a1cdc4f19f core/state: split the lock into two jsvisa 2025-04-08 12:21:09 +0800
  • 7c5fc085b0 core/state: use atomic value to reduce the lock time jsvisa 2025-04-08 12:08:38 +0800
  • 38783b7e1b
    core/txpool: refactor Reserver into tracker and named handles lightclient 2025-04-07 21:24:20 -0600
  • 8628080475 discover: replace created locks by table lock on run function Rafael Sampaio 2025-04-07 20:01:34 -0300
  • 42d2c9b588
    eth: renaming Connection Manager to Dropper Csaba Kiraly 2025-04-07 16:41:12 +0200
  • a6ac032f7a
    Merge pull request #4 from YYx00xZZ/test/ci-build Alexander Parvanov 2025-04-07 14:52:18 +0300
  • f2d19b4374 Dummy commit YYx00xZZ 2025-04-07 14:51:33 +0300
  • b415d5c918
    Merge pull request #3 from YYx00xZZ/feature/add-ci-build Alexander Parvanov 2025-04-07 14:47:41 +0300
  • 066060b714 Move workflow to the right dir; Add docs YYx00xZZ 2025-04-07 14:46:55 +0300
  • 2a8abe9fcd
    Merge pull request #2 from YYx00xZZ/test/ci-build Alexander Parvanov 2025-04-07 14:44:00 +0300
  • 6e6755e85d dummy commit YYx00xZZ 2025-04-07 14:42:49 +0300
  • 5e3e2dd68a
    Merge pull request #1 from YYx00xZZ/feature/add-ci-build Alexander Parvanov 2025-04-07 14:40:15 +0300
  • 5508c84690 Add build workflow YYx00xZZ 2025-04-07 14:37:36 +0300
  • f4e0f1bc46 review feedback Guillaume Ballet 2025-04-07 13:19:07 +0200
  • 29c37eba79 Create backup of .github dir YYx00xZZ 2025-04-07 13:43:29 +0300
  • 8efb8b6f93
    Update core/blockchain.go Guillaume Ballet 2025-04-07 10:53:08 +0200
  • 5328a637c0 trie: use unified emptyRootHash and emptyCodeHash (#26718) Daniel Liu 2025-03-25 21:43:02 +0800
  • c8b39cabae trie: faster trie node encoding (#24126) Daniel Liu 2025-03-25 19:22:10 +0800
  • 4df7801137 trie: simplify StackTrie implementation (#23950) Paweł Bylica 2021-11-29 11:02:40 +0100
  • ad16ad23a5 trie: more tests for stacktrie (#23936) Paweł Bylica 2021-11-22 08:49:18 +0100
  • f25180b7f8 trie: add missing copyright header (#23530) aaronbuchwald 2021-09-07 00:25:54 -0400
  • e3efb24444 trie: make stacktrie support binary marshal/unmarshal (#22685) Martin Holst Swende 2021-04-20 10:42:02 +0200
  • a8bd860e2f trie: make stacktrie not mutate input values (#22673) Martin Holst Swende 2021-04-16 14:21:01 +0200
  • 3eb9f63513 core/types: implement DerivableList interface for transactions and receipts (#21502) Daniel Liu 2025-03-25 17:57:10 +0800
  • dcea73039c trie: bloom-filter based pruning mechanism (#21724) Daniel Liu 2025-03-25 17:24:00 +0800
  • 5b8c267122 trie: use trie.NewStackTrie instead of new(trie.Trie) (#22246) Daniel Liu 2025-03-25 16:05:40 +0800
  • f7fd4af087 trie: stacktrie fixes (#21799) Martin Holst Swende 2020-11-09 15:08:12 +0100
  • 87270e3988 trie: fix flaw in stacktrie pool reuse (#21699) Martin Holst Swende 2020-10-13 13:21:25 +0200
  • 1424987768 trie: polish commit function (#21692) gary rong 2020-10-12 18:08:04 +0800
  • 9da3ae1075 trie: polishes to trie committer (#21351) gary rong 2020-09-30 19:45:56 +0800
  • 54f73e471f trie: Derivesha with stacktrie (#21407) Daniel Liu 2025-03-25 15:44:35 +0800
  • a4c7d7f458 all: clean duplicate constants in package common Daniel Liu 2025-04-02 11:13:13 +0800
  • 468babfc3e console, internal/jsre: fix autocomplete issues (#26518) Daniel Liu 2025-04-02 14:29:57 +0800
  • 5a49853cb4 Makefile: add devtools and help targets, remove gc target Daniel Liu 2025-04-02 15:01:16 +0800
  • a6cd3c54eb build: support auto-completion for bash Daniel Liu 2025-04-06 18:47:37 +0800
  • 710bcc3d80 core/txpool: introduce reserver Gary Rong 2025-04-07 15:32:18 +0800
  • 651db00cdf core/txpool/blobpool: adjust comments in blobpool lightclient 2025-04-01 11:52:50 -0600
  • 6fd341371b core/txpool: add 7702 protection to blobpool Gary Rong 2025-03-28 15:20:48 +0800
  • 21b035eb29
    cmd/geth: set trie,gc and other cache flags for import chain (#31577) Delweng 2025-04-07 13:16:26 +0800
  • aff3a47092
    Merge branch 'ethereum:master' into build/go1.24.2 levisyin 2025-04-06 23:11:09 +0800
  • aff4064f57 log: clear siteCache on setting the verbosity Marius van der Wijden 2025-04-06 14:52:14 +0200
  • a04615cbab discover:add mutex and lock/unlock logics for revalidationList.nextTime Rafael Sampaio 2025-04-05 22:54:27 -0300
  • 8140f50b87
    test/triedb: Add comprehensive test suite for the triedb package GarmashAlex 2025-04-05 22:37:01 +0300
  • 40865d3058
    Update readme.md Avory 2025-04-05 22:32:03 +0300
  • 25e100c9b5
    Update readme.md Avory 2025-04-05 22:31:38 +0300
  • 9f6550d3a8
    Update readme.md Avory 2025-04-05 22:31:02 +0300
  • 8abc6892ca accounts/abi: TestNewFallbacks wait tx to be mined jsvisa 2025-04-05 16:17:36 +0800
  • c9f3dae434 accounts/abi: TestEventer wait txs mined jsvisa 2025-04-05 16:14:48 +0800
  • a40cfc79a0 accounts/abi: TestTuple wait tx mined jsvisa 2025-04-05 16:12:33 +0800
  • b5518baf5f accounts/abi: manually fmt jsvisa 2025-04-05 16:10:17 +0800
  • 886d8f74ef
    eth/68: fixed the protocol length Pratik Patil 2025-04-04 17:13:32 -0400
  • c1b9b76d7e
    core/txpool: add notice to Clear that is not meant for production code lightclient 2025-04-04 13:48:56 -0600
  • 403ee36dec
    fix: remove mac download from geth site (#31555) Corwin Smith 2025-04-04 07:02:07 -0600
  • 41da77aefc
    p2p/nat: remove unused deleteBeforeAdd Csaba Kiraly 2025-04-04 14:58:52 +0200
  • f9018208f3
    p2p/nat: do not use UPnP delete workaround by default Csaba Kiraly 2025-04-03 14:22:08 +0200
  • 2a517dab64
    p2p/nat: use rateLimiter instead of extra timeout Csaba Kiraly 2025-04-03 14:18:43 +0200
  • 54d124ba46
    p2p/nat: retry UPnP mapping several times Csaba Kiraly 2025-04-03 13:48:49 +0200
  • d4a32c82de
    p2p/nat: add some trace logging to UPnP Csaba Kiraly 2025-04-03 10:06:53 +0200
  • 78930c11fb
    p2p/nat: retry UPnP several times before resetting port to 0 Csaba Kiraly 2025-04-03 09:32:16 +0200
  • fe9056f29f
    p2p/nat: do not reset external port on UPnP refresh failure Csaba Kiraly 2025-04-03 08:54:43 +0200
  • 77dc1acafa
    internal/era: random access to header and receipts (#31544) Sina M 2025-04-04 14:07:46 +0200
  • 137651b12b
    Merge pull request #45 from sei-protocol/tony/versioned-precompiles codchen 2025-04-04 18:17:39 +0800
  • 5373881bfc extend custom precompiles interface Tony Chen 2025-04-04 18:17:01 +0800
  • ff365afc63
    p2p/nat: remove forceful port mapping in upnp (#30265) Nathan Jo 2025-04-04 17:56:55 +0900
  • f3a2577a76 simplify code wanwiset25 2025-04-01 08:50:44 +0400
  • 9b3b69f31f Merge branch 'firehose-fh3.0' into release/geth-1.x-fh3.0 Matthieu Vachon 2025-04-03 16:54:48 -0400
  • 2776c750a3 Adjusted CI to allow to build on all release/ branches Matthieu Vachon 2025-04-03 16:54:00 -0400
  • 0d3403bb7b
    params: update timestamp to new may 7 date lightclient 2025-04-03 14:35:11 -0600
  • 2ffcfea19b Renamed GitHub actions that builds for less chance to collapse Matthieu Vachon 2025-04-03 16:32:48 -0400
  • 7942e5211c save current state after discussion with Gary Guillaume Ballet 2025-04-03 20:45:00 +0200
  • fdec8b81bb add content in downloads table for mac mac-downloads-remove Corwin Smith 2025-04-03 12:21:56 -0600
  • e9032e1f00
    Merge branch 'ethereum:master' into build/go1.24.2 levisyin 2025-04-04 00:51:07 +0800
  • 1b9ad9ae2b Merge branch 'website' into mac-downloads-remove Corwin Smith 2025-04-03 10:01:07 -0600
  • 6fa1d74959 remove mac download from geth site Corwin Smith 2025-04-03 09:56:33 -0600
  • 28802690c1
    internal/era: rename GetReceipts to GetReceiptsByNumber lightclient 2025-04-03 09:09:48 -0600
  • 48248e68f8
    internal/era: remove dependency on blockchain in era tests lightclient 2025-04-03 09:04:56 -0600
  • e696f44b21
    internal/era: reused SkipN for InitialTD, clean up comments lightclient 2025-04-03 09:04:27 -0600
  • e3dc6563dd
    use SkipN method Sina Mahmoodi 2025-04-03 15:19:19 +0200
  • 5348b311ca
    lint Sina Mahmoodi 2025-04-02 12:32:39 +0200
  • e4e4c5538b
    internal/era: random access to header and receipts Sina Mahmoodi 2025-04-01 18:38:34 +0200
  • 4de619beac
    Merge pull request #3 from mezo-org/fix-precompiles-addresses Dymitr (Dmitry) Paremski 2025-04-03 16:51:17 +0200
  • 9f83e9e673
    beacon/blsync: add checkpoint import/export file feature (#31469) Felföldi Zsolt 2025-04-03 16:04:11 +0200