Commit graph

  • 29435f8f31 eth/downloader: remove TODO and condense surrounding code. Jared Wasinger 2025-04-15 16:46:58 +0800
  • b21ffa88af eth: fix test Gary Rong 2025-04-15 16:10:51 +0800
  • 071d9a4ca6
    better comments Csaba Kiraly 2025-04-15 08:36:49 +0200
  • f724db56a3
    fixing TestServerSetupConn Csaba Kiraly 2025-04-15 08:32:10 +0200
  • aa47a05778 remove trailing space Gabriel-Trintinalia 2025-04-15 13:39:08 +1000
  • bbac97c0d8 check error before returning empty Gabriel-Trintinalia 2025-04-15 12:11:47 +1000
  • c9eb773740 return error if system call fails to execute Gabriel-Trintinalia 2025-04-15 12:02:24 +1000
  • cca407b2a1 eth/downloader: keep track of all scheduled/completed body requests, use that (instead of the index of the first incomplete request) to determine the throttle threshold. Jared Wasinger 2025-04-15 08:58:51 +0800
  • b7626f02ab
    p2p: list underlying errors for some meters Csaba Kiraly 2025-04-15 02:16:54 +0200
  • 7e1e26c9b0
    p2p: add catchall dialOtherError meter Csaba Kiraly 2025-04-15 01:46:07 +0200
  • fd020d92f0
    Update server.go Felix Lange 2025-04-14 22:07:38 +0200
  • 159b3bb817 core/{,state}: use one triedb per tree Guillaume Ballet 2025-04-14 22:02:57 +0200
  • 35960264e0
    Update metrics.go Felix Lange 2025-04-14 22:00:01 +0200
  • 6635c0f840
    Update server.go Felix Lange 2025-04-14 21:59:35 +0200
  • f2020470f2
    p2p: wrap internal error in new error type Csaba Kiraly 2025-04-14 17:56:52 +0200
  • 40aecb5000
    no warning on package code marcello33 2025-04-14 17:13:57 +0200
  • d7dd23424b
    no warning on package code marcello33 2025-04-14 17:13:35 +0200
  • 4a5771aa2e
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-04-14 22:18:13 +0800
  • 3ae9adfc1b eth/downloader: cleanup throttle logic more. fix throttle stats reporting Jared Wasinger 2025-04-14 21:35:34 +0800
  • 92c0695cf3 core: back-up to kvdb for a pruned block Sina Mahmoodi 2025-04-14 12:52:11 +0200
  • 93bb4057fb core: restore test Felix Lange 2025-04-14 14:29:14 +0200
  • 121a38fc71 all: remove martin from the code owner Gary Rong 2025-04-14 20:07:11 +0800
  • 492003943f eth: fix test Gary Rong 2025-04-14 20:04:43 +0800
  • 9aa4df467c core: move pruning init a bit earlier Felix Lange 2025-04-14 13:42:00 +0200
  • 75fc954d96 core: fix typo Felix Lange 2025-04-14 13:30:06 +0200
  • c4d13471fc cmd/workload: fix for move of prune points Felix Lange 2025-04-14 13:22:34 +0200
  • 3ccd6f95b0 cmd/geth: fix for move of prune points Felix Lange 2025-04-14 13:19:43 +0200
  • a696ff8172 core: initialize history pruning in BlockChain Felix Lange 2025-04-14 13:15:22 +0200
  • c5c75977ab
    eth: add logic to drop peers randomly when saturated (#31476) Csaba Kiraly 2025-04-14 12:45:27 +0200
  • bb038c64a5 fix failing tests Guillaume Ballet 2025-04-14 12:16:30 +0200
  • 4961445397
    Update dropper.go connmanager Felix Lange 2025-04-14 10:58:59 +0200
  • 976e039e37
    set doNotDropBefore to 10 minutes Csaba Kiraly 2025-04-14 10:38:38 +0200
  • ecd5c18610
    p2p: better dial/serve success metrics (#31629) Csaba Kiraly 2025-04-14 10:13:45 +0200
  • 69068cd35b fix rebase issue Guillaume Ballet 2025-04-14 09:46:31 +0200
  • e85dc39408
    Update README.md Ocheretovich 2025-04-14 09:24:59 +0300
  • 6ac93500f0 eth/downloader: clean up PR change. Add some docs where appropriate and remove dead code/parameters/constants Jared Wasinger 2025-04-14 13:38:25 +0800
  • 263cf64ac3 cmd/geth: remove instance of network id override on known network in test Jared Wasinger 2025-04-14 09:47:31 +0800
  • a508579916 cmd/utils: don't allow network ID override if a preset network is specified Jared Wasinger 2025-04-14 09:06:19 +0800
  • c9507ea159 params: bump version to v2.6.1-beta Daniel Liu 2025-04-11 16:07:16 +0800
  • bfc741100a common: update parameters for rollback Daniel Liu 2025-04-11 16:02:52 +0800
  • 4a8800674d
    Merge pull request #941 from gzliudan/rollback-eip1559 benjamin202410 2025-04-13 14:39:43 -0700
  • 8dc8fc8d81 cmd/workload: detect reorgs and missed blocks Zsolt Felfoldi 2025-04-13 23:34:06 +0200
  • d46d0c1e40
    Update .mailmap Charlotte 2025-04-13 17:26:06 -0400
  • 02998c7363
    p2p: better dial/serve success metrics Csaba Kiraly 2025-04-13 15:12:36 +0200
  • eaee62523a
    Merge pull request #1 from ChrisHadzhikolev/ChrisHadzhikolev-patch-1 Kristian Hadzhikolev 2025-04-13 12:19:41 +0300
  • 69e46edafb
    Update README.md Kristian Hadzhikolev 2025-04-13 12:18:27 +0300
  • dfbdf65bd6
    docker-image.yml complete Kristian Hadzhikolev 2025-04-13 12:16:16 +0300
  • 4f3423a6b9
    Create docker-image.yml v1 Kristian Hadzhikolev 2025-04-13 11:58:37 +0300
  • 6254333cc1
    Update gasprice.go Matt Wang 2025-04-13 13:52:26 +0800
  • ff05722aa7
    Update .mailmap Charlotte 2025-04-12 20:50:43 -0400
  • 725092f668
    Update AUTHORS Charlotte 2025-04-12 20:50:05 -0400
  • f5e0eadad2
    fix dial metrics not picking up the right error Csaba Kiraly 2025-04-12 14:46:39 +0200
  • eb25e657e7 eth: fix test Gary Rong 2025-04-12 20:36:00 +0800
  • e84fcef9e7 eth: fix lint Gary Rong 2025-04-12 19:17:48 +0800
  • 9b21e35202 core/txpool: annotate tx error if it might be accepted later Gary Rong 2025-04-11 21:46:20 +0800
  • 66aff99ca0 params: bump version to v2.6.1-beta Daniel Liu 2025-04-11 16:07:16 +0800
  • 7aaf724f4f all: update parameters for rollback Daniel Liu 2025-04-12 11:38:27 +0800
  • 734abb26dc Revert "core/types: fix wrong hash after EIP-1559 for EncodeIndex in PR #933 (#939)" Daniel Liu 2025-04-12 11:30:50 +0800
  • b2bf6ce884 rename geth to aiigo Jeffrey 2025-04-11 23:13:47 +0800
  • d610166694 Merge tag 'v1.15.8' into release/geth-1.x-fh3.0 Matthieu Vachon 2025-04-11 10:17:31 -0400
  • 5028d55fad simplified lmittmann 2025-04-11 16:02:13 +0200
  • 2a9372ea5f
    eth/dropper: changing error code to DiscUselessPeer Csaba Kiraly 2025-04-11 14:00:57 +0200
  • 98693ae431 cmd/workload: filter fuzzer test Zsolt Felfoldi 2025-03-28 00:23:10 +0100
  • 1c07e39fb1 revert test submodule change Jared Wasinger 2025-04-11 19:15:28 +0800
  • ff66b1c42e
    eth/dropper: remove unused peerEvent channel Csaba Kiraly 2025-04-11 12:00:28 +0200
  • 4a69bf90ff
    eth/dropper: fixing logs Csaba Kiraly 2025-04-11 11:39:13 +0200
  • 7a76bdd75e
    eth/dropper: simplify sync status query Csaba Kiraly 2025-04-11 11:37:14 +0200
  • 80753ba147 version: begin v1.15.9 release cycle Felix Lange 2025-04-11 11:31:56 +0200
  • f8ff24e8cf version: release go-ethereum v1.15.8 stable v1.15.8 Felix Lange 2025-04-11 11:31:16 +0200
  • 0059b0ab66
    build: upgrade -dlgo version to Go 1.24.2 (#31538) levisyin 2025-04-11 17:28:14 +0800
  • 1647f51eed
    eth/dropper: add metrics Csaba Kiraly 2025-04-11 10:34:09 +0200
  • 75c8ee1439
    eth/dropper: simplify code Csaba Kiraly 2025-04-10 20:13:28 +0200
  • b960e22077 all: refactor package node #21105 (#923) JukLee0ira 2025-04-10 18:52:49 +0800
  • 9111858e46 trie: use unified emptyRootHash and emptyCodeHash (#26718) Daniel Liu 2025-03-25 21:43:02 +0800
  • 130c52ac40 trie: faster trie node encoding (#24126) Daniel Liu 2025-03-25 19:22:10 +0800
  • 3725e066fa trie: simplify StackTrie implementation (#23950) Paweł Bylica 2021-11-29 11:02:40 +0100
  • 11989ff501 trie: more tests for stacktrie (#23936) Paweł Bylica 2021-11-22 08:49:18 +0100
  • 850de9ecb2 trie: add missing copyright header (#23530) aaronbuchwald 2021-09-07 00:25:54 -0400
  • 2ff561ac00 trie: make stacktrie support binary marshal/unmarshal (#22685) Martin Holst Swende 2021-04-20 10:42:02 +0200
  • 8abe4d7878 trie: make stacktrie not mutate input values (#22673) Martin Holst Swende 2021-04-16 14:21:01 +0200
  • d6d27dfab1 core/types: implement DerivableList interface for transactions and receipts (#21502) Daniel Liu 2025-03-25 17:57:10 +0800
  • e2952d41b3 trie: bloom-filter based pruning mechanism (#21724) Daniel Liu 2025-03-25 17:24:00 +0800
  • bfaf3c5dac trie: use trie.NewStackTrie instead of new(trie.Trie) (#22246) Daniel Liu 2025-03-25 16:05:40 +0800
  • 0766e0b52f trie: stacktrie fixes (#21799) Martin Holst Swende 2020-11-09 15:08:12 +0100
  • d6976759e3 trie: fix flaw in stacktrie pool reuse (#21699) Martin Holst Swende 2020-10-13 13:21:25 +0200
  • 889e729886 trie: polish commit function (#21692) gary rong 2020-10-12 18:08:04 +0800
  • 19b2fc640e trie: polishes to trie committer (#21351) gary rong 2020-09-30 19:45:56 +0800
  • 4eea86c5a7 trie: Derivesha with stacktrie (#21407) Daniel Liu 2025-03-25 15:44:35 +0800
  • 1a27abbac5 all: clean duplicate constants in package common Daniel Liu 2025-04-02 11:13:13 +0800
  • fc4e896d3c console, internal/jsre: fix autocomplete issues (#26518) Daniel Liu 2025-04-02 14:29:57 +0800
  • 413dd7b684 Makefile: add devtools and help targets, remove gc target Daniel Liu 2025-04-02 15:01:16 +0800
  • d35d6d5866 build: support auto-completion for bash Daniel Liu 2025-04-06 18:47:37 +0800
  • 4549d87cd3 simplify code wanwiset25 2025-04-01 08:50:44 +0400
  • da0d1dceca cmd, trie: remove cmd/gc and hide some types in trie Daniel Liu 2025-03-25 20:23:33 +0800
  • 880aac194e common, params: define cancun block for testnet and print more chain config Daniel Liu 2025-04-01 14:34:10 +0800
  • 3ae8c64812 fix docker build warning wanwiset25 2025-03-31 06:03:42 +0400
  • 62207f86bc add limit to high resource demand api wanwiset25 2025-03-31 06:00:27 +0400
  • e72b07cabe core/state: separate hashes and committer, collapse on commit (#20481) Daniel Liu 2025-03-27 11:12:49 +0800
  • a36dcc7c4d core/state: accumulate writes and only update tries when must (#19953) Daniel Liu 2025-03-27 08:25:28 +0800
  • 476d431a68 core/state: fix state iterator (#19127) Daniel Liu 2025-03-26 18:11:12 +0800