Commit Graph

  • 6788207088 miner: add `inclusionList` to `Miner.generateParams` Jihoon Song 2024-11-30 17:52:53 +0900
  • 9323aaae52 eth/catalyst: add an unit test for verifying new payload against inclusion list Jihoon Song 2024-11-28 21:32:52 +0900
  • b55aa8d146 eth/catalyst: verify if a block satisfies the inclusion list constraints Jihoon Song 2024-11-28 21:29:34 +0900
  • f22b4bfec1 eth/catalyst: add `engine_newPayloadV5` Jihoon Song 2024-11-28 21:28:41 +0900
  • 02eb39a5c5 beacon/engine: add `INVALID_INCLUSION_LIST` to payload status Jihoon Song 2024-11-26 20:10:46 +0900
  • 309b7d2589 eth/catalyst: cache recently generated inclusion lists Jihoon Song 2024-11-25 21:38:50 +0900
  • a0140ee92f eth/catalyst, miner: add `GetInclusionListV1` Jihoon Song 2024-11-25 21:30:21 +0900
  • 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
  • 76ec14e466 beacon/engine: add helpers for the conversion between txs and inclusion list Jihoon Song 2025-02-07 21:53:46 +0900
  • 6e69743192 beacon/engine: add `InclusionList` type Jihoon Song 2025-02-07 21:20:17 +0900
  • 5bfacf4ba2 Move EOF interpreter to use same PC semantics as legacy EVM Danno Ferrin 2024-10-14 16:38:35 -0600
  • 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
  • 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
  • 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
  • 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
  • fd70ec82cd
    params,core/forkid: enable prague on holesky and sepolia lightclient 2025-02-06 07:41:39 -0700
  • 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
  • 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
  • d6ffb496ec core/vm/interpreter: reverted pcCopy arg to pc Cedrick AHOUANGANSI 2025-02-06 07:37:41 +0100
  • 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
  • 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
  • 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
  • ed1d46b3d3
    consensus/misc/eip4844: more changes for blob gas calculation (#31128) Felix Lange 2025-02-05 10:35:03 +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
  • 1715f60b38 core/types: create block's bloom by merging receipts' bloom Bui Quang Minh 2025-02-05 11:00:53 +0700
  • 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
  • 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
  • 59a5022568 fix test Sina Mahmoodi 2025-02-04 18:42:05 +0100
  • 4ed3eb8a7e
    consensus/misc/eip4844: use head's target blobs, not parent lightclient 2025-01-30 09:11:55 -0700
  • 8a2230ef1b resolve conflict Sina Mahmoodi 2025-02-04 18:23:27 +0100
  • bca2e2c8b0 resolve conflict Sina Mahmoodi 2025-02-04 18:21:37 +0100
  • 6f5e74b717 Use nonce reason in journal Sina Mahmoodi 2025-02-04 18:19:40 +0100
  • 59d2eec9fc
    core/txpool/blobpool: fix incorrect arguments in test (#31127) Marius van der Wijden 2025-02-04 18:10:40 +0100
  • 84c0d88e92 core/txpool/blobpool: fix incorrect arguments in test Marius van der Wijden 2025-02-04 17:32:58 +0100
  • 7c7b7f6ab1
    core/txpool: remove locals-tracking from txpools (#30559) Martin HS 2025-02-04 17:23:01 +0100
  • e332431cb2
    core: assign default difficulty to zero for chain without ethash (#31067) Felix Lange 2025-02-04 17:16:26 +0100
  • 831524ab22 Merge branch 'master' into tracing/v1.1 Felix Lange 2025-02-04 16:45:22 +0100
  • 459c50f793 refactor copy Sina Mahmoodi 2025-02-04 16:30:39 +0100
  • e6f3ce7b16
    params,core: add max and target value to chain config (#31002) lightclient 2025-02-04 07:43:18 -0700
  • eee868226a
    params: start osaka fork (#31125) Marius van der Wijden 2025-02-04 15:29:51 +0100
  • 4248ea01a9
    The gas limit is now at 36M on mainnet Marius Kjærstad 2025-02-04 14:35:37 +0100
  • bdd6ca40d3 params: remove verkle in blob config check Felix Lange 2025-02-04 14:30:43 +0100