Commit graph

  • c9b85857c1 add testcase Well 2025-05-17 21:02:37 +0800
  • a772095a77 cmd/devp2p/internal/ethtest: reword Felix Lange 2025-05-17 13:08:39 +0200
  • 4449ce45fa cmd/devp2p/internal/ethtest: tests for BlockRangeUpdate Felix Lange 2025-05-17 12:57:18 +0200
  • efa31dd509
    core/blockchain: remove unnecessary fmt.Sprintf in log.Error calls MozirDmitriy 2025-05-17 10:40:48 +0300
  • b4f1640675 fix Block overrides case Monkey 2025-05-17 13:40:11 +0800
  • 02295e1ccb
    Merge eab7b5b092 into c8be0f9a74 Felix Lange 2025-05-16 21:54:50 -0700
  • 6caf96ffda
    feat(miner): update logs in worker (#429) David 2025-05-17 11:07:28 +0800
  • 965043b977
    chore(taiko): update preconf devnet genesis jsons (#381) jeff 2025-05-16 18:53:48 -0700
  • f27f4284d3 Merge branch 'master' into master_1batch Po 2025-05-17 02:32:53 +0200
  • c8be0f9a74
    eth: use headers in debug.GetModifiedAccountsBy* (#31765) maskpp 2025-05-17 01:35:17 +0800
  • 3c9a6ec0b5 TEST: Fix test to not restrict geth version David Zhou 2025-05-16 12:44:42 -0400
  • 4a2f40a110 TEST: Fix test to not restrict geth version David Zhou 2025-05-16 12:39:53 -0400
  • 7e79254605
    eth/protocols/eth: implement eth/69 (#29158) Marius van der Wijden 2025-05-16 17:10:47 +0200
  • 6d7329f1a3 Merge tag 'v2.0.3' into release/polygon-2.x-fh3.0 Stéphane Duchesneau 2025-05-16 10:43:13 -0400
  • ca17cd902a eth: gofmt Felix Lange 2025-05-16 16:11:28 +0200
  • 14d1bea981
    Merge branch 'master' into eth-69 Felix Lange 2025-05-16 16:05:39 +0200
  • e5d5318c8b
    fix: addressed comments Pratik Patil 2025-05-16 19:26:32 +0530
  • 818b10c990 core: change GetRawReceiptsByHash -> GetRawReceipts to resolve a conflict Felix Lange 2025-05-16 15:54:17 +0200
  • e66f3c4c26
    eth: fixup setMaxPeers Csaba Kiraly 2025-05-03 10:39:13 +0200
  • 5046ea5626
    p2p/server: allow setting MaxPeers dynamically Csaba Kiraly 2025-05-03 10:38:42 +0200
  • e5d979e582
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-05-16 21:35:29 +0800
  • b2cef4b45e cmd/devp2p/internal/ethtest: ensure requested receipt lists are non-empty Felix Lange 2025-05-16 14:41:04 +0200
  • dd4ca3bf27 cmd/devp2p/internal/ethtest: add two tests for eth/69 Felix Lange 2025-05-16 14:38:38 +0200
  • fc0b78e8a9 eth/protocols/eth: validate BlockRangeUpdate messages Felix Lange 2025-04-25 21:24:01 +0200
  • d8de9f4dc5 eth/protocols/eth: pass initial block range into handshake Felix Lange 2025-04-25 21:22:52 +0200
  • dd575769df core/types: optimize EncodeBlockReceiptLists Felix Lange 2025-04-24 14:04:50 +0200
  • 76b546c15b core/types: rename ReceiptsToRLP -> EncodeBlockReceiptLists Felix Lange 2025-04-24 13:50:46 +0200
  • b7fdaf275f eth/protocols/eth: update fuzzer MariusVanDerWijden 2025-04-23 12:06:16 +0200
  • 230e66074a eth/protocols/eth: add tests for ReceiptList68 Felix Lange 2025-04-16 20:58:36 +0200
  • 1fa7e70da4 eth/protocols/eth: put latest snap block in handshake Felix Lange 2025-04-16 17:08:31 +0200
  • 12eade0fef eth/protocols/eth: reimplement eth/68 receipts Felix Lange 2025-04-16 17:02:01 +0200
  • 6b193040bd eth: embed range in peerInfo Felix Lange 2025-04-16 11:00:57 +0200
  • 3571ef3647 eth/protocols/eth: store block range on peer Felix Lange 2025-04-16 10:49:04 +0200
  • b89eb04fff eth/protocols/eth: fix crash for eth/68 Felix Lange 2025-04-16 10:03:26 +0200
  • 268f33ac95 eth/protocols/eth: simplify Felix Lange 2025-04-16 10:02:19 +0200
  • 5943631173 eth/protocols/eth: fix receipt hashing Felix Lange 2025-04-16 01:05:05 +0200
  • f96cfcece0 eth/protocols/eth: improve server Felix Lange 2025-04-15 23:12:29 +0200
  • fa854ca7be eth/protocols/eth: fix receipt encoding for storage Felix Lange 2025-04-15 21:00:52 +0200
  • 00846fbfb4 eth/protocols/eth: update handler Felix Lange 2025-04-15 14:18:49 +0200
  • a9840b8fc5 eth/protocols/eth: add test for message decoding Felix Lange 2025-04-15 14:18:38 +0200
  • e325130719 eth/protocols/eth: add missing ListEnd call Felix Lange 2025-04-15 14:16:22 +0200
  • 0cffccf6c0 eth/protocols/eth: fix crash Felix Lange 2025-04-15 13:25:26 +0200
  • 6cd2580b2b eth/protocols/eth: fix error Felix Lange 2025-04-15 12:46:36 +0200
  • a9a94e3964 eth/protocols/eth: remove one more use of errDecode Felix Lange 2025-04-15 12:46:20 +0200
  • 070065c5d9 eth/protocols/eth: add decoder method for ReceiptList69 Felix Lange 2025-04-15 12:45:42 +0200
  • d96f2db8ec eth/protocols/eth: remove duplicated info in error message Felix Lange 2025-04-15 12:31:09 +0200
  • 96ed987c96 eth: change log message Felix Lange 2025-04-13 01:12:51 +0200
  • a11358df21 eth: implement BlockRangeUpdate sending Felix Lange 2025-04-11 19:19:17 +0200
  • 482f5cd2d8 eth/protocols/eth: remove tracker.go Felix Lange 2025-04-11 15:50:28 +0200
  • 7b73920422 cmd/devp2p/internal/ethtest: update for eth/69 Felix Lange 2025-04-11 13:13:10 +0200
  • c3960e0a07 eth/protocols/eth: update eth/69 for status changes and BlockRangeUpdate Felix Lange 2025-04-11 13:12:48 +0200
  • ff3cb690b5 core/types: doc Marius van der Wijden 2025-03-15 11:14:42 +0100
  • 1cf340ddbd eth/protocols/eth: happy lint, happy life Marius van der Wijden 2025-03-15 10:12:01 +0100
  • f213897a41 eth/protocols/eth: fix handleReceipts69 Marius van der Wijden 2025-03-15 10:07:23 +0100
  • 1b8422cd73 core: pass rlp value through the codebase Marius van der Wijden 2025-03-14 18:37:08 +0100
  • ad8fe2f675 eth/protocols/eth: fix tests Marius van der Wijden 2025-03-14 15:25:32 +0100
  • fc4e4b3a5b core/types: fix rebase issue Felix Lange 2025-03-14 13:40:01 +0100
  • 08b6d495a9 WIP Felix Lange 2025-01-14 11:09:13 +0100
  • d86f0547cf eth/protocols/eth: unpack receipts correctly Marius van der Wijden 2024-11-21 12:37:15 +0100
  • 156ad98469 eth/protocols/eth: lint Marius van der Wijden 2025-03-14 13:26:21 +0100
  • 5e94e51e95 core/types: lint Marius van der Wijden 2025-03-14 13:20:26 +0100
  • e429b91c46 eth/protocols/eth: started work on eth/69, drop receipt blooms Marius van der Wijden 2024-03-01 16:44:11 +0100
  • 713d0b1a90 fix test case thinkAfCod 2025-05-16 16:05:48 +0800
  • 9e10bab51a remove buffer pool thinkAfCod 2025-05-16 10:24:22 +0800
  • 0fa5150d7a remove raw packet of trace log thinkAfCod 2025-05-15 21:25:37 +0800
  • aa62418193 fix test case thinkAfCod 2025-05-14 17:28:58 +0800
  • c603f255c8 remove readNextCh thinkAfCod 2025-05-14 15:39:59 +0800
  • 8d05d5da6d add max active talk requests thinkAfCod 2025-05-14 09:59:41 +0800
  • 7714d41097 modify write channel size thinkAfCod 2025-05-14 00:04:57 +0800
  • 6f1e38af4b read buffer pool thinkAfCod 2025-05-12 19:10:17 +0800
  • 62d6517c06 make send in separate goroutine Chen Kai 2025-05-11 16:53:48 +0800
  • 6617c338d8 pipeline read discv5 Chen Kai 2025-05-11 14:33:12 +0800
  • 2619478ae9
    eth: allow setting maxpeers dynamically Csaba Kiraly 2025-05-03 01:03:27 +0200
  • c02137bc6f triedb/pathdb: remove sync pool Gary Rong 2025-02-20 10:24:04 +0800
  • 350a82c582 triedb/pathdb: introduce lookup structure to optimize state access Gary Rong 2024-08-20 15:21:20 +0800
  • 892a661ee2
    core, triedb/pathdb: final integration (snapshot integration pt 5) (#30661) rjl493456442 2025-05-16 18:29:38 +0800
  • 4644443b10
    eth/dropper: allow setting maxpeers Csaba Kiraly 2025-05-03 01:02:56 +0200
  • dce4c36f7b
    allow setting maxPeers in handler Csaba Kiraly 2025-05-03 00:59:15 +0200
  • c14f2e17aa test: Updated test cases to include MaxInt64, MinInt64 and MaxUint64, also rename testcase to TestHas0xPrefix to cover Has0xPrefix public method in hexutil package Tarun Sharma 2025-05-16 12:55:45 +0400
  • c921092865 Add benchmark for tracer vs recovery wrapper Sina Mahmoodi 2025-05-16 10:53:29 +0200
  • 330e31d83b Skip calls to tracer when in shutdown sequence Sina Mahmoodi 2025-05-16 10:53:09 +0200
  • 0f528fcb70 triedb: reuse the global hash buffer N 2025-05-16 16:49:43 +0800
  • f1448c2913 core: reuse the global hash buffer N 2025-05-16 16:49:23 +0800
  • 631be3cc04 refactor: Removed IsValidHexString and make has0xPrefix as public as per review comment Tarun Sharma 2025-05-16 12:33:25 +0400
  • 57e985ecab
    cmd/utils: remove deprecated LES flags (#31838) Sina M 2025-05-16 10:20:36 +0200
  • e745ab144d fix test, this time for real bro I swear Guillaume Ballet 2025-05-16 10:12:17 +0200
  • 391d117f19
    docs: update CLI options from latest geth --help output (#31835) Dlordkendex 2025-05-16 09:11:25 +0100
  • 4e16562c8a cmd: remove deprecated LES flags Sina Mahmoodi 2025-05-16 10:04:19 +0200
  • f2d7d3906f disable stack printing in test, to avoid confusions Guillaume Ballet 2025-05-16 10:03:51 +0200
  • d3ce3dbb1f
    fixed spacing SunnysidedJ 2025-05-16 16:34:56 +0900
  • ad6cced99d
    fix: provide parent header during EuclidV2 transition verification (#1187) Péter Garamvölgyi 2025-05-16 09:27:46 +0200
  • fa08c910fb
    feat(blobpool): add explicit max blob count limit Péter Garamvölgyi 2025-05-16 09:13:53 +0200
  • ca5b093605
    PIP-60: Increase gas limit to 45M (#1548) Pratik Patil 2025-05-16 12:45:54 +0530
  • c020756588
    PIP-58: Increase BaseFeeChangeDenominator to 64 (#1547) Pratik Patil 2025-05-16 12:42:20 +0530
  • 46a301a528 test: added more table test data for TestBlockNumberJSONUnmarshal Tarun Sharma 2025-05-16 10:36:36 +0400
  • 001565b087
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-05-16 12:46:58 +0800
  • 5a4c85922d
    pectra HFs: supported EIPs: 2537, 2935, 7623, 7702; disabled EIPs: 7549 7840, 7691, 6110, 7002, 7251, 7685 Pratik Patil 2025-05-16 09:43:31 +0530
  • 47dae16a40
    node: add JWT secret log line #25095 (#1036) JukLee0ira 2025-05-16 12:03:11 +0800
  • c145287e87
    node: allow JWT pass by file only #24579 (#1035) JukLee0ira 2025-05-16 12:01:36 +0800
  • fa965f5b13 params: bump version to v2.6.3-beta Daniel Liu 2025-05-16 11:39:02 +0800