Commit graph

  • 169c545693
    trie/bintrie: fix GetAccount/GetStorage non-membership — verify stem before returning values CPerezz 2026-04-09 14:40:32 +0200
  • f25fbe6922
    reduce test retry budget Csaba Kiraly 2026-04-09 12:41:30 +0200
  • 58557cb463
    cmd/geth: add subcommand for offline binary tree conversion (#33740) Guillaume Ballet 2026-04-09 10:27:19 +0200
  • aa0489ae87 core: turn gas into a vector <regularGas, stateGas> Marius van der Wijden 2026-04-09 09:48:52 +0200
  • eb124a4fec core: turn gas into a vector <regularGas, stateGas> Marius van der Wijden 2026-04-09 09:48:15 +0200
  • 01d13de9d0 trie/bintrie: use left/right in comments instead of children[i] weiihann 2026-04-09 15:06:49 +0800
  • 3772bb536a
    triedb/pathdb: fix lookup sentinel collision with zero disk layer root (#34680) CPerezz 2026-04-09 07:39:38 +0200
  • 92e9074c5b trie/bintrie: replace left/right fields with children array weiihann 2026-04-09 13:25:11 +0800
  • 68c7058a80
    core/stateless: fix parsing an empty witness (#34683) Sina M 2026-04-09 03:19:54 +0200
  • 21b19362c2
    core/state: fix tracer hook for EIP-7708 burn logs (#34688) Felföldi Zsolt 2026-04-09 03:12:35 +0200
  • 0df132d5a2 core/state: fix tracer hook for burn logs zsfelfoldi 2026-04-09 01:51:42 +0200
  • b195db129f
    build(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 dependabot[bot] 2026-04-08 20:07:10 +0000
  • f4b3b33cfb
    build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp dependabot[bot] 2026-04-08 19:58:36 +0000
  • 42f0bc185d
    fix test Guillaume Ballet 2026-04-08 21:40:20 +0200
  • 6f23314add
    Merge b066812373 into a8ea6319f1 rjl493456442 2026-04-08 19:24:42 +0000
  • 407cf11930
    core/state: touch BAL on statedb cache (#34684) Sina M 2026-04-08 19:20:58 +0200
  • 8bd88ce692 core/state: touch account BAL on statedb cache Sina Mahmoodi 2026-04-08 17:27:34 +0200
  • fe1b1180f4 lint Sina Mahmoodi 2026-04-08 14:35:03 +0000
  • c018a05549 core/vm: fix gas usage Marius van der Wijden 2026-04-08 16:18:54 +0200
  • fa79954576 core: fix rebasing issue Marius van der Wijden 2026-04-08 16:19:24 +0200
  • ce91d227c2 core/vm: fix gas usage Marius van der Wijden 2026-04-08 16:18:54 +0200
  • 44bfc0d4d3 core/stateless: fix parsing an empty witness Sina Mahmoodi 2026-04-08 14:13:23 +0000
  • 06a96190b4 add comment Sina Mahmoodi 2026-04-08 14:07:23 +0000
  • fe799fa653 simplify Sina Mahmoodi 2026-04-08 13:56:36 +0000
  • 778326725b core: introduce vm.GasBudget Marius van der Wijden 2026-04-08 15:26:28 +0200
  • 0578ebbe1a core/vm: easier logic Marius van der Wijden 2026-04-08 15:13:05 +0200
  • 34042f2e64 Return empty code as 0x after deauth Sina Mahmoodi 2026-04-08 13:31:08 +0000
  • 3b989f1e25 core: undo unnecessary change Marius van der Wijden 2026-04-08 15:27:59 +0200
  • 96f0b19c51 core: introduce vm.GasBudget Marius van der Wijden 2026-04-08 15:26:28 +0200
  • 409403e4be core/vm: easier logic Marius van der Wijden 2026-04-08 15:13:05 +0200
  • 223f1c50ce core: apply changes from bal-devnet-3 branch Marius van der Wijden 2026-04-08 13:05:25 +0200
  • a8ea6319f1
    eth/filters: return -32602 when exceeding the block range limit (#34647) Mael Regnery 2026-04-08 12:57:29 +0200
  • 0835ce4bb5
    trie/bintrie: tighten DeleteAccount docs and helpers CPerezz 2026-04-08 12:50:00 +0200
  • 3e37ed1b82 core: fix tx-inclusion tests Marius van der Wijden 2026-04-08 12:44:39 +0200
  • 85363fb6b8 eth/tracers/logger: enforce pre-append size limit Daniel Liu 2026-04-08 18:28:39 +0800
  • 7cf8c891ca
    trie/bintrie: drop redundant zeroBlob local in DeleteAccount CPerezz 2026-04-08 12:12:53 +0200
  • 090b757dc1
    trie/bintrie: assign t.root only on successful DeleteAccount CPerezz 2026-04-08 12:09:23 +0200
  • e1673c1622
    trie/bintrie: wrap DeleteAccount error with address context CPerezz 2026-04-08 12:04:28 +0200
  • 5befdfa928
    trie/bintrie: stop swallowing GetAccount error in delete test CPerezz 2026-04-08 11:59:22 +0200
  • d38689e4ed
    trie/bintrie: test DeleteAccount produces a deterministic root CPerezz 2026-04-08 11:52:30 +0200
  • 2a7effb6ca
    trie/bintrie: test DeleteAccount preserves header storage CPerezz 2026-04-08 11:42:58 +0200
  • 4e46fb1b8d core: readability Marius van der Wijden 2026-04-08 11:18:31 +0200
  • ee36b77785 crypto/keccak: fuse xor into asm keccak permutations Sahil Sojitra 2026-04-08 09:19:25 +0530
  • a8c906d6bd crypto/keccak: gate amd64 keccak asm on both BMI1 and BMI2 Sahil Sojitra 2026-04-07 14:45:39 +0530
  • ce8fea8f93 build: restrict BMI2 keccak assembly to amd64 and !purego Sahil-4555 2026-03-14 15:01:18 +0530
  • 3ce65a9593 build: restrict BMI2 keccak assembly to amd64 and !purego Sahil-4555 2026-03-14 11:24:45 +0530
  • 1d4831d619 fix lint Sahil-4555 2026-03-14 10:21:39 +0530
  • 73cedabb8d crypto/keccak: add BMI2 keccak-f[1600] implementation for amd64 Sahil-4555 2026-03-14 10:17:05 +0530
  • dbb657241f crypto: fix KeccakState undefined reference in ziren build tag Sahil-4555 2026-02-26 08:50:56 +0530
  • 92c302f22c @lightclient feedbacks Sahil-4555 2026-02-24 20:42:59 +0530
  • 9c498ede09 fix lint Sahil-4555 2026-02-23 16:02:40 +0530
  • ad564ccff9 fix lint Sahil-4555 2026-02-23 15:36:07 +0530
  • 6a9c532139 common/crypto/keccak: optimize sha3 Sahil-4555 2026-02-23 15:19:48 +0530
  • f453014725 Revert "fix lint" Sahil-4555 2026-01-13 10:43:25 +0530
  • b13e10ff85 Revert "add" Sahil-4555 2026-01-13 10:43:24 +0530
  • b7994a0f32 Revert "revert add" Sahil-4555 2026-01-13 10:43:18 +0530
  • f4e0d832b1 revert add Sahil-4555 2025-12-30 17:23:12 +0530
  • b169019bf2 add Sahil-4555 2025-12-30 16:25:15 +0530
  • 14d4b2acbb fix lint Sahil-4555 2025-12-23 10:38:53 +0530
  • 1aedcaf2bf rm bitutil xorbytes helper func Sahil-4555 2025-12-23 10:38:26 +0530
  • 135a5e1e3b
    triedb/pathdb: add regression test for zero-base-root lookup fallback CPerezz 2026-04-08 00:42:37 +0200
  • 0d16a41887
    triedb/pathdb: fix lookup sentinel collision with zero disk layer root CPerezz 2026-04-08 00:17:55 +0200
  • b5b71dcf14 core/filtermaps, eth: add debug_getFilterMapsProgress locoholy 2026-04-08 02:25:52 +0500
  • 04e40995d9
    core: merge access events for all system calls (#34637) DELENE-TCHIO 2026-04-07 20:55:09 +0100
  • 2dc8f67f96
    Update filter_test.go Felix Lange 2026-04-07 18:54:17 +0200
  • 18ba260500
    Update filter_test.go Felix Lange 2026-04-07 18:42:22 +0200
  • 9878ef926d
    ethclient: omit empty address/topics fields in RPC filter requests (#33884) locoholy 2026-04-07 21:01:26 +0500
  • 7b0b43d930 core/state: fix codeLen=0 corruption of bintrie BasicData CPerezz 2026-04-07 17:53:54 +0200
  • c1c65b9a56 trie/bintrie: fix DeleteAccount no-op CPerezz 2026-04-07 16:57:30 +0200
  • 0bafb29490
    core/types: add accessList to WithSeal and WithBody (#34651) cui 2026-04-07 22:04:07 +0800
  • 52b8c09fdf
    triedb/pathdb: skip duplicate-root layer insertion (#34642) Diego López León 2026-04-07 10:31:41 -0300
  • 60096253be
    core/types: fix merging state mutations (EIP-7928) (#34640) Sina M 2026-04-07 14:57:43 +0200
  • c0060ba791
    Update block.go Felix Lange 2026-04-07 14:48:39 +0200
  • b5d322000c
    eth/protocols/snap: fix block accessList encoding rule (#34644) rjl493456442 2026-04-07 20:13:19 +0800
  • 50aceba6c4 eth/tracers: fix codehash in prestate diffmode Sina Mahmoodi 2026-04-07 11:05:58 +0000
  • 323ea06396 eth/filters: use typed error for range limit exceeded Kubudak90 2026-04-07 13:31:25 +0300
  • bd6530a1d4
    triedb, triedb/internal, triedb/pathdb: add GenerateTrie + extract shared pipeline into triedb/internal (#34654) Jonny Rhea 2026-04-07 01:36:53 -0500
  • 44257950f1
    tests: enable execution of amsterdam statetests (#34671) Martin HS 2026-04-07 08:13:25 +0200
  • 0e31ec4897 eth/protocols/snap: fix block accessList encoding rule Gary Rong 2026-04-03 14:46:41 +0800
  • 4f46c90fe3
    docs: update bug bounty URL to canonical link CoinMaster-007 2026-04-06 23:39:06 +0300
  • c1b800ca29 eth/tracers: fix prestate diff mode bugs for EIP-7702 deauthorization allen 2026-04-06 13:19:26 -0400
  • ad758e1f8f trie/bintrie: spec change, big endian hashing of slot key Guillaume Ballet 2026-04-06 17:16:58 +0200
  • f98b44607b
    tests: enable execution of amsterdam statetests Martin Holst Swende 2026-04-06 17:31:47 +0200
  • 1c6721da97 eth/tracers: fix prestate diff mode bugs for EIP-7702 deauthorization allen 2026-04-05 23:10:48 -0400
  • 0f40778274 core: post-Amsterdam, don't subtract tx gas limit from GasPool before starting execution Jared Wasinger 2026-04-05 21:22:48 -0400
  • 1b1c90a400 cmd/evm: per-type result schema and error reporting for consume direct spencer-tb 2026-04-06 00:04:47 +0100
  • 6a79e3693b core: preface invalid bal errors so they are caught by the exception mapper Jared Wasinger 2026-04-05 17:35:49 -0400
  • 985cdac8a7
    core: fix 8037 gas accounting (#34631) jwasinger 2026-04-05 18:12:48 -0400
  • c8fdb1d04b cmd/evm: remove --ndjson flag (not needed for consume direct) spencer-tb 2026-04-05 21:10:22 +0100
  • 2ca9720702 tests: move block insertion debug output from stdout to stderr spencer-tb 2026-04-05 20:57:46 +0100
  • f66b7eac54 fix parallel state processor to perform 2D gas accounting Jared Wasinger 2026-04-01 13:23:38 -0400
  • 7098564c83 core: fix 2D gas pool accounting for EIP-8037 qu0b 2026-03-27 19:10:36 +0000
  • 710ffb03ad core: perform BAL validation against gas limit for blocks which come with access lists Jared Wasinger 2026-04-05 15:25:34 -0400
  • 6f0ae114ab cmd/evm: add --ndjson flag for streaming JSON output spencer-tb 2026-04-05 20:15:33 +0100
  • ffc5899bad cmd/evm: always include error field in JSON output spencer-tb 2026-04-05 19:45:53 +0100
  • 94d9d0774e
    docs: update community chat link to Discord CoinMaster-007 2026-04-05 15:38:19 +0300
  • 94ba237031
    eth/catalyst: fix getBlobsV3 partial/complete metrics Lessa 2026-04-05 08:34:22 -0400
  • 1cc4905efc fix: remove unused fmt import Kubudak90 2026-04-05 11:12:04 +0300
  • 5596261772 eth/filters: return -32602 for block range limit exceeded error Kubudak90 2026-04-05 02:52:06 +0300
  • 44dfc9b4af eth/filters: return correct JSON-RPC error code for block range limit Kubudak90 2026-04-05 02:15:45 +0300