Commit graph

  • df9623dbe9
    eth: split api.go into namespace based files #27263 (#1601) Daniel Liu 2025-10-30 23:57:14 +0800
  • 378d14f2fc
    internal/ethapi: minor refactor in block serialization #27268 (#1600) Daniel Liu 2025-10-30 22:56:18 +0800
  • 5a2fa75da7 Only expose TargetBlobsPerBlock Tristan Wilson 2025-10-30 15:20:55 +0100
  • a0e6f53977 cmd/evm/internal/t8ntool: support for verkle-at-genesis Guillaume Ballet 2025-04-10 19:16:27 +0200
  • fc5a89b941
    Update api_test.go Lorden 2025-10-30 14:29:16 +0100
  • 8c5a76e541 core/vm: re-add doc MariusVanDerWijden 2025-10-30 12:51:50 +0100
  • 7e30dfb18c core/vm: refactor memory resize MariusVanDerWijden 2025-10-30 12:41:21 +0100
  • c0c22a9c2c fix: fix errors and move validation code healthykim 2025-10-30 17:20:13 +0900
  • 243407a3aa
    eth/downloader: fix incorrect waitgroup in test XTestDelivery (#33047) wit liu 2025-10-30 15:39:02 +0800
  • 2652df3366
    Merge pull request #1708 from gzliudan/fix-v2-sort Anil Chinchawale 2025-10-30 13:02:26 +0530
  • 12668feab8 eth/hooks: use slices.SortStableFunc in engine_v2 Daniel Liu 2025-10-30 14:54:54 +0800
  • bbf46450ba fix: change the decode type healthykim 2025-10-30 15:24:29 +0900
  • 5e60382c1c cmd, core, eth: change the slowblock flag to time duration Gary Rong 2025-10-30 14:20:19 +0800
  • df53e28fcd core: remove accountHashWait Gary Rong 2025-10-17 14:00:27 +0800
  • 97b516bb89 core: track account trie wait Gary Rong 2025-10-16 14:37:05 +0800
  • c6b2a6c05d core: add storage hash Gary Rong 2025-10-16 14:14:05 +0800
  • f4735fd15a core: update Gary Rong 2025-10-16 11:37:19 +0800
  • 0882c4b7ee core: add more Gary Rong 2025-10-16 11:27:36 +0800
  • 90badc88a0 core/state: fix disk hit rate Gary Rong 2025-10-16 11:19:05 +0800
  • 42b5737bac core: fix log format Gary Rong 2025-10-16 11:16:21 +0800
  • edd380a1d1 core: add state disk hit rates Gary Rong 2025-10-16 11:00:41 +0800
  • 70c0699655 core/state: add cache hit rate Gary Rong 2025-10-09 10:19:54 +0800
  • 49b0050d18 core: only log slow block for single block insertion Gary Rong 2025-10-09 09:53:18 +0800
  • 72bd59eeab cmd/utils: add flags Gary Rong 2025-10-09 09:38:49 +0800
  • 52e6fb4a65 core: polish Gary Rong 2025-10-09 09:29:18 +0800
  • 2c25cf362a core: remove unused var Gary Rong 2025-09-30 23:30:09 +0800
  • 445496de0c core, cmd, eth: log detailed statistics for slow block Gary Rong 2025-09-30 20:00:27 +0800
  • 350978a0a6
    all: expose DeriveAuthorities publicly, use in other Message call sites lightclient 2025-10-29 20:20:48 -0600
  • cc65a4ad32
    core: panic if authorizations length doesn't match authorities lightclient 2025-10-29 20:11:31 -0600
  • d7f29ad2e6
    core: add comment regarding index sharing between auth structures in Message lightclient 2025-10-29 19:58:58 -0600
  • 60bcc82b4c
    core/types: remove unused auth cache on setcode tx lightclient 2025-10-29 19:58:20 -0600
  • df0f945f6d
    core: rework tx auth cache lightclient 2025-05-23 12:03:21 -0600
  • 95c732cfac
    pre-derive authorities alan 2025-02-18 10:24:49 +0800
  • 135d9be3d8
    use atomic.Pointer for authority alan 2025-02-17 15:00:08 +0800
  • f5d6ea1805
    add cache for authority alan 2025-02-17 10:43:07 +0800
  • ccacbd1e37
    common: simplify FileExist helper (#32969) Coder 2025-10-30 02:20:07 +0100
  • 1e84263a1f Clean up code: remove obsolete TODO and commented code, improve style michael.smith 2025-10-29 23:35:08 +0100
  • 0ecf792f98 add timeout for channel receiving allen 2025-10-29 13:57:36 -0400
  • 9b06a09a8f ethclient/gethclient: fix flaky testcase for TestSubscribePendingTxHashes allen 2025-10-29 13:46:44 -0400
  • 59b9de5c7d eth/protocols: fast exit if request range reversed jsvisa 2025-10-29 23:48:57 +0800
  • a6a690342f add testcase allen 2025-10-29 11:17:17 -0400
  • 8dce444578 eth/downloader: update tests jsvisa 2025-10-29 22:52:27 +0800
  • fc96cfa05f eth/downloader: don't drop peer if header is lagged jsvisa 2025-10-29 22:51:56 +0800
  • 9e40f0f694
    Update types.go sashaodessa 2025-10-29 15:37:34 +0100
  • 59ea5c7f15 fix: remove unused channel healthykim 2025-10-29 23:25:46 +0900
  • 7324c9b6ed chore: add todo healthykim 2025-10-29 23:12:15 +0900
  • fe8fcb2ca6 add: add: validate and buffer partial receipts within DeliverReceipts() healthykim 2025-10-29 23:05:10 +0900
  • 193516ed81 eth/tracers: fix prestateTracer for EIP-6780 SELFDESTRUCT allen 2025-10-29 10:00:42 -0400
  • cdc1133880
    logger/json: implement OnFaultV2 and wire into hooks to include rData on faults GarmashAlex 2025-10-29 13:27:32 +0300
  • 182e08af32
    t8ntool/file_tracer: proxy OnFaultV2 in writer wrapper GarmashAlex 2025-10-29 13:26:31 +0300
  • 99923e9f54
    native/mux: forward OnFaultV2 to child tracers with fallback GarmashAlex 2025-10-29 13:25:47 +0300
  • bf35a2f113
    vm: emit OnFaultV2 with revert return data; fallback to OnFault GarmashAlex 2025-10-29 13:24:55 +0300
  • 17d313747d
    tracing: add OnFaultV2 hook with rData to FaultHookV2 and Hooks GarmashAlex 2025-10-29 13:24:14 +0300
  • 5dd0fe2f53
    p2p: cleanup v4 if v5 failed (#33005) Delweng 2025-10-29 17:34:19 +0800
  • 6ccde92e8d eth/downloader: fix missing wg.Add(1) in test case XTestDelivery wit 2025-10-29 17:04:14 +0800
  • de51483aae crypto: remove unused vars rizkyikiw42 2025-10-29 16:05:51 +0800
  • 34900318b1 all: replace Split with SplitSeq for better efficiency in Go 1.24 wit 2025-10-29 15:37:48 +0800
  • ae37b4928c
    accounts/abi/bind/v2: fix error assertion in test (#33041) Austin Larson 2025-10-29 02:59:45 -0400
  • 3c1443e525 triedb/pathdb: use copy instead of append to reduce memory alloc jsvisa 2025-10-29 03:17:15 +0000
  • 2a0b2f0511 triedb/pathdb: account shared jsvisa 2025-10-25 03:22:23 +0000
  • c9cd48a8fb triedb/pathdb: no need lock jsvisa 2025-10-25 03:19:20 +0000
  • b45b0419d7 use batch instead of channel jsvisa 2025-08-18 12:01:53 +0800
  • 25d3b5d88b triedb/pathdb: track state count Gary Rong 2025-07-16 09:05:37 +0800
  • 88c4ac66ab triedb/pathdb: polish the code Gary Rong 2025-07-15 14:15:02 +0800
  • 0281e226bf doc jsvisa 2025-07-07 11:27:36 +0000
  • f5f0129f85 pathdb: remove in concurrent jsvisa 2025-07-07 07:36:58 +0000
  • 8fb247a9b4 remove log jsvisa 2025-07-07 07:14:05 +0000
  • 7b86aa8775 use path[0] as shardid jsvisa 2025-07-07 07:03:53 +0000
  • f269e94b6f use 16 concurrent workers jsvisa 2025-07-07 05:14:46 +0000
  • 782af13407 use path to calculate index jsvisa 2025-07-07 04:09:32 +0000
  • b3af8b54d1 pathdb: use shared map jsvisa 2025-07-07 04:08:31 +0000
  • c5e07af8bf pathdb: lookup account and storage nodes jsvisa 2025-07-07 03:01:04 +0000
  • 27bd9e71f5 set reverted error code to 3 Nikita Meshcheriakov 2025-10-28 20:58:28 +0300
  • bf7054b11c
    Update backend.go maradini77 2025-10-28 17:58:05 +0100
  • bffa03ff07
    Update backend.go maradini77 2025-10-28 17:56:55 +0100
  • 29415666c2
    test: Fix incorrect error check Austin Larson 2025-10-28 11:13:24 -0400
  • 74ac8fdb1a core: fix the validation metrics Gary Rong 2025-10-28 22:09:09 +0800
  • 739f6f46a2
    .github: add 32-bit CI targets (#32911) Guillaume Ballet 2025-10-28 13:56:44 +0100
  • e60e32fe29 appveyor.yml: remove -skip-spectests Felix Lange 2025-10-28 13:13:49 +0100
  • 78a1bae94d .github: update test config for 32-bit Felix Lange 2025-10-28 13:04:49 +0100
  • fc95109944 build: skip spectests with -short flag Felix Lange 2025-10-28 13:03:56 +0100
  • 59d08c66ff
    internal/jsre: pass correct args to setTimeout/setInterval callbacks (#32936) anim001k 2025-10-28 12:34:14 +0100
  • d763df3a58 .github: install cross toolchain Felix Lange 2025-10-28 12:03:47 +0100
  • 538b17a72d .github: update Felix Lange 2025-10-28 11:18:10 +0100
  • b266cc2482 eth/syncer: advance safe and finalized block jsvisa 2025-10-28 08:30:05 +0000
  • 03a4b24aca core/state: paralleize the account trie hash along with storages Gary Rong 2025-10-28 14:59:27 +0800
  • 95bde937e9
    Update README.md Aditya Patil 2025-10-28 12:37:37 +0530
  • 666c73cabe
    Update numeric value in README.md Aditya Patil 2025-10-28 12:37:25 +0530
  • dd4049927a
    Update README.md Aditya Patil 2025-10-28 12:37:19 +0530
  • 7ba0773135
    Update README.md Aditya Patil 2025-10-28 12:37:11 +0530
  • 9f1c4fa8ab
    Update README.md Aditya Patil 2025-10-28 12:37:04 +0530
  • a6e6fbb2da
    Update README.md Aditya Patil 2025-10-28 12:36:58 +0530
  • 2135b1d20b
    Update README.md Aditya Patil 2025-10-28 12:36:50 +0530
  • 7b964484a6
    Update README.md Aditya Patil 2025-10-28 12:36:43 +0530
  • c4a9b3823a
    Update version number in README Aditya Patil 2025-10-28 12:36:30 +0530
  • 8ea7923865
    Update README.md Aditya Patil 2025-10-28 12:36:22 +0530
  • 1b44f8edec
    Update README.md Aditya Patil 2025-10-28 12:36:15 +0530
  • af20e0702c
    Update README with new version number Aditya Patil 2025-10-28 12:36:07 +0530
  • 6665fa4ea6
    Update README.md Aditya Patil 2025-10-28 12:35:58 +0530
  • b1db341f7e
    core: refine condition for using legacy chain freezer directory (#33032) Delweng 2025-10-28 13:53:42 +0800