Commit graph

  • 94383c77ad
    chore: add label "Priority: With next Geth sync" (#129) Arran Schlosberg 2025-02-11 11:41:12 +0000
  • 5687bba178
    Merge remote-tracking branch 'origin/develop' into lmartins/upstream_merge_v1.14.10 Lucca Martins 2025-02-11 08:22:18 -0300
  • 511a372f14 core/vm: BLOBHASH opcode 0x49 (#27356) Daniel Liu 2025-02-10 11:04:05 +0800
  • 47543e8b1c
    Merge pull request #842 from gzliudan/fix_downloader Daniel Liu 2025-02-11 18:30:40 +0800
  • 652c66e9d4 eth/downloader: fix issue #16539 (#16546) Daniel Liu 2025-02-11 16:35:07 +0800
  • 3ebf97e721 eth/downloader: wait all fetcher goroutines to exit before terminating (#16509) Daniel Liu 2025-02-11 16:29:24 +0800
  • 4602e23933
    Merge pull request #841 from gzliudan/clean_db Daniel Liu 2025-02-11 18:29:23 +0800
  • d8fb27b987 all: clean up and properly abstract database accesses (#19021) Daniel Liu 2025-02-11 12:45:15 +0800
  • dc3a2284fc
    Merge pull request #840 from gzliudan/kzg4844_blob_ref Daniel Liu 2025-02-11 18:27:33 +0800
  • 77ad10c890 crypto/kz4844: pass blobs by ref (#29050) Daniel Liu 2025-02-10 16:27:04 +0800
  • 35e70fb43c
    Merge pull request #839 from gzliudan/eip7516 Daniel Liu 2025-02-11 18:24:55 +0800
  • 4e73d3fc0c
    p2p/discover/table_reval: fix unused arguments in calling func Huy Ngo 2025-02-11 16:23:42 +0700
  • 1f2529fa0f
    miner: add commit interrupt tests for non-validator mode (#1441) Manav Darji 2025-02-11 12:57:56 +0530
  • 0873515bcf
    Merge remote-tracking branch 'origin/upstream_merge_v1.14.8' into lmartins/upstream_merge_v1.14.10 Lucca Martins 2025-02-11 03:51:43 -0300
  • 2448fb97a8
    feat(taiko_genesis): update devnet genesis JSONs for new AnchorV3 method (#382) David 2025-02-11 14:19:43 +0800
  • fc1d1fb01f
    Merge develop kamuikatsurgi 2025-02-11 10:22:01 +0530
  • 37247f9461
    core/txpool/legacypool: add note about pool behavior w.r.t. authorizations lightclient 2025-02-10 21:23:58 -0700
  • 9d5003c4c4 accounts/abi: regenerate test bindings Jared Wasinger 2025-02-10 17:28:12 -0800
  • c88e3874bb accounts/abi: attempt to improve documentation throughout the PR. Make the method docs in generated bindings consistent. Jared Wasinger 2025-02-10 17:26:47 -0800
  • 389c881db0 fix golden images for tests Stéphane Duchesneau 2025-02-10 16:04:24 -0500
  • a519cd59c8 eth/catalyst: clarify comment Felix Lange 2025-02-10 19:47:05 +0100
  • bdcdcbc370 eth/catalyst: fix test issue Felix Lange 2025-02-10 19:45:33 +0100
  • 31e96f6317 consensus/beacon: flip to post-merge check Felix Lange 2025-02-10 19:26:23 +0100
  • c7e4e89a5f consensus/beacon: clarify isPreMerge Felix Lange 2025-02-10 18:50:27 +0100
  • 0e4c13a62d consensus/beacon: remove TestingTTDBlock Felix Lange 2025-02-10 18:33:19 +0100
  • f6832f23bc
    chore!(core/types): change method names of JSON header hooks (#125) Quentin McGaw 2025-02-10 17:48:50 +0100
  • 9be1add400
    Bump version to v2.0.0-beta2 Jerry 2025-02-10 08:14:51 -0800
  • b3c16d45fa
    Merge remote-tracking branch 'upstream/develop' into v2.0.0-candidate Jerry 2025-02-10 08:12:44 -0800
  • 466ff66f4e
    miner: reset ctx timeout before commit tx on new tx notif (#1434) Manav Darji 2025-02-10 21:41:59 +0530
  • 421cc2a76d Fixed missing OnNewAccount hook Matthieu Vachon 2025-02-10 11:04:43 -0500
  • d274e62c1e
    Profile Updates, RPM removal (#1438) Daniel Jones 2025-02-10 09:22:58 -0600
  • 5c19d596e9
    fix metrics.go Tomás Andróil 2025-02-10 15:49:12 +0100
  • 74ab14e383
    cmd/evm: fix state dump output xermicus 2025-02-10 15:49:01 +0100
  • 8e9c3a63c3
    fix difflayer.go Tomás Andróil 2025-02-10 15:47:52 +0100
  • f915d97084
    fix disklayer.go Tomás Andróil 2025-02-10 15:47:17 +0100
  • 9125583d8e
    chore(ci): pin goheader golangci-lint action to v6.2.0 (#124) Quentin McGaw 2025-02-10 15:05:16 +0100
  • 1e948cff4c
    feat(consensus): update TaikoAnchor.anchorV3 selector (#379) David 2025-02-10 15:36:53 +0800
  • 29d09cdfbe Improve and fix all issues and errors in the repository Romel 2025-02-10 08:44:29 +0200
  • a0b97be30c
    feat(consensus): introduce AnchorV3GasLimit (#378) David 2025-02-10 12:47:10 +0800
  • 0dd3d532fc eth: add eth_blobBaseFee RPC (#29140) Daniel Liu 2025-02-10 09:44:42 +0800
  • af4a3b0f9f core/vm: implement BLOBBASEFEE opcode 0x4a (#28098) Daniel Liu 2025-02-10 09:18:25 +0800
  • 6868cd49d9 abigen: replace space-prefixed lines with tabs Jared Wasinger 2025-02-09 18:35:00 -0800
  • 868e3c6552 accounts/abi/abigen: fix generation of event struct fields in bindings Jared Wasinger 2025-02-09 18:15:27 -0800
  • 3f13894d21
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-02-09 22:47:52 +0800
  • b211dc4f8b
    Update abi.go strepCode77 2025-02-09 12:09:04 +0100
  • 2cfff4e562 Added two new test cases and fixed double suicide withdraw Matthieu Vachon 2025-02-08 12:29:24 -0500
  • 69307436ae
    fix queue.go Tomás Andróil 2025-02-08 18:21:40 +0100
  • 4cda8f06ea
    params,core/forkid: enable prague on holesky and sepolia (#31139) lightclient 2025-02-08 05:26:15 -0700
  • ec2d46b5b4
    Merge pull request #1439 from maticnetwork/mardizzone/pos-2821 Marcello Ardizzone 2025-02-08 11:15:00 +0100
  • d1b72bf8ac
    Merge pull request #837 from gzliudan/eip_6780 Daniel Liu 2025-02-08 18:01:10 +0800
  • a15c2973a6
    core/txpool: all one tx from accounts with in-flight delegation lightclient 2025-02-07 17:24:16 -0700
  • 5f3d5f3f19 Removed a bit of useless tracing in Firehose tracer Matthieu Vachon 2025-02-07 16:56:09 -0500
  • 69012519aa Updated generate-prestate with removal of totalDifficulty Matthieu Vachon 2025-02-07 16:55:45 -0500
  • ffa02b82e0
    core/types: authorities to setcodeauthorities lightclient 2025-02-07 13:23:46 -0700
  • 8c984338b0
    core/types: fix typo lightclient 2025-02-07 13:22:26 -0700
  • 37d91cde0d
    core/txpool/legacypool: check code hash to determine delegation status lightclient 2025-02-07 13:19:52 -0700
  • 2dc72d52f7
    core/txpool: check authoirization nonce is not stale lightclient 2025-02-07 13:12:29 -0700
  • 0c0d6b33ab
    core/txpool/legacypool: track auths with associated tx hash lightclient 2025-02-07 12:38:58 -0700
  • c74b645360
    feat: rawdb.InspectDatabaseOption (#111) Arran Schlosberg 2025-02-07 17:32:51 +0000
  • 06fd6ea606
    links-Update README.md CODe 2025-02-07 18:18:55 +0100
  • 6bba367f8b
    Create database_test.go crStiv 2025-02-07 17:22:49 +0100
  • 521b277b63
    Update database.go crStiv 2025-02-07 17:22:27 +0100
  • 9e13c0c225
    Update iterator_test.go crStiv 2025-02-07 17:22:10 +0100
  • 1bfb8f0a66
    Update reader.go crStiv 2025-02-07 17:21:54 +0100
  • d210cc4fce
    refactor(core/types): simplify Body RLP override (#120) Arran Schlosberg 2025-02-07 15:42:25 +0000
  • 761c4b40de
    fix(ci): module-renaming workflow includes .go.tpl and .proto (#122) Arran Schlosberg 2025-02-07 15:28:53 +0000
  • 9ab62d60f0 accounts/abi/abigen: improve v2 template Jared Wasinger 2025-02-07 07:03:02 -0800
  • f906679f6f
    fix(libevm/legacy): PrecompiledStatefulContract gas and remaining gas handling (#114) Quentin McGaw 2025-02-07 14:29:33 +0100
  • 44775d8b49
    Revert "consensus/bor: fetch validator set using parent hash" (#1440) Manav Darji 2025-02-07 18:53:48 +0530
  • 8a84cd1b97 core/vm: fix off-by-one error Marius van der Wijden 2025-02-07 14:15:20 +0100
  • 644823db48 core/vm: clean up code and containerOffset handling Marius van der Wijden 2025-02-07 14:07:03 +0100
  • 5bfacf4ba2 Move EOF interpreter to use same PC semantics as legacy EVM Danno Ferrin 2024-10-14 16:38:35 -0600
  • b56dd9f31b
    refactor(rollup sync service): use CalldataBlobSource to retrieve data from L1 (#1103) Jonas Theis 2025-02-07 18:43:27 +0800
  • 33340c9399
    fix(core/txpool/legacypool): fix TestAllowedTxSize failing occasionally reowrk the transaction generation logic to change the data content and length until the desired transaction size is reached. This makes the test deterministic regarding transaction sizes, whilst keeping the random transaction data. Quentin Mc Gaw 2025-02-07 09:36:17 +0100
  • 315068601e
    POS-2821: govulncheck CI and make command / bump golang marcello33 2025-02-07 10:38:59 +0100
  • b0dedd720b tests: fixup Marius van der Wijden 2025-02-07 09:32:52 +0100
  • 57f5e80603
    Merge pull request #59 from shemnon/eof/osaka Marius van der Wijden 2025-02-07 09:31:29 +0100
  • 881e22d49c
    Merge branch 'eof-opcodes' into eof/osaka Marius van der Wijden 2025-02-07 09:31:17 +0100
  • ff6c6d4a92 rpc, eth/filters: use non-blocking timer drain pattern JukLee0ira 2025-02-07 16:22:25 +0800
  • 1846cc9ef4 core/tracing: add InvalidEoF hook Marius van der Wijden 2025-02-07 09:28:50 +0100
  • d227a8d086 Merge branch 'master' into eof-opcodes Marius van der Wijden 2025-02-07 09:24:00 +0100
  • c08d4ff4a6 core/state, core/vm: implement EIP 6780 (#27189) Daniel Liu 2025-02-07 14:52:29 +0800
  • d6b136ed7c
    consensus, internal, contracts: remove extra hash and string conversions (#830) JukLee0ira 2025-02-07 13:59:07 +0800
  • 33b16b5efe
    Merge pull request #836 from gzliudan/empty_root_hash Daniel Liu 2025-02-07 13:58:28 +0800
  • 186d49b1f3 core/vm: use types.EmptyCodeHash (#27729) Daniel Liu 2025-02-07 13:44:45 +0800
  • ebb2c3b2ea all: new empty trie with types.EmptyRootHash instead of null (#27230) Daniel Liu 2025-02-07 12:29:23 +0800
  • c79edcfcac
    Merge develop and add relevant comments kamuikatsurgi 2025-02-07 10:22:16 +0530
  • e71bbae1b0 core/vm: remove setCodeOptionalHash Gary Rong 2025-01-22 19:07:20 +0800
  • 98b4bb92eb core/vm: clean up vm Gary Rong 2025-01-20 15:07:39 +0800
  • d11e9c0b51
    cmd/devp2p/internal/ethtest: remove TD from status validation (#31137) Marcin Sobczak 2025-02-07 02:59:12 +0100
  • 65ea1c517f
    Merge pull request #835 from XinFinOrg/cicd-backup-rpc Daniel Liu 2025-02-07 07:49:50 +0800
  • 2241fbb5f4 accounts/abi/bind/v2: add Transact utility method for v2. There is already an identical Transact member method on the BoundContract struct. I just add this one to ensure that user code which performs transactions doesn't have to use both the v1 BoundContract methods and the utility methods provided in v2/lib.go Jared Wasinger 2025-02-06 15:02:14 -0800
  • a3b95f014c update tests Jared Wasinger 2025-02-06 14:45:40 -0800
  • de5fb7401b revert 6c70418313, 028ef2f263 Jared Wasinger 2025-02-06 14:45:28 -0800
  • 943de0bf94 Fixed bug in OnCodeChange missing in some cases while it was before Matthieu Vachon 2025-02-06 13:42:40 -0500
  • fd70ec82cd
    params,core/forkid: enable prague on holesky and sepolia lightclient 2025-02-06 07:41:39 -0700
  • 7c29d138ac add backup rpc to cicd wanwiset25 2025-02-06 18:32:21 +0400
  • d74c47f8db version: begin v1.15.1 release cycle Felix Lange 2025-02-06 15:06:46 +0100
  • 756cca7c6f version: release go-ethereum v1.15.0 v1.15.0 Felix Lange 2025-02-06 15:05:41 +0100
  • 5e413e4ab7
    chore(core/types): add Test_CopyHeader test Quentin Mc Gaw 2025-02-06 14:29:45 +0100