Commit graph

  • 829b42dcc2 core/types/bal: change code change type to list Gary Rong 2026-02-06 17:00:24 +0800
  • a46e6a9a25
    feat(p2p): ENR updates for discovery v4 compatibility #16679 (#2010) Daniel Liu 2026-02-06 16:19:44 +0800
  • 70e17f09cd
    fix(p2p): fix websocket log line parsing in exec p2p/simulations adapter #16667 (#2008) Daniel Liu 2026-02-06 15:56:18 +0800
  • 59e9c72d94
    styel(p2p): golint updates for this or self warning #16577 (#2007) Daniel Liu 2026-02-06 15:55:53 +0800
  • 6fc437394c
    style(p2p): changed if-else blocks to conform with golint #16660 (#2006) Daniel Liu 2026-02-06 15:55:37 +0800
  • 5c2ac4d51c
    refactor(p2p): enable goimports and varcheck linters #16446 (#2005) Daniel Liu 2026-02-06 15:53:25 +0800
  • 9d79d44f1b
    fix(p2p): a few minor code inspection fixes #18393 (#2004) Daniel Liu 2026-02-06 15:53:01 +0800
  • 14c2408957
    internal/ethapi: fix error code for revert in eth_simulateV1 (#33007) Sina M 2026-02-06 07:57:41 +0100
  • 1bbda12502 rpc,internal/telemetry: spanEnd needs a pointer so deferred spanEnds can record errors and set status on spans jonny rhea 2026-02-05 12:26:19 -0600
  • 7ddef250f7 core: finally fix miner? MariusVanDerWijden 2026-02-05 16:46:44 +0100
  • 30b8cee67e
    metrics: allow changing influxdb interval Csaba Kiraly 2026-02-05 09:34:37 +0100
  • 8182ab0b06 core: clean up parallal state processor MariusVanDerWijden 2026-02-05 14:59:06 +0100
  • 1d942bddf3 core: clean up parallal state processor MariusVanDerWijden 2026-02-05 14:55:54 +0100
  • 9f9cb0f71e feat: batch get storage jeevan-sid 2026-02-05 19:15:18 +0530
  • aec81c69f5 fix(eip-7778): use separate gas accumulators in parallel processor qu0b 2026-02-05 13:31:10 +0000
  • 97d384f1bb core: fix rebasing errors MariusVanDerWijden 2026-02-05 14:25:43 +0100
  • 1509dd2d8c core: fix rebasing errors MariusVanDerWijden 2026-02-05 14:06:44 +0100
  • b236537fc4 core: implement eip-7778: block gas accounting without refunds MariusVanDerWijden 2026-01-13 09:33:05 +0100
  • ef0a3a2a3b return block access lists in GetPayloadBodies*V2 Jared Wasinger 2026-02-03 19:05:16 -0500
  • d87d3195d9 attempt fix decoding bal Jared Wasinger 2026-02-03 15:27:52 -0500
  • 2266891ece persist access list correctly Jared Wasinger 2026-02-03 14:52:06 -0500
  • 206eb81148 fix bal jsonrpc method naming to comply with the spec Jared Wasinger 2026-02-03 14:16:41 -0500
  • a780983dfa fix build Jared Wasinger 2026-02-03 12:01:19 -0500
  • 5340ce712c
    all: make nodes publish coinbase address to stats server (#1967) Wanwiset Peerapatanapokin 2026-02-05 18:59:00 +0700
  • ce4530a6e1 Merge branch 'master' into simulate/fix-revert-err-code Sina Mahmoodi 2026-02-05 12:57:20 +0100
  • bfc69a09d7
    add private chain test checkbox (#1989) Wanwiset Peerapatanapokin 2026-02-05 18:56:40 +0700
  • 9f89625a0d fix some incorrect shuffling Guillaume Ballet 2026-02-05 10:06:25 +0100
  • f08ea319d0
    refactor(node): remove unused err var #32398 (#2001) Daniel Liu 2026-02-05 18:43:55 +0800
  • acc9371b8b
    fix(node): fix HTTP server always force closing #25755 (#1998) Daniel Liu 2026-02-05 18:43:28 +0800
  • ee5249a532 eth/filters: rangeLogs should error on invalid block range Vicky 2026-02-05 18:01:17 +0800
  • 5199446cb6
    style(node): fix typos (#1997) Daniel Liu 2026-02-05 18:01:14 +0800
  • 46765b8486
    test(node): more linters #24783 (#1996) Daniel Liu 2026-02-05 18:00:40 +0800
  • 67a6e34188
    perf(node, p2p): avoid unnecessary check len of map (#1995) Daniel Liu 2026-02-05 17:17:48 +0800
  • 9dba15a673
    feat(core): implement EIP-7623 increase calldata cost 30946 (#2031) Daniel Liu 2026-02-05 17:15:11 +0800
  • 99749a2381
    feat(crypto): use the ziren keccak precompile and implement ziren keccak state #32816 #32996 (#1991) Daniel Liu 2026-02-05 17:13:53 +0800
  • d74c23cca1
    perf(core): use uint256 in state #28598 (#1977) Daniel Liu 2026-02-05 16:29:23 +0800
  • 1655f801d1
    core/vm: add read only protection for opcodes #33637 (#1984) Daniel Liu 2026-02-05 15:27:40 +0800
  • 798b0cdf2f
    fix(accounts): not use magic numbers for rpc.BlockNumber (#2016) Daniel Liu 2026-02-05 14:23:11 +0800
  • 44b4a51ed4
    feat(ethclient): add support for eth_simulateV1 #32856 (#1992) Daniel Liu 2026-02-05 14:16:44 +0800
  • 934c8d0679
    perf(all): use big.Int.Sign() to compare with 0 (#1969) Daniel Liu 2026-02-05 14:15:44 +0800
  • a51eaa7200
    fix(core, trie): revert error removal in (*state.Trie).Commit #27544 (#1168) Daniel Liu 2026-02-05 14:13:33 +0800
  • d749d54ea5
    feate(core, trie): add UpdateContractCode to the Trie interface #27476 (#1167) Daniel Liu 2026-02-05 14:13:04 +0800
  • bf0f959751 fix eip-7778 in the miner and BAL parallel state processor Jared Wasinger 2026-02-04 14:40:13 -0500
  • ac01565566 all: add ability to set arbitrary tags on resource struct jonny rhea 2026-02-04 15:33:21 -0600
  • d799e07f57
    cmd/ethunit: add Ethereum denomination conversion tool Claude 2026-02-04 20:29:40 +0000
  • 74b59cfa63
    solve potential fork boundary concurrency error Guillaume Ballet 2026-02-04 21:01:22 +0100
  • 7b7be249cb
    rlp: add RawList for working with un-decoded lists (#33755) Felix Lange 2026-02-04 20:16:24 +0100
  • edbce93d07
    solve the issue by adding an atomic value in CachingDB Guillaume Ballet 2026-02-04 18:38:42 +0100
  • c61d2d307d
    move stuff around Guillaume Ballet 2026-02-04 16:54:10 +0100
  • e3ec2fb031
    Update api.go marukai67 2026-02-04 16:11:07 +0100
  • b6c983dbf6 core: fix EIP-7778 block gas accounting to exclude refunds qu0b 2026-02-04 13:03:56 +0000
  • eac70f0b19 core: separate receipt gas (post-refund) from block gas (pre-refund) for EIP-7778 qu0b 2026-02-04 13:01:02 +0000
  • 9ac675d0c7
    update comment Felix Lange 2026-02-04 13:22:05 +0100
  • 6b82cef68f
    metrics: add missing GaugeInfo case in GetAll() (#33748) vickkkkkyy 2026-02-04 20:19:50 +0800
  • 6c33c449e7
    Update history_reader.go alex017 2026-02-04 12:59:30 +0100
  • 596165cdac rlp: add RawList for working with un-decoded lists Felix Lange 2026-02-04 12:56:30 +0100
  • 514bde14da core: fix EIP-7778 block gas accounting to exclude refunds qu0b 2026-02-04 11:22:20 +0000
  • 9c4a1f9008
    core/txpool/blobpool: fix announced state initialization and tests Csaba Kiraly 2026-02-04 10:31:31 +0100
  • b8904599e3 crypto/ecies: fix panic on short ciphertext in symDecrypt BZO95 2026-02-04 17:05:30 +0800
  • 0e980c6ea2
    core/txpool/blobpool: delay announcement of non-includable txs Csaba Kiraly 2026-02-02 21:22:07 +0100
  • c376651c42
    core/txpool/blobpool: update blobpool eviction policy Csaba Kiraly 2026-02-04 09:04:09 +0100
  • ba9d3548d4
    core/txpool/blobpool: simplify evictionPriority code Csaba Kiraly 2026-02-04 08:21:06 +0100
  • 03fd9e070a crypto/keccak: asm version of keccakF1600 on arm64 Weixie Cui 2026-02-04 12:02:19 +0800
  • bba41f8072
    core/txpool/legacypool: reduce unnecessary allocations during add (#33701) Marius van der Wijden 2026-02-04 04:50:19 +0100
  • 022e460d1e return block access lists in GetPayloadBodies*V2 Jared Wasinger 2026-02-03 19:05:16 -0500
  • 65b6b7850f address review feedback jonny rhea 2026-02-03 15:08:32 -0600
  • 8e1de223ad
    crypto/keccak: vendor in golang.org/x/crypto/sha3 (#33323) Felix Lange 2026-02-03 22:55:27 +0100
  • 2af3f3f173 attempt fix decoding bal Jared Wasinger 2026-02-03 15:27:52 -0500
  • 997716688a persist access list correctly Jared Wasinger 2026-02-03 14:52:06 -0500
  • dfe9f22958 fix bal jsonrpc method naming to comply with the spec Jared Wasinger 2026-02-03 14:16:41 -0500
  • f5646f967e
    crypto/keccak: copy license from golang.org/x/crypto/sha3 lightclient 2026-02-03 11:33:00 -0700
  • 86a2e64c0b
    crypto/keccak: add note that asm impl was removed upstream lightclient 2026-02-03 11:32:32 -0700
  • 938e6296a4 fix build Jared Wasinger 2026-02-03 12:01:19 -0500
  • b28755e5ae revert change I made that broke 7778 fix. fix build and tests Jared Wasinger 2026-02-03 11:55:42 -0500
  • bac1bda101
    all: use vendored keccak package Felix Lange 2025-11-28 15:30:42 +0100
  • 7e89310d9c
    crypto/keccak: fix lint Felix Lange 2025-11-28 15:25:30 +0100
  • 052eb75c06
    crypto/keccak: vendor in golang.org/x/crypto/sha3 Felix Lange 2025-11-28 14:58:10 +0100
  • ee134109c3 metrics: add missing ResettingTimer case in GetAll() Vicky 2026-02-04 00:20:07 +0800
  • 4a19266d7a Merge remote-tracking branch 'marius/eip-7778' into HEAD Jared Wasinger 2026-02-03 11:08:58 -0500
  • 669b26b280 simplify blockchain logic Jared Wasinger 2026-02-02 17:44:41 -0500
  • 8906d9eba0 fix build Jared Wasinger 2026-02-02 17:39:32 -0500
  • e68fb247b0 add new test network 'BPO2ToAmsterdamAtTime15k'. correct invocation of selfdestruct hook for tracers Jared Wasinger 2026-02-02 17:24:29 -0500
  • 3e07bb4598 remove static guard from callcode Jared Wasinger 2026-02-02 16:43:29 -0500
  • 012efa11ab eip-7708 fix: don't emit log when calling to self Jared Wasinger 2026-02-02 16:43:08 -0500
  • 097fe511dc update bal test fixtures. fix block test runner. fix issue where amsterdam fork was configuring bpo Jared Wasinger 2026-01-30 12:59:00 -0500
  • bca5642f56 core: fix initialization of parallelProcessor (#33723) felix 2026-01-30 12:59:33 +0000
  • 80af906c67 activate 8024 instructions in amsterdam. fix block tests Jared Wasinger 2026-01-29 15:26:02 -0500
  • 33c864e227 fixes Jared Wasinger 2026-01-29 13:44:55 -0500
  • 5a88101fa8 followup to last commit Jared Wasinger 2026-01-29 08:53:22 -0500
  • 3435849244 a bunch of changes. mostly bal persistence and removing bal from block body object. wip... Jared Wasinger 2026-01-28 17:57:07 -0500
  • 7036b1cb39 core, params: add comments, move consts to params Zsolt Felfoldi 2026-01-22 12:02:51 +0100
  • 593a6a77da core: emit logs for balance after selfdestruct Zsolt Felfoldi 2026-01-22 03:29:03 +0100
  • 6e3c6162b4 core: update according to latest specs zsfelfoldi 2026-01-21 03:52:58 +0100
  • 5ebefb21bf core: add test for ETH transfer logs Zsolt Felfoldi 2026-01-20 04:08:48 +0100
  • 50b7009201 core, core/vm: implement EIP-7708 Zsolt Felfoldi 2026-01-19 18:51:09 +0100
  • d2dbbe48c4 core/vm: add amsterdam instruction set etc. (#33643) felix 2026-01-20 11:38:36 +0100
  • 9f758e8251 fix typo jwasinger 2026-01-19 15:06:33 +0900
  • d322e378be harmonize spelling MariusVanDerWijden 2026-01-13 12:13:42 +0100
  • cb8dd58448 Apply suggestions from code review Marius van der Wijden 2026-01-13 09:19:13 +0100
  • fd1f9cf0dd core/vm: implement eip-7843 MariusVanDerWijden 2026-01-12 22:52:17 +0100