Commit graph

  • 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
  • 70e513cac4
    POS-2821: solve lint issues marcello33 2025-02-06 13:11:05 +0100
  • 44b94ca6d3
    POS-2821: solve lint issues marcello33 2025-02-06 13:05:46 +0100
  • 1847b5f635
    build: update EEST fixtures to prague devnet-6 (#31088) Sina M 2025-02-06 12:33:40 +0100
  • 749e1924ce
    Remove TD validation during handshake Marcin Sobczak 2025-02-06 12:25:48 +0100
  • d645a6dc27
    POS-2821: do not continue on govulncheck error marcello33 2025-02-06 12:21:09 +0100
  • a8df623269
    chore(ci): restrict each job concurrency except for main branch (#117) Quentin McGaw 2025-02-06 12:03:26 +0100
  • 80bdfe7243
    chore(ci): use the Go version found in go.mod (#118) Quentin McGaw 2025-02-06 11:52:45 +0100
  • c7be15527c
    POS-2821: bump golint marcello33 2025-02-06 11:45:14 +0100
  • 6d0a54e635
    POS-2821: restore missing line in checks marcello33 2025-02-06 11:05:08 +0100
  • aba9811494
    POS-2821: GHE fixes marcello33 2025-02-06 11:04:03 +0100
  • 5e78d4f22b
    Merge pull request #834 from gzliudan/mcopy Daniel Liu 2025-02-06 17:22:53 +0800
  • 6d40cdf7c0 core/vm: implement EIP-5656, mcopy instruction (#26181) Daniel Liu 2025-02-05 16:49:12 +0800
  • 2233a6cc7b
    Merge pull request #828 from gzliudan/upgrade_vm Daniel Liu 2025-02-06 16:53:03 +0800
  • ea43834c19
    feat: enable p256Verify in EuclidV2 (#1111) colin 2025-02-06 16:37:28 +0800
  • d6ffb496ec core/vm/interpreter: reverted pcCopy arg to pc Cedrick AHOUANGANSI 2025-02-06 07:37:41 +0100
  • 7bf5c0d259
    feat(eth): changes based on protocol Pacaya fork (#367) David 2025-02-06 13:59:38 +0800
  • 0df5b17df3 accounts/abi/bind/v2: simplify DefaultDeployer func signature Jared Wasinger 2025-02-05 20:36:27 -0800
  • 8a4a5a60fb accounts/abi/abigen, account/abi/bind/v2: polish code Gary Rong 2025-02-06 11:59:41 +0800
  • 9489a46982 eth/tracers, core/vm: fix tracers output new opcodes for pre-cancun blocks Cedrick AHOUANGANSI 2025-02-06 02:44:28 +0100
  • fbb8b85aee eth/tracers, core: update OpcodeHook to pass Cancun fork status param Cedrick AHOUANGANSI 2025-02-06 02:24:54 +0100
  • 9e33b29c74
    build: update to Go 1.23.6 (#31130) ericxtheodore 2025-02-06 06:19:09 +0800
  • 8447892a19 build: remove unused dowloads from checksums.txt Felix Lange 2025-02-05 23:11:42 +0100
  • 5d97db8d03
    all: update license comments and AUTHORS (#31133) Felix Lange 2025-02-05 23:01:17 +0100
  • 068ca4a445
    tests: remove empty auth checker from tx test runner lightclient 2025-02-05 15:00:39 -0700
  • 0b5ca640df
    tests: skip empty 7702 auth tx test lightclient 2025-02-05 14:49:41 -0700
  • bdf9234f6d AUTHORS: remove duplicate Felix Lange 2025-02-05 22:46:17 +0100
  • 42e66051ba all: update license comments Felix Lange 2025-02-05 22:33:34 +0100
  • 385b976ef4 AUTHORS: update Felix Lange 2025-02-05 22:17:32 +0100
  • 939bfe0805 add todo Sina Mahmoodi 2025-02-05 16:52:55 +0100
  • 90dcd2adab fix empty auth test Sina Mahmoodi 2025-02-05 16:41:01 +0100
  • 0a73826f0a rm debug code Sina Mahmoodi 2025-02-05 16:09:49 +0100
  • 6879bbf7de various Sina Mahmoodi 2025-02-05 16:01:24 +0100
  • 0ccd62465c simplify systemcall start calling Sina Mahmoodi 2025-02-05 16:00:37 +0100
  • b2693ab8e2 rm debug code Sina Mahmoodi 2025-02-05 15:35:01 +0100
  • 6ade175b11 core/tracing: auto upgrade deprecated hooks Sina Mahmoodi 2025-02-05 15:24:25 +0100
  • 4bdf6d096c
    feat: Add support for L1 MPT (#1104) Ömer Faruk Irmak 2025-02-05 16:57:40 +0300
  • aaaf01d712
    core/tracing: state journal wrapper (#30441) Sina M 2025-02-05 13:58:25 +0100
  • 93432fc786 license year Sina Mahmoodi 2025-02-05 12:31:28 +0100
  • 3ed2d35890 fix Sina Mahmoodi 2025-02-05 12:13:13 +0100
  • b1e784195a fix version Sina Mahmoodi 2025-02-05 12:00:45 +0100
  • b0d18421c0 update to devnet6 fixtures Sina Mahmoodi 2025-02-05 11:56:17 +0100
  • eda3b59f67
    feat(core/types): fine-grained Body RLP override (#109) Arran Schlosberg 2025-02-05 10:52:28 +0000
  • 14286e52ef refactor test runner Sina Mahmoodi 2025-02-05 11:48:32 +0100
  • 11ad37cdcd Merge branch 'master' into spectests-v3 Sina Mahmoodi 2025-02-05 11:29:40 +0100
  • 240de84287 core/vm: define cancun + enable 1153 (tstore/tload) in cancun (#27663) Daniel Liu 2025-02-05 15:48:57 +0800
  • 07fd1c64cf core/vm: order opcodes properly (#27113) Daniel Liu 2025-02-05 15:28:24 +0800
  • 4bbcd988b2 params: remove EIP150Hash from chainconfig (#27087) Daniel Liu 2025-02-05 14:56:42 +0800
  • 3f58066879 all: remove debug field from vm config (#27048) Daniel Liu 2025-02-05 14:07:58 +0800
  • 6473d18cdb core/vm: clarify comment (#27045) joohhnnn 2023-04-04 14:59:40 +0800
  • 551e3594cf core/vm: use atomic.Bool (#26951) Daniel Liu 2025-02-05 13:18:13 +0800
  • 4190465c53 core/vm: expose jumptable constructors (#26880) Daniel Liu 2025-02-05 13:12:36 +0800
  • ed74ab2bd9
    Merge pull request #826 from gzliudan/define_cancun Daniel Liu 2025-02-05 18:12:49 +0800
  • bb8324357c params: log chain config a bit saner (#24904) Daniel Liu 2025-02-05 11:42:49 +0800
  • ec0e07b100 params: add Cancun blocks (#25305) Daniel Liu 2025-02-05 10:49:34 +0800
  • b8f017a732
    Merge pull request #827 from gzliudan/report_block Daniel Liu 2025-02-05 18:00:35 +0800
  • ed1d46b3d3
    consensus/misc/eip4844: more changes for blob gas calculation (#31128) Felix Lange 2025-02-05 10:35:03 +0100
  • be6e93eedb
    chore(ci): linting job changes regarding goheader (#116) Quentin McGaw 2025-02-05 09:10:57 +0100
  • 69c381c4b2
    build: update to Go 1.23.6 ericxtheodore 2025-02-05 15:15:21 +0800
  • f1337671c4 merge Danno Ferrin 2025-02-04 23:02:16 -0700
  • 80db6321cc core/types: polish Gary Rong 2025-02-05 13:39:57 +0800
  • e7d8e14298 core: improve the format of report block Daniel Liu 2025-02-05 12:36:08 +0800
  • 1715f60b38 core/types: create block's bloom by merging receipts' bloom Bui Quang Minh 2025-02-05 11:00:53 +0700
  • 51af82cca1
    fix: Update transaction validation logic in ethclient (#1435) Leekyungun 2025-02-05 13:13:51 +0900
  • 6680b836f6 accounts/abi/bind/v2: modify v2 DeployContract to take packed input to be more in-line with the rest of the API. add a default DeployFn implementation for the deployer. Jared Wasinger 2025-02-04 19:18:25 -0800
  • e8259bf98e cmd/abigen: for '--alias' flag descriptor, mention that errors are aliased if --v2 is set. Jared Wasinger 2025-02-04 17:23:34 -0800
  • c9cab4d2bc update tests Jared Wasinger 2025-02-04 16:15:11 -0800
  • 14f84d35c8 accounts/abi/abigend: ensure that the bindings produced for a single contract are deterministic. Jared Wasinger 2025-02-04 16:13:58 -0800
  • eaacae4f4d core/tracing: add a package-level doc comment Felix Lange 2025-02-05 00:51:25 +0100
  • 8a4402993a core/tracing: add note about WrapWithJournal in comments Felix Lange 2025-02-05 00:39:37 +0100
  • 4787f31828 core/tracing: remove Hooks.copy Felix Lange 2025-02-05 00:31:05 +0100
  • 51720dcad1 core/tracing: further improve journal tests Felix Lange 2025-02-05 00:30:48 +0100
  • 2795c0e23b core/tracing: simplify journal implementation Felix Lange 2025-02-05 00:32:55 +0100
  • 4ba05e9aa5 core/tracing: add logging in journal test Felix Lange 2025-02-04 23:48:03 +0100
  • 9d0b40de7a consensus/misc/eip4844: pass timestamp instead of header in CalcExcessBlobGas Felix Lange 2025-02-04 22:55:16 +0100
  • e845e183af consensus/misc/eip4844: add parent header sanity check Felix Lange 2025-02-04 22:52:27 +0100
  • c4ad459bd2
    consensus/misc/eip4844: use head's target blobs, not parent (#31101) lightclient 2025-02-04 13:43:18 -0700
  • a30d0f36b3
    consensus/misc/eip4844: address piconit lightclient 2025-02-04 13:25:23 -0700
  • 13d6ac9f58
    fix global gas cap Lucca Martins 2025-02-04 16:14:31 -0300
  • 85dceefeae
    txpool: move authorizations to lookup obj (#69) Marius van der Wijden 2025-02-04 19:52:28 +0100
  • 0b3e4b9062
    all: review nits lightclient 2025-02-04 11:23:32 -0700
  • 84593a14e2
    core/txpool/blobpool: add difficulty to test header lightclient 2025-02-04 07:16:17 -0700
  • b74866bcf9
    blobpool wip add lightclient 2025-01-27 09:03:19 -0700
  • 418e96b958
    core/txpool: add setcode tx to filter list of accepted txs lightclient 2025-01-27 09:03:00 -0700
  • e3223c8ec5
    core/txpool: simplify known conflicts lightclient 2025-01-25 17:51:04 -0700
  • e01a04292e
    core/txpool: allow same delegation in multiple txs lightclient 2025-01-25 17:48:44 -0700
  • 487fcd8528
    core/txpool: add support for setcode tx lightclient 2024-11-05 16:47:56 +0700
  • 5db5e5d817
    keep gp to call always max Lucca Martins 2025-02-04 15:14:46 -0300