Commit graph

  • b2a3d6e3cb core/txpool: adjust validation rules Gary Rong 2025-09-17 14:21:18 +0800
  • e1f3232f88 core/txpool/blobpool: introduce sidecar conversion Gary Rong 2025-09-17 14:19:07 +0800
  • 3f4eebf7fd params: add bpo default config, more forks MariusVanDerWijden 2025-09-18 13:09:47 +0200
  • de1e130173 combine keeper to the ethereum sub tool list maskpp 2025-09-18 18:31:38 +0800
  • a0b180c68a use Bytes to simplify the Witness's operation logic maskpp 2025-09-18 18:21:52 +0800
  • f63f908e4c tests: add missing bpo fork labels, test exceptions MariusVanDerWijden 2025-09-18 12:02:20 +0200
  • f983cdb37e
    core/txpool/blobpool: choose whether to convert in GetBlobs Csaba Kiraly 2025-09-15 16:22:57 +0200
  • e2a48fd7ed
    core/txpoo/blobpool: clarify conversion in GetBlobs Csaba Kiraly 2025-09-10 21:12:59 +0200
  • 40b2a90000 fix: fix the blobViolation test error healthykim 2025-09-18 18:39:56 +0900
  • 0793c19390
    Merge 0859bd75b7 into 8a171dce1f Delweng 2025-09-18 12:03:30 +0300
  • 6a64ac5383
    Update worker.go Rez 2025-09-18 18:15:11 +1000
  • 252ad9bf8e cmd/utils: add comments Gary Rong 2025-09-18 14:58:13 +0800
  • 8a171dce1f
    core/rawdb: report truncateErr in concurrent truncate failure (#32651) GarmashAlex 2025-09-18 09:46:51 +0300
  • 8c4b852712
    fix(rawdb): report truncateErr in concurrent truncate failure GarmashAlex 2025-09-18 09:37:41 +0300
  • 339cae81d8
    core: fix fork readiness log (#32623) lightclient 2025-09-18 06:28:03 +0200
  • d42f77ba8b common: op benchmark time by using testing.B.Loop cuiweixie 2025-09-17 23:28:40 +0800
  • 615324ba00 crypto: using testing.B.Loop cuiweixie 2025-09-18 10:28:23 +0800
  • 84883ffef7 cmd, tests: fix snapshot dump and export-preimages Gary Rong 2025-09-18 10:19:25 +0800
  • 2108491566 core/types: using testing.B.Loop cuiweixie 2025-09-18 00:03:40 +0800
  • 41c7f2a928 triedb/pathdb: remove unnecessary log Gary Rong 2025-09-18 09:30:25 +0800
  • 3d391da4af
    Update integer_test.go Gengar 2025-09-18 01:52:42 +0300
  • 3c7002ed5b
    Update state_transition.go Galoretka 2025-09-17 20:13:08 +0300
  • 84d988c003
    Merge branch 'master' into bs/cell-blobpool/ver-1 Bosul Mun 2025-09-18 01:35:11 +0900
  • da083cdf55 chore: simplify removeParity healthykim 2025-09-18 01:21:19 +0900
  • 8fbd4f396e
    rpc: fix example comment and handle Dial error Fibonacci747 2025-09-17 18:12:26 +0200
  • 5a6d25ec08
    engine_v2: fix negative underflow in getBlockInfoByEpochNum (#1481) wgr523 2025-09-17 22:52:28 +0800
  • b8e5baa978
    all: fix minted token recorded value is zero (#1480) wgr523 2025-09-17 22:50:52 +0800
  • 6492751355
    cmd/keeper: disable GC for zkvm execution (#32638) Guillaume Ballet 2025-09-17 16:12:16 +0200
  • fda09c7b1b
    trie: add sub-trie iterator support (#32520) Samuel Arogbonlo 2025-09-17 15:07:02 +0100
  • 6002b61014
    disable cgo for now Guillaume Ballet 2025-09-17 16:00:31 +0200
  • 21769f3474
    triedb/pathdb: generalize the history indexer (#32523) rjl493456442 2025-09-17 21:57:16 +0800
  • f3979cbcf1
    add archive function for keeper Guillaume Ballet 2025-09-17 15:32:51 +0200
  • 485de9cd8c
    more noiceties keeper-release Guillaume Ballet 2025-09-17 15:09:23 +0200
  • 2d3704c4d8
    core/stateless: add vmwitnessstats cli flag to report leaf stats + log to console (#32619) Guillaume Ballet 2025-09-17 15:06:39 +0200
  • e5293beda6
    more nice stuff Guillaume Ballet 2025-09-17 15:02:01 +0200
  • 51b9b5827c
    remove changes to doInstall Guillaume Ballet 2025-09-17 15:01:11 +0200
  • 08c22e1c1e
    use ci.go instead Guillaume Ballet 2025-09-17 14:59:00 +0200
  • f6ba50bf48
    go.mod: update go-eth-kzg (#32640) Marius van der Wijden 2025-09-17 12:33:44 +0200
  • bd5d7e8317 go.mod: update go-eth-kzg MariusVanDerWijden 2025-09-17 12:28:31 +0200
  • 79a6f39eb0 go.mod: update go-eth-kzg MariusVanDerWijden 2025-09-17 11:44:24 +0200
  • 5ae61f9627
    go.mod: update c-kzg (#32639) Marius van der Wijden 2025-09-17 11:41:14 +0200
  • cab51de6bb go.mod: update c-kzg MariusVanDerWijden 2025-09-17 11:37:10 +0200
  • 3a5399d8e6
    cmd/keeper: disable GC for zkvm execution Guillaume Ballet 2025-09-17 11:27:50 +0200
  • a4c9b34730
    p2p/discover: add waitForNodes Csaba Kiraly 2025-09-17 10:27:35 +0200
  • bc02ef511e
    core/overlay: fix incorrect debug log key/value in LoadTransitionState Galoretka 2025-09-17 11:22:12 +0300
  • de9fb9722b
    revert to using table parameter Csaba Kiraly 2025-09-17 09:02:38 +0200
  • e5e48ed22e triedb/pathdb: fix compile Gary Rong 2025-09-09 16:02:54 +0800
  • 1533096f4b triedb/pathdb: generalize the history indexer Gary Rong 2025-08-29 16:32:51 +0800
  • eebee3df05 trie: fix comment Gary Rong 2025-09-17 11:22:35 +0800
  • 45ee2fbe19 trie: rewrite the subtreeIterator Gary Rong 2025-09-15 10:19:40 +0800
  • 2db2a18e83 trie: add sub-trie iterator with prefix and range iteration support samuel 2025-09-10 14:25:58 +0100
  • f125dbd9c7 trie: add sub-trie iterator with prefix and range iteration support samuel 2025-09-10 14:03:45 +0100
  • 6a812bcab0 more changes for test file and function namings samuel 2025-09-02 20:26:56 +0100
  • 9a72c83e6f trie: refactor sub-trie iterator to extend existing nodeIterator samuel 2025-08-30 15:34:47 +0100
  • 399247b4d9 trie: add sub-trie iterator support #32484 samuel 2025-08-30 02:11:40 +0100
  • bb4f8b0ecc eth/catalyst, beacon/engine: enable BPO and Osaka on stateless APIs Gary Rong 2025-09-17 10:30:04 +0800
  • ea8378511a beacon, eth: add more comments about engine API Gary Rong 2025-09-17 10:14:53 +0800
  • 87d849ea62
    Update comment for LogQueryLimit clarification rjl493456442 2025-09-17 09:15:57 +0800
  • af69d382ff
    eth/tracers: various fixes #30540 (#1491) Daniel Liu 2025-09-17 09:04:38 +0800
  • e9da4ca95b
    all: fix ineffassign (#1516) wit liu 2025-09-17 08:49:28 +0800
  • adfbabc847
    rlp: remove duplicate optionalAndTailField test case #32614 (#1515) Daniel Liu 2025-09-17 08:48:19 +0800
  • 0ac2caf2c6
    rlp: fix typo in decode test message #32554 (#1514) Daniel Liu 2025-09-17 08:47:42 +0800
  • 33b4940d56
    core/tracing, eth/tracers/live: supply delta live tracer #29347 (#1475) Daniel Liu 2025-09-17 08:46:12 +0800
  • ff68a46709
    eth/tracers: fix json logger for evm blocktest #29795 (#1470) Daniel Liu 2025-09-17 08:45:25 +0800
  • 637e732aff
    trie: improve node rlp-decoding #25357 (#1109) Daniel Liu 2025-09-17 08:42:42 +0800
  • 458f6582e7
    build/tools, go.mod: remove go-bindata #24744 (#1512) Daniel Liu 2025-09-17 08:41:41 +0800
  • 915c71f2c4
    log: fix SetDefault for custom loggers #31368 (#1511) Daniel Liu 2025-09-17 08:28:13 +0800
  • 99e2885b03
    all: fix misspell (#1510) wit liu 2025-09-17 08:27:52 +0800
  • ba9fa91375
    log: remove unused parameter #30432 (#1509) Daniel Liu 2025-09-17 08:26:34 +0800
  • 993c60f16c
    eth/tracers/logger: improve markdown logger #30805 (#1508) Daniel Liu 2025-09-17 08:25:49 +0800
  • 6b20f9ad88
    XDCx, core/state: fix unnecessary conversion (unconvert) (#1507) wit liu 2025-09-17 08:25:07 +0800
  • b3ae8beb91
    accounts/abi: generate TryPack* methods for abigen v2 bindings #31692 (#1424) Daniel Liu 2025-09-17 08:24:03 +0800
  • 4a6fccaf69
    all: fix whitespace (#1506) wit liu 2025-09-17 08:23:06 +0800
  • 20e3de2c4b
    eth/tracers: add disableCode/Storage options for prestateTracer #30648 (#1498) Daniel Liu 2025-09-17 08:22:13 +0800
  • 1b88f2588e
    eth/fetcher: fix copyloopvar for Go 1.22+ (#1505) wit liu 2025-09-17 08:21:23 +0800
  • 7b92ec7d5a
    eth/filters: exit early if topics-filter has more than 4 topics #28494 (#1503) Daniel Liu 2025-09-17 08:20:18 +0800
  • 35e5143fe7
    eth/tracers: fix issues with benchmarks #30667 (#1500) Daniel Liu 2025-09-17 08:18:51 +0800
  • ea187b53bd
    eth/tracers: flatCallTracer error compatible with parity #30497 (#1499) Daniel Liu 2025-09-17 08:18:09 +0800
  • 2b906f22f1
    eth/tracers/js: avoid compiling js bigint when not needed #30640 (#1497) Daniel Liu 2025-09-17 08:17:18 +0800
  • beb6ff97d7
    core: remove outdated tests #27662 (#1496) Daniel Liu 2025-09-17 08:16:07 +0800
  • 1fe81d541d
    all: fix goimports (#1495) wit liu 2025-09-17 08:15:43 +0800
  • a5d03e4a8a
    all: fix inconsistent receiver name (#1494) wit liu 2025-09-17 08:15:23 +0800
  • a8891b23ed
    Update conn.go forkfury 2025-09-16 23:34:07 +0200
  • 578b35d059 cmd/geth: parallelize database state content checking allen 2025-09-16 15:04:19 -0400
  • 65825bf56c beacon/blsync: test validated finality zsfelfoldi 2025-09-16 19:41:27 +0200
  • ebe83d42bd core/stateless: only report leaf stats + log to console + add cli flag Guillaume Ballet 2025-08-27 21:43:56 +0200
  • 69b61956fe core/state: separate journal-implementation behind interface, implement createaccount Martin Holst Swende 2024-04-19 09:08:05 +0200
  • 6a7f64e760
    core/vm: use go-bigmodexpfix for modexp (#32576) Felix Lange 2025-09-16 17:08:04 +0200
  • d8cdbde940 .gitea/workflows, build: build release binary for keeper Guillaume Ballet 2025-09-16 10:58:16 -0400
  • 10b0905e5d
    add cloak build workflow (#1240) Péter Garamvölgyi 2025-09-16 16:57:34 +0200
  • 8ba050e99a PR fixes wanwiset25 2025-09-16 03:12:34 +0400
  • 6bc72b0dc5 Add comment and move isPostMerge Nikita Meshcheriakov 2025-09-16 15:58:13 +0300
  • 03b77d1a49
    core/stateless: API methods to get execution witness of block Guillaume Ballet 2025-09-16 14:46:28 +0200
  • 7230ce482a cmd/utils: fixed file formatting zsfelfoldi 2025-09-16 14:43:17 +0200
  • 110b4e13c5
    core/rawdb: fix typo in TestWriteAncientHeaderChain (#32587) VolodymyrBg 2025-09-16 15:27:20 +0300
  • 3589c0d59b
    p2p/discover: expose timeout in lookupFailed Csaba Kiraly 2025-09-16 14:03:11 +0200
  • 5dee42bdc2 eth/filters: fixed test after rebase zsfelfoldi 2025-09-16 14:02:17 +0200
  • efe91448d0 eth/filters: extended test to test topics and no error scenarios zsfelfoldi 2025-09-16 13:56:26 +0200
  • f91cf22312 eth/filters: apply limit to topic search positions zsfelfoldi 2025-09-16 13:09:40 +0200
  • 3cc4015d29 cmd/utils, eth/filters: changed flag name to LogQueryLimit zsfelfoldi 2025-09-16 12:46:28 +0200