Commit graph

  • 1990e73b3c
    core, eth/hooks, internal/ethapi: rename xdc sort package (#1707) Daniel Liu 2025-12-07 18:17:49 +0800
  • 93d453c4c4
    core/txpool: remove a redundant heap.Init #28910 (#1706) Daniel Liu 2025-12-07 18:17:20 +0800
  • 35c905a131
    p2p: use slices package for sorting #27494 (#1705) Daniel Liu 2025-12-07 18:14:25 +0800
  • 8be96e4622
    trie: use slices package for sorting #27496 (#1703) Daniel Liu 2025-12-07 18:13:53 +0800
  • b4b6328544
    eth: use slices package for sorting #27490 (#1702) Daniel Liu 2025-12-07 18:13:37 +0800
  • 62dbd3bceb
    core: use slices package for sorting #27489 #27909 (#1701) Daniel Liu 2025-12-07 18:13:24 +0800
  • 0ad629d484
    p2p: use package slices to sort in PeersInfo #29957 (#1700) Daniel Liu 2025-12-07 18:12:51 +0800
  • c922f26d0c
    all: replace strings.Split with more efficient strings.SplitSeq (#1698) Daniel Liu 2025-12-07 18:12:23 +0800
  • 4d790e6c45
    params: refactor Description() for ChainConfig (#1697) Daniel Liu 2025-12-07 18:10:07 +0800
  • 5ada9b8866
    core: fix unused warnings (#1811) wit liu 2025-12-07 18:09:31 +0800
  • 940fd2adbd
    core, trie: port changes from pbss #26637 (#1127) Daniel Liu 2025-12-07 18:08:38 +0800
  • fd78323211
    cmd/utils: deprecate flag enable-0x-prefix (#1829) wit liu 2025-12-07 18:06:52 +0800
  • 66e96b507c
    all: use 0x-prefix for Address type in log (#1830) wit liu 2025-12-07 18:06:36 +0800
  • c6c5778632
    params: define prague block #26481 #26880 (#1836) Daniel Liu 2025-12-07 18:06:02 +0800
  • e617598d1d
    consensus: verify timeout from epochInfo instead of snap.NextEpochCandidates, close XFN-62 (#1628) Wanwiset Peerapatanapokin 2025-12-06 13:35:49 +0400
  • 35f702cdaf trie: optimize compactToHex and cleanup encoding logic therainisme 2025-12-06 15:29:13 +0800
  • e63e37be5e
    core/filtermaps: fix operator precedence in delete logging condition (#33280) David Klank 2025-12-06 05:21:38 +0200
  • 7dffc707bc
    internal/ethapi: select precompiles using the simulated header Fibonacci747 2025-12-05 20:49:47 +0100
  • 30d8346545
    Fix typos and improve clarity in documentation TANZINA AKTER 2025-12-05 19:12:31 +0200
  • 3712b19147 core/state: only calculate the addressHash when needed MariusVanDerWijden 2025-12-05 17:02:26 +0100
  • 9cb1f0a23f core/vm: fix PC increment for EIP-8024 opcodes Francisco Giordano 2025-12-05 12:50:29 -0300
  • d45a9f5504 params: validate that any defined BPOs (or cancun/prague) have blob schedules set Jared Wasinger 2025-12-05 05:00:15 -0800
  • 1a84022c02 eth/protocols/snap: clean up outdated TODO and adjust log level rizkyikiw42 2025-12-05 11:09:44 +0800
  • 932f5067c9 eth: fix race conditions and add safety checks wnqqnw19 2025-12-04 12:37:33 -0800
  • 8bd797b6c6 fix: resolve race conditions, add bounds checks, and remove redundant code wnqqnw19 2025-12-04 12:27:35 -0800
  • d8419ffca2 triedb/pathdb: fix error handling in journal cleanup defer function wnqqnw19 2025-12-04 10:27:18 -0800
  • 471b18de18 fix error handling in IsNonEmptyDir function wnqqnw19 2025-12-04 10:12:04 -0800
  • 5dfb28afc6
    p2p/nat: fix err shadowing in UPnP addAnyPortMapping Snezhkko 2025-12-04 16:13:18 +0200
  • 9c55041750
    refactor Bashmunta 2025-12-04 12:51:58 +0200
  • 73a2df2b0a
    eth/filters: change error code for invalid parameter errors (#33320) Felix Lange 2025-12-04 11:02:42 +0100
  • 4a582b6881
    fix(pathdb): use MaxInt instead of MaxUint32 for int overflow check David Klank 2025-12-04 11:59:16 +0200
  • 763d75d28c ethdb/pebble: add more pebble config twists Gary Rong 2025-12-04 15:09:28 +0800
  • e8015716c5 core/txpool/blobpool: remove legacy sidecar conversion Gary Rong 2025-12-04 12:55:15 +0800
  • b35f62794f fix: fix dispatcher pending delete logic healthykim 2025-12-04 14:52:04 +0900
  • fac866138b
    cmd/utils: fix disabling cache preimages through config file #33330 (#1837) wit liu 2025-12-04 13:02:10 +0800
  • 4c098ddf1f
    core/vm: fold EVMInterpreter into EVM #32352 (#1838) Daniel Liu 2025-12-04 13:01:40 +0800
  • 10ac141b76
    eth: use consistent receiver name for downloadTester (#1797) wit liu 2025-12-04 10:34:05 +0800
  • dfaa7fc19f
    internal: remove extra space before XDPoS entry (#1796) wit liu 2025-12-04 10:33:45 +0800
  • 8dd497dd01
    internal: deref gasUsed pointer in eth_simulate log #33192 (#1794) wit liu 2025-12-04 10:33:22 +0800
  • af7e479ce9
    consensus/XDPoS: use slices package for sorting (#1710) Daniel Liu 2025-12-04 10:32:58 +0800
  • 74c127d138 beacon/params: explicitly handle Fulu fork indices rizkyikiw42 2025-12-04 10:15:06 +0800
  • 657c99f116
    beacon/types: update for fulu (#33349) Felix Lange 2025-12-03 23:17:19 +0100
  • bad00cf65e beacon/types: update for fulu Felix Lange 2025-12-03 22:58:59 +0100
  • 129c562900
    eth/catalyst: benchmark GetBlobsV2 at API level (#33196) Csaba Kiraly 2025-12-03 22:35:00 +0100
  • a0cb88e2cf
    p2p: add optional SOCKS5 proxy support for outbound peer dials cloorc 2025-12-02 16:08:48 +0800
  • 09f49bb76c
    Merge 06c623b5c7 into d3679c2f2e Felföldi Zsolt 2025-12-02 14:30:21 -0700
  • d3679c2f2e
    core/state: export statistics to metrics (#33254) rjl493456442 2025-12-02 23:28:51 +0800
  • 212967d0e1
    ethdb/pebble: add configuration changes (#33315) rjl493456442 2025-12-02 23:19:20 +0800
  • be94ea1c40
    cmd/utils: fix handling of boolean flags when they are set to false (#33338) cui 2025-12-02 23:11:56 +0800
  • 042c47ce1a
    core: log detailed statistics for slow block (#32812) rjl493456442 2025-12-02 21:43:51 +0800
  • e2d4555580
    fix(rawdb): correct MemoryFreezer AncientSize by decrementing size on truncation Bashmunta 2025-12-02 12:19:10 +0200
  • 7d0be24267 eth/downloader: optimize fetch result concatenation rizkyikiw42 2025-12-02 17:05:38 +0800
  • 9e7f10a190 chore: Add comments Ilias Tsatiris 2025-12-02 10:16:04 +0200
  • 0f6ede0f57 fix lint Sahil-4555 2025-12-02 10:08:32 +0530
  • a2dc82fb3b fix msg discard Sahil-4555 2025-12-02 09:51:48 +0530
  • 5185053537
    cmd/utils: flags should not be setted to true directly cuiweixie 2025-12-01 19:48:08 +0800
  • 35082b286f core/state: reduce allocations in journal MariusVanDerWijden 2025-12-01 20:47:19 +0100
  • 95b0563898 core/types: reduce allocations in transaction signing MariusVanDerWijden 2025-12-01 20:15:09 +0100
  • 9baab1311a core/vm: get rid of the hasher optimization, use global hasher pool MariusVanDerWijden 2025-12-01 20:02:25 +0100
  • 073232c758 consensus: fix error message formatting ferhat elmas 2025-12-01 19:58:14 +0100
  • 44602e0a21 misc/eip4844: reduce allocations in calcBlobFee MariusVanDerWijden 2025-12-01 19:54:18 +0100
  • 449f9300f6 core: only use uint256 in inner evm context MariusVanDerWijden 2025-12-01 19:38:28 +0100
  • cd01498c2f eth/internal: MarshalReceipt use uint for txIndex Kolby Moroz Liebl 2025-12-01 11:37:10 -0700
  • dbceb1a946 params: reduce allocations in Rules MariusVanDerWijden 2025-12-01 19:23:40 +0100
  • 391f3bea5c fix(bintrie): prevent OOB on 31-byte stems at depth 248 Fibonacci747 2025-12-01 15:33:30 +0000
  • da3822dcec
    internal/debug: fix log memory limit format (#33336) Fallengirl 2025-12-01 14:50:03 +0100
  • e7ff54fcbc
    core/state: add codesize to cache cuiweixie 2025-12-01 19:12:27 +0800
  • 0a8e559e01
    fix: log memory limit in bytes Fallengirl 2025-12-01 09:38:54 +0100
  • de6e67063e fix lint Sahil-4555 2025-12-01 11:21:12 +0530
  • 4ee67b8d25 use in built bytes clone method Sahil-4555 2025-12-01 11:18:50 +0530
  • 6f2cbb7a27
    triedb/pathdb: allow single-element history ranges (#33329) Forostovec 2025-12-01 04:19:21 +0200
  • cd3f9b24e9
    cmd/utils: fix disabling cache preimages through config file (#33330) cui 2025-12-01 10:12:59 +0800
  • 990af9e81c
    common/bitutil: optimize ANDBytes cuiweixie 2025-11-30 18:56:59 +0800
  • 6646b42dd4
    common/bitutil: using subtle.XORBytes for optimization cuiweixie 2025-11-30 17:33:06 +0800
  • 6369c7b175
    cmd/utils: fix disabling cache preimages through config file cuiweixie 2025-11-30 13:07:23 +0800
  • 1b45c58b17
    triedb/pathdb: allow single-element history ranges Forostovec 2025-11-29 16:26:05 +0200
  • ec08863ba0
    all: use WaigGroup.Go() to simplify code (#1699) Daniel Liu 2025-11-29 19:47:08 +0800
  • 3db312d8d3
    Update queue_test.go oxBoni 2025-11-29 01:22:07 +0100
  • 154f5ecd4d
    Update api_test.go oxBoni 2025-11-29 00:30:29 +0100
  • 9a05fb75c3
    Update event.go oxBoni 2025-11-28 22:03:05 +0100
  • 50c75a9a4c core/rawdb: add tests and benchmarks for v7 tx lookup Longs Pemun Gotar 2025-11-28 21:54:53 +0100
  • aee8c1505f core: update callers for new ReadTxLookupEntry signature Longs Pemun Gotar 2025-11-28 21:54:21 +0100
  • 6873d1806d core/rawdb: add v7 tx lookup format with transaction index Longs Pemun Gotar 2025-11-28 21:53:24 +0100
  • a4bb43b5e2
    Update api.go 0xLogicalx 2025-11-28 21:34:46 +0100
  • 32de571acd fix: fix test error healthykim 2025-11-29 00:38:17 +0900
  • c961983210 chore: improve comments healthykim 2025-11-29 00:23:58 +0900
  • 96891be7f9 fix: remove second validation healthykim 2025-11-29 00:05:46 +0900
  • 5d51208334
    internal/ethapi: change default tx type to 0x2 (#33058) Sina M 2025-11-28 15:32:40 +0100
  • f12f0ec0cd
    cmd/utils: allow --networkid to override other config options (#32999) lightclient 2025-11-28 11:24:21 -0300
  • 7fb54af404 Correct usage of 'network id' to 'network ID' Felix Lange 2025-11-28 14:17:15 +0100
  • 131fc21458 cmd/utils: add comment about overriding network id lightclient 2025-10-22 09:50:30 -0600
  • 68ad6ac0dd cmd: revert further changes from #31630 lightclient 2025-10-22 09:38:25 -0600
  • 1b8ee6dc2b cmd: allow --networkid to override other config options lightclient 2025-10-22 09:27:47 -0600
  • fbbaa3c849
    eth/catalyst: fix tests for getPayload change (#33322) Felix Lange 2025-11-28 15:06:11 +0100
  • 3093fdd209 eth/catalyst: fix typo Felix Lange 2025-11-28 14:36:15 +0100
  • 795481c790 eth/catalyst: fix tests for getPayload change Felix Lange 2025-11-28 14:28:54 +0100
  • bd502d739c
    Update signed_data_test.go oxBoni 2025-11-28 14:08:24 +0100
  • 28376aea78
    eth/catalyst: check fork timestamps during engine_getPayload (#32754) lightclient 2025-11-28 10:02:24 -0300
  • 3c77b76a6f eth/filters: change error code for invalid parameter errors Felix Lange 2025-11-28 13:26:40 +0100
  • 09bdbf95c4
    Update eta.go Justin 2025-11-28 11:40:51 +0100