1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 2246d66135
    cmd/evm: fixup issues with requests in t8n (#30584) lightclient 2024-10-13 10:47:51 -0600
  • fad7e74a1b
    build: add support for ubuntu 24.10 (#30580) Hteev Oli 2024-10-12 17:25:58 +0800
  • 3a5313f3f3
    all: implement EIP-7002 & EIP-7251 (#30571) Felix Lange 2024-10-11 21:36:13 +0200
  • 16bf471151
    core/tracing: add GetTransientState method to StateDB interface (#30531) Karol Chojnowski 2024-10-10 13:03:03 +0200
  • 5b393ac85a
    eth/protocols/eth: remove Requests in block body (#30562) Shude Li 2024-10-10 16:47:40 +0800
  • 58cf152e98
    eth/catalyst, core/txpool/blobpool: make tests output less logs (#30563) Martin HS 2024-10-10 07:54:07 +0200
  • 7942a6b5ad
    eth/tracers: do system contract processing prior to parallel-tracing (#30520) easyfold 2024-10-09 20:45:14 +0800
  • 2936b41514
    all: implement flat deposit requests encoding (#30425) Felix Lange 2024-10-09 12:24:58 +0200
  • f8ac95e56f
    log: remove unused parameter (#30432) asamuj 2024-10-08 19:30:07 +0800
  • 65e5ca7d81
    build: upgrade -dlgo version to Go 1.23.2 (#30544) Marius Kjærstad 2024-10-04 12:53:06 +0200
  • 84a80216c6
    beacon/light: optimize lock usage in HeadTracker (#30485) zhiqiangxu 2024-10-02 22:00:36 +0800
  • 56c4f2bfd4
    core/vm, cmd/evm: implement eof validation (#30418) Martin HS 2024-10-02 15:05:50 +0200
  • 6416813cbe
    internal/web3ext: rm unused modules (#30532) Sina M 2024-10-01 18:27:25 +0200
  • eff0bed91b
    core/rawdb: freezer index repair (#29792) rjl493456442 2024-10-02 00:16:16 +0800
  • 90970ed3cd
    params: begin v1.14.12 release cycle (#30536) Martin HS 2024-10-01 15:23:35 +0200
  • 096c4d266e
    params: begin v1.14.12 release cycle Martin Holst Swende 2024-10-01 15:19:15 +0200
  • f3c696fa1d
    all: release go-ethereum v1.13.8 v1.14.11 Martin HS 2024-10-01 15:17:59 +0200
  • f14f13bac7
    params: go-ethereum v1.14.11 stable Martin Holst Swende 2024-10-01 15:14:30 +0200
  • 40fd887df6
    internal/ethapi: remove td field from block (#30386) Sina M 2024-10-01 11:36:56 +0200
  • db6ae7fa12
    cmd/geth: remove deprecated lightchaindata db (#30527) Ng Wei Han 2024-10-01 00:32:39 +0800
  • e67d5f8c44
    eth/catalyst: use setcanonical instead of sethead in simulated fork (#30465) Martin HS 2024-09-30 14:46:39 +0200
  • cfe25c7a3b
    build: use buildx to build multi-platform docker images (#30530) Martin HS 2024-09-30 14:39:53 +0200
  • 0a21cb4d21
    core/txpool/blobpool: use types.Sender instead of signer.Sender (#30473) minh-bq 2024-09-30 16:06:10 +0700
  • 6b61b54dc7
    p2p/discover: add config option for disabling FINDNODE liveness check (#30512) Felix Lange 2024-09-30 10:56:14 +0200
  • 283be23817 params: begin v1.14.11 release cycle Péter Szilágyi 2024-09-27 14:13:45 +0300
  • 1015a42d90
    Merge pull request #30522 from ethereum/master v1.14.10 Péter Szilágyi 2024-09-27 14:12:54 +0300
  • 269551876e params: release Geth v1.14.10 Péter Szilágyi 2024-09-27 14:09:42 +0300
  • 1df75dbe36
    Revert "core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback" (#30521) Péter Szilágyi 2024-09-27 13:56:25 +0300
  • 52a9d89655
    Merge pull request #30518 from holiman/blobpool_fix Péter Szilágyi 2024-09-27 13:05:35 +0300
  • abbd3d9d21 core/txpool/blobpool: add test to check internal shuffling Péter Szilágyi 2024-09-27 11:55:42 +0300
  • 9274f28210
    core/txpool/blobpool: revert part of #30437, return all reinject-addresses Martin Holst Swende 2024-09-27 08:24:23 +0200
  • bb9897f11b
    core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495) jwasinger 2024-09-26 16:08:36 +0700
  • 93675d1da7
    deps: update supranational/blst (#30504) Martin HS 2024-09-26 09:28:40 +0200
  • b5a88dafae
    p2p/discover: fix flaky tests writing to test.log after completion (#30506) Martin HS 2024-09-26 08:12:12 +0200
  • 80b529ea71
    core/vm: more benchmarks for bls g1/g2-multiexp precompiles (#30459) jwasinger 2024-09-24 18:53:46 +0700
  • 55ed8fef0b
    core/tracing, core/vm: add ContractCode to the OpContext (#30466) Karol Chojnowski 2024-09-24 13:18:36 +0200
  • f2e13c7e33
    internal/ethapi: fix gascap 0 for eth_simulateV1 (#30496) Sina M 2024-09-24 13:14:38 +0200
  • 2278647ef2
    core/rawdb: make sure specified state scheme is valid (#30499) maskpp 2024-09-24 15:26:29 +0800
  • 564b616163
    internal/ethapi/api: for simulated calls, set gaspool to max value if global gascap is 0 (#30474) jwasinger 2024-09-23 18:31:56 +0700
  • b805772cb4
    core/state: commit snapshot only if the base layer exists (#30493) rjl493456442 2024-09-23 19:27:29 +0800
  • 956d32d3e4
    core/state: fix comment of mode (#30490) zhiqiangxu 2024-09-23 15:29:07 +0800
  • 118c84af57
    cmd/utils: fix setEtherbase (#30488) zhiqiangxu 2024-09-23 15:17:18 +0800
  • f4c6c033c8
    travis: work around travis/osx/go1.23 setup bug (#30491) Martin HS 2024-09-22 10:12:47 +0200
  • 9326a118c7
    beacon, core, eth, miner: integrate witnesses into production Geth (#30069) Péter Szilágyi 2024-09-20 16:43:42 +0300
  • b018da9d02
    build: fix macos builds by working around travis osx flaw (#30479) Martin HS 2024-09-20 14:06:12 +0200
  • deb5c087c4
    .github: add release maintainers to params/ CODEOWNERS (#30458) Guillaume Ballet 2024-09-19 10:23:13 +0200
  • 7513966d6e
    ethdb/pebble: handle errors (#30367) maskpp 2024-09-19 15:41:10 +0800
  • c4c2c4fb14
    core: minor fix for the log wrapper with debug purpose (#30454) Szupingwang 2024-09-19 14:38:06 +0800
  • 868d53c2f2
    genesis: fix dev mode alloc (#30460) Sina M 2024-09-19 08:35:14 +0200
  • af794ef682
    params: begin v1.14.10 release cycle (#30457) Guillaume Ballet 2024-09-18 14:48:47 +0200
  • c350d3acd5
    Merge pull request #30456 from ethereum/master v1.14.9 Péter Szilágyi 2024-09-18 15:32:56 +0300
  • f321dfa827
    params: release go-ethereum v1.14.9 stable (#30455) Guillaume Ballet 2024-09-18 14:27:03 +0200
  • d09600fdf9
    Revert "core/rawdb: remove unused transition status state accessors" (#30449) Guillaume Ballet 2024-09-18 10:53:50 +0200
  • 8032b63f16
    core/tracing: add verkle gas change reasons to changelog (#30444) Sina M 2024-09-17 16:10:59 +0200
  • 8dd296201d
    core/tracing: fix typo in comment (#30443) Ikko Eltociear Ashimine 2024-09-17 02:57:31 +0900
  • ec596e06a5
    core, trie: prealloc capacity for maps (#30437) maskpp 2024-09-16 16:56:02 +0800
  • 03424962f1
    core/types: more easily extensible tx signing (#30372) piersy 2024-09-16 07:51:03 +0100
  • 4c4f21293e
    internal: run tests in parallel (#30381) Håvard Anda Estensen 2024-09-16 08:44:47 +0200
  • ae707445f5
    core/rawdb: remove unused transition status state accessors (#30433) steven 2024-09-15 08:55:53 +0800
  • 0dd7e82c0a
    core/txpool/blobpool: avoid possible zero index panic (#30430) maskpp 2024-09-14 21:45:52 +0800
  • 07b5a04bd6
    core/tracing: fix copy/paste error+comments in reason listing (#30431) Guillaume Ballet 2024-09-14 15:44:42 +0200
  • f544fc3b46
    p2p/enode: add quic ENR entry (#30283) Guillaume Michel 2024-09-13 23:47:18 +0200
  • 9be2e010c1
    core/state, core/vm: Nyota contract create init simplification (#30409) Guillaume Ballet 2024-09-13 15:37:30 +0200
  • c0b5d428a9
    core/rawdb: more accurate description of freezer in docs (#30393) rjl493456442 2024-09-13 17:17:40 +0800
  • 7c6b3f9f14
    eth/filters: prevent concurrent access in test (#30401) Darioush Jalali 2024-09-13 02:16:47 -0700
  • a01e9742d9
    beacon/light/api: fixed blsync update query (#30421) Felföldi Zsolt 2024-09-12 16:08:29 +0200
  • ec69830b6f
    core/vm: remove panic when address is not present (#30414) Dylan Vassallo 2024-09-11 15:11:08 +0200
  • c70b0a9138
    beacon/engine/types: remove PayloadV4 (#30415) lightclient 2024-09-10 12:52:20 -0600
  • d71831255d
    core/state/snapshot: port changes from 29995 (#30040) rjl493456442 2024-09-06 23:02:34 +0800
  • 88c8459005
    eth/fetcher: fix blob transaction propagation (#30125) Roberto Bayardo 2024-09-06 03:32:01 -0700
  • 8f4fac7b86
    internal/ethapi: eth_multicall (#27720) Sina M 2024-09-06 11:31:00 +0200
  • 83775b1dc7
    build: upgrade -dlgo version to Go 1.23.1 (#30404) Marius Kjærstad 2024-09-06 10:11:14 +0200
  • 5035f99bce
    core/state: get rid of field pointer in journal (#30361) rjl493456442 2024-09-06 15:42:59 +0800
  • 623b17ba20
    core/state: state reader abstraction (#29761) rjl493456442 2024-09-05 18:10:47 +0800
  • 23973bd3a0
    build: increase go test timeout (#30398) Marius van der Wijden 2024-09-05 10:50:34 +0200
  • c3f13b2a1c
    node: fix flaky jwt-test (#30388) Martin HS 2024-09-04 16:15:41 +0200
  • 7ef49e350b
    all: remove funding verifier (#30391) lightclient 2024-09-04 15:19:18 +0200
  • fdb84993d8
    core: fix compilation error (#30394) Martin HS 2024-09-04 15:13:20 +0200
  • b0b67be0a2
    all: remove forkchoicer and reorgNeeded (#29179) Marius van der Wijden 2024-09-04 15:03:06 +0200
  • dfd33c7792
    all: implement EIP-6110, execution layer triggered deposits (#29431) lightclient 2024-09-04 14:33:51 +0200
  • de597af9c5
    funding.json: add funding information file (#30385) lightclient 2024-09-03 16:22:32 +0200
  • 922eb033d3
    core/state: pull the verkle trie from prefetcher for empty storage root (#30369) rjl493456442 2024-09-02 16:41:44 +0800
  • 36a7134367
    Include tracerConfig in created tracing test (#30364) Karl Bartel 2024-09-02 10:30:33 +0200
  • ab3ee99ca9
    trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates (#30357) Ignacio Hagopian 2024-08-30 09:13:02 -0300
  • e9467eec1c
    consensus/beacon, core/types: add verkle witness builder (#30129) Guillaume Ballet 2024-08-29 14:50:27 +0200
  • ea3b5095f4
    signer/core/apitypes: support fixed size arrays for EIP-712 typed data (#30175) markus 2024-08-28 22:12:09 +1000
  • 0e5546f032
    core/state: semantic journalling (part 1) (#28880) Martin HS 2024-08-28 08:18:23 +0200
  • 9eb91542de
    accounts/abi/bind, ethclient/simulated: check SendTransaction error in tests (#30349) Ceyhun Onur 2024-08-27 18:11:50 +0300
  • 87377c58bc
    p2p/discover: fix Write method in metered connection (#30355) Nicolas Gotchac 2024-08-27 14:10:32 +0200
  • 9b5d1412cc
    core/state: fix trie prefetcher for verkle (#30354) rjl493456442 2024-08-26 22:18:47 +0800
  • bfda8ae0c6
    core: add metrics for state access (#30353) rjl493456442 2024-08-26 20:02:10 +0800
  • a223efcf39
    core: implement EIP-2935 (#29465) Sina M 2024-08-26 10:39:35 +0200
  • 4e17f28740
    doc: update 2021-08-22-split-postmortem (#30351) Oksana 2024-08-26 04:29:24 +0300
  • 1d006bd5bf
    gitignore: ignore build signatures (#30346) Martin HS 2024-08-23 16:48:20 +0200
  • 0378dc8367
    build: debug travis build (#30344) Martin HS 2024-08-23 16:30:30 +0200
  • eaf4285f0a
    beacon/light/sync: basic tests for rangeLock (#30269) Gealber Morales 2024-08-23 12:31:24 +0200
  • c12a1c9bcf
    beacon/blsync: better error information in test (#30336) Karl Bartel 2024-08-23 12:29:02 +0200
  • 020f026616
    trie: avoid un-needed map copy (#30343) rjl493456442 2024-08-23 18:27:06 +0800
  • ada20c09dc
    build: make go buildid static (#30342) Martin HS 2024-08-23 09:48:24 +0200
  • 941ae33d7e
    build: fix hash for go1.23.0.linux-riscv64.tar.gz (#30335) Marius Kjærstad 2024-08-22 13:29:40 +0200