1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 7d0e197def
    build: retry PPA upload up to three times (#31099) Felix Lange 2025-01-30 14:06:50 +0100
  • d80da7c3b4 Revert ".travis.yml: change arch for Docker build to arm64 (#31096)" Felix Lange 2025-01-30 11:21:23 +0100
  • 7b96ec4dae
    .travis.yml: change arch for Docker build to arm64 (#31096) Felix Lange 2025-01-30 11:10:45 +0100
  • 11e841e599
    build: bump test timeout (#31095) Sina M 2025-01-30 10:58:44 +0100
  • 52766bedb9
    core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag (#31036) Guillaume Ballet 2025-01-29 14:31:25 +0100
  • 3fcbb6735e
    .github: add lint step (#31068) Sina M 2025-01-28 18:56:20 +0100
  • 39638c81c5
    all: nuke total difficulty (#30744) Péter Szilágyi 2025-01-28 19:55:41 +0200
  • 9516e0f6b6
    chore: fix various comments (#31082) Christina 2025-01-28 17:56:23 +0200
  • f0e8a3e9c8
    fix README.md (#31076) Christina 2025-01-26 01:53:14 +0200
  • 75526bb8e0
    p2p/nat: add stun protocol (#31064) zhen peng 2025-01-24 23:16:02 +0800
  • 3003a13440
    core/vm: implement EIP-2537 spec updates (#30978) Sina M 2025-01-24 15:38:17 +0100
  • f700ed9eb6
    accounts/usbwallet: fix ledger access for latest firmware and add Ledger Flex (#31004) Michael de Hoog 2025-01-23 23:59:33 -1000
  • 33756802f6
    eth/catalyst: fail on duplicate request types (#31071) Sina M 2025-01-23 20:38:09 +0100
  • d3cc618951
    trie: reduce allocations in stacktrie (#30743) Martin HS 2025-01-23 10:17:12 +0100
  • a840e9b59f
    triedb/pathdb: fix state revert on v2 history (#31060) rjl493456442 2025-01-22 21:06:36 +0800
  • d10c61ca44
    go.mod: gencodec stable v0.1.0 (#31062) ucwong 2025-01-22 12:53:01 +0000
  • 218b697f05
    p2p: support configuring NAT in TOML file (#31041) Felix Lange 2025-01-22 09:29:34 +0100
  • c43faa3d9d
    cmd/evm: restore --bench flag to evm statetest (#31055) Danno Ferrin 2025-01-21 15:02:17 -0700
  • 4af9af419d
    go.mod: remove toolchain line (#31057) Felix Lange 2025-01-21 22:23:46 +0100
  • 6c10996bf5
    eth/filters: ensure API timeoutLoop terminates with event system (#31056) jwasinger 2025-01-21 20:11:05 +0800
  • 2bf4a8ff73
    cmd/evm: refactor handling output-files for t8n (#30854) Martin HS 2025-01-21 08:35:03 +0100
  • e25cedf16d
    core/txpool: terminate subpool reset goroutine if pool was closed (#31030) jwasinger 2025-01-21 11:42:05 +0800
  • 530adfc8e3
    core/types: initialize ChainID in SetCodeTx copy method (#31054) Shude Li 2025-01-21 00:06:39 +0800
  • 448e16ad54
    build: upgrade -dlgo version to Go 1.23.5 (#31037) levisyin 2025-01-21 00:04:29 +0800
  • 17199daa76
    core/types: correct chainId check for pragueSigner (#31032) Shude Li 2025-01-20 17:12:36 +0800
  • cc814d6b7b
    cmd/abigen: require either --abi or --combined-json (#31045) Cedrick 2025-01-20 08:39:55 +0100
  • ea31bd9faf
    ethdb/memorydb: faster DeleteRange (#31038) Felföldi Zsolt 2025-01-17 16:54:19 +0100
  • a7f9523ae1
    all: implement state history v2 (#30107) rjl493456442 2025-01-17 09:59:02 +0800
  • 4d94bd83b2
    core/tracing: document OnCodeChange now being called from SelfDestruct (#31007) Matthieu Vachon 2025-01-16 09:58:16 -0500
  • 47d17acdc9
    core/txpool/legacypool: ensure pending nonces are reset by SubPool.Clear (#31020) jwasinger 2025-01-16 21:40:15 +0800
  • 9e4f08c25d
    core: use sync.Once for SenderCacher initialization (#31029) georgehao 2025-01-16 21:36:45 +0800
  • 9b68875d68
    beacon/engine: check for empty requests (#31010) Sina M 2025-01-15 19:45:20 +0100
  • 8dfad579e9
    eth/gasprice: ensure cache purging goroutine terminates with subscription (#31025) jwasinger 2025-01-14 23:26:24 +0800
  • 04a336aee8
    core/types: change SetCodeTx.ChainID to uint256 (#30982) Felix Lange 2025-01-14 14:42:18 +0100
  • 1843f27766
    all: fix some typos in comments and names (#31023) georgehao 2025-01-14 21:16:15 +0800
  • 37c0e6992e
    cmd, core, miner: rework genesis setup (#30907) rjl493456442 2025-01-14 18:49:30 +0800
  • 864e717b56
    core: remove unused function parameters (#31001) Paul Lange 2025-01-13 19:35:49 +0100
  • fcf5204a02
    core/txpool/legacypool: fix flaky test TestAllowedTxSize (#30975) Quentin McGaw 2025-01-13 19:33:49 +0100
  • 8752785a98
    cmd/devp2p/internal/ethtest: using slices.SortFunc to simplify the code (#31012) dashangcun 2025-01-13 18:00:25 +0100
  • f460f019e9
    eth/tracers/logger: return revert reason (#31013) Martin Redmond 2025-01-13 10:12:15 -0500
  • c0882429f0
    build: upgrade golangci-lint to v1.63.4 (#31019) Daniel Liu 2025-01-13 15:26:10 +0800
  • 82e963e5c9
    triedb/pathdb: configure different node hasher in pathdb (#31008) rjl493456442 2025-01-10 20:51:19 +0800
  • 033de2a05b
    README: remove private network section from readme (#31005) Marius van der Wijden 2025-01-08 14:22:37 +0100
  • 5065e6c935
    triedb/pathdb: fix tester generator (#30972) Ceyhun Onur 2025-01-07 13:49:13 +0300
  • e75f354ae7
    cmd/clef: fix JS issues in documentation (#30980) Savely 2025-01-07 20:31:10 +1100
  • 9298074633
    eth/protocols/eth: prevent hanging dispatch (#30918) Martin HS 2025-01-06 16:31:53 +0100
  • 6897a4a9e0
    core/types: improve printList in DeriveSha test (#30969) georgehao 2025-01-06 23:28:28 +0800
  • c5a8d34851
    core/rawdb: fix panic in freezer (#30973) Marius van der Wijden 2025-01-06 07:52:01 +0100
  • a9ab53d751
    internal/ethapi: update default simulation timestamp increment to 12 (#30981) Sina M 2025-01-03 13:15:06 +0100
  • 06883c1686
    eth/tracers/logger: skip system calls (#30923) Felix Lange 2025-01-02 18:37:58 +0100
  • 85ffbde427
    all: use cmp.Compare (#30958) gitglorythegreat 2025-01-02 21:06:47 +0800
  • 0feb999d3f
    crypto/bn256: fix MulScalar (#30974) gitglorythegreat 2025-01-02 21:04:06 +0800
  • f4e8e877f6
    internal/flags: update copyright year to 2025 (#30976) かげ 2025-01-02 09:48:25 +0800
  • 341647f186
    params: update system contracts for prague devnet-5 (#30938) Felix Lange 2024-12-19 16:03:05 +0100
  • f1e6372eea
    core, core/types: rename AuthList to SetCodeAuthorizations (#30935) Felix Lange 2024-12-19 10:06:33 +0100
  • f861535f1e
    cmd/evm: update tests for SetCodeAuthorization JSON encoding change (#30936) Felix Lange 2024-12-18 20:17:49 +0100
  • 73a4ecf675 core/types: rename SetCodeAuthorization 'v' to 'yParity' Felix Lange 2024-12-18 19:46:15 +0100
  • 9d4b29f291
    core/types: updates for EIP-7702 API functions (#30933) Felix Lange 2024-12-18 19:10:53 +0100
  • 1321a42525
    cmd/evm: make evm statetest accept non-json files (#30927) Martin HS 2024-12-18 00:18:36 +0100
  • 06dfb42365
    core/types, internal/ethapi: fixes for prague RPC encoding (#30926) Felix Lange 2024-12-17 19:47:10 +0100
  • 5b9a3ea9d2
    core/vm: make all opcodes proper type (#30925) Martin HS 2024-12-17 18:37:29 +0100
  • feaf1c95b1
    build(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 (#30921) dependabot[bot] 2024-12-17 15:26:03 +0100
  • 71c28d8d2b
    core: fixes for Prague fork in GenerateChain (#30924) Felix Lange 2024-12-17 15:16:17 +0100
  • 3c208cdea8
    accounts/abi/bind: make it possible to wait for tx hash (#30079) maskpp 2024-12-17 16:12:10 +0800
  • 5c58612e12
    core/vm, go.mod: update uint256 and use faster method to write to memory (#30868) Martin HS 2024-12-17 08:58:26 +0100
  • bc1ec69008
    trie/pathdb: state iterator (snapshot integration pt 4) (#30654) rjl493456442 2024-12-16 21:10:08 +0800
  • f808d7357e
    all: implement eip-7702 set code tx (#30078) lightclient 2024-12-16 03:29:37 -0700
  • 804d45cc2e
    p2p: DNS resolution for static nodes (#30822) Lucas 2024-12-13 08:46:12 -0300
  • 88cbfab332
    internal/ethapi: add block override to estimateGas (#30695) Antony Denyer 2024-12-12 11:39:03 +0000
  • c1c2507148
    p2p: fix DiscReason encoding/decoding (#30855) lorenzo 2024-12-12 12:33:42 +0100
  • c7e740f40c
    core/state: remove pointless wrapper functions (#30891) gitglorythegreat 2024-12-11 18:05:59 +0800
  • 330190e476
    accounts/abi: support unpacking solidity errors (#30738) Darren Kelly 2024-12-10 13:30:24 +0000
  • 4ed36ea1f8
    build: update to Go 1.23.4 (#30872) Hteev Oli 2024-12-10 21:22:43 +0800
  • 9045b79bc2
    metrics, cmd/geth: change init-process of metrics (#30814) Martin HS 2024-12-10 13:27:29 +0100
  • 4ecf08584c
    core/vm: remove unnecessary comment (#30887) Zheyuan He 2024-12-10 20:10:17 +0800
  • 75f847390f
    cmd/evm: consolidate evm output switches (#30849) Martin HS 2024-12-10 09:43:24 +0100
  • a91dcf3ee5
    core/state: enable partial-functional reader (snapshot integration pt 3) (#30650) rjl493456442 2024-12-10 10:10:49 +0800
  • a722adb774
    core/txpool: remove unused parameter local (#30871) steven 2024-12-10 02:29:19 +0800
  • 08e6bdb550
    trie/utils: ensure master can generate a correct genesis for kaustinen7 (#30856) Guillaume Ballet 2024-12-06 12:14:05 +0100
  • 67a3b08795
    core/tracing: extends tracing.Hooks with OnSystemCallStartV2 (#30786) Nebojsa Urosevic 2024-12-04 00:40:37 -0800
  • f0e7382f38
    cmd/evm, eth/tracers: refactor structlogger and make it streaming (#30806) Martin HS 2024-12-04 08:52:59 +0100
  • 84cabb587b
    CODEOWNERS: add some more entries for auto assignment (#30851) Felix Lange 2024-12-03 16:11:26 +0100
  • 4afab7ef76
    eth/downloader: move SyncMode to package eth/ethconfig (#30847) Felix Lange 2024-12-03 09:30:26 +0100
  • ae5a16f870
    internal/debug: rename --trace to --go-execution-trace (#30846) Felix Lange 2024-12-02 18:17:43 +0100
  • 9848e9b046
    fuzzing: fix oss-fuzz fuzzer (#30845) Martin HS 2024-12-02 15:43:17 +0100
  • 5347280319
    cmd/evm: improve block/state test runner (#30633) lightclient 2024-12-02 07:18:02 -0700
  • ce8cec007c
    eth/tracers: fix state hooks in API (#30830) Sina M 2024-11-29 18:42:28 +0100
  • a793bc7f5f
    core: switch EVM tx context in ApplyMessage (#30809) rjl493456442 2024-11-29 22:39:42 +0800
  • 03c37cdb2b
    core/state: introduce code reader interface (#30816) rjl493456442 2024-11-29 22:32:45 +0800
  • 05148d972c
    triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) (#30643) rjl493456442 2024-11-29 19:30:45 +0800
  • c7a8bcecbe
    core/types: add length check in CalcRequestsHash (#30829) Felix Lange 2024-11-28 18:43:39 +0100
  • 53f66c1b03
    cmd/bootnode: remove bootnode utility (#30813) Marius van der Wijden 2024-11-28 14:37:36 +0100
  • db8eed860d
    all: exclude empty outputs in requests commitment (#30670) Felix Lange 2024-11-28 11:48:50 +0100
  • 2406305175
    trie: combine validation loops in VerifyRangeProof (#30823) Ng Wei Han 2024-11-28 16:17:58 +0700
  • 8c1a36dad3
    core/state/snapshot: handle legacy journal (#30802) rjl493456442 2024-11-28 11:21:31 +0800
  • e0deac7f6f
    core: better document reason for dropping error on return (#30811) wangjingcun 2024-11-27 14:17:03 +0800
  • 915248cd6b
    cmd/evm: don't reuse state between iterations, show errors (#30780) jwasinger 2024-11-26 22:12:38 +0700
  • a11b4bebcb
    Revert "core/state/snapshot: simplify snapshot rebuild (#30772)" (#30810) rjl493456442 2024-11-26 18:33:59 +0800
  • d7e7b54190
    core/tracing: add GetCodeHash to StateDB (#30784) Nebojsa Urosevic 2024-11-25 23:16:00 -0800
  • b4d99e3917
    eth/ethconfig: improve error message if TTD missing (#30807) Felix Lange 2024-11-26 02:49:12 +0100