From e3b7c389f8ccf34ee4ce95acc4cd7cbf72e834ae Mon Sep 17 00:00:00 2001 From: Dimitry Kh Date: Tue, 26 Mar 2024 12:24:11 +0100 Subject: [PATCH] add changelog add converted-ethereum-tests.txt tests tested with geth evm 1.13.11-unstable --- converted-ethereum-tests.txt | 20 ++++++++++++++++++++ docs/CHANGELOG.md | 2 ++ 2 files changed, 22 insertions(+) diff --git a/converted-ethereum-tests.txt b/converted-ethereum-tests.txt index e69de29bb2..a799d7ee53 100644 --- a/converted-ethereum-tests.txt +++ b/converted-ethereum-tests.txt @@ -0,0 +1,20 @@ +([#440](https://github.com/ethereum/execution-spec-tests/pull/440)) +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/01_tloadBeginningTxnFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/02_tloadAfterTstoreFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/03_tloadAfterStoreIs0Filler.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/04_tloadAfterCallFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/05_tloadReentrancyFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/06_tstoreInReentrancyCallFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/07_tloadAfterReentrancyStoreFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/08_revertUndoesTransientStoreFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/09_revertUndoesAllFiller.yml +.. +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/11_tstoreDelegateCallFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/12_tloadDelegateCallFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/13_tloadStaticCallFiller.yml +.. +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/16_tloadGasFiller.yml +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/18_tloadAfterStoreFiller.yml +.. +src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/20_oogUndoesTransientStoreInCallFiller.yml + diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4e10de2e21..f7c8630f28 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,6 +8,8 @@ Test fixtures for use by clients are available for each release on the [Github r ### ๐Ÿงช Test Cases +- โœจ Convert a few eip1153 tests from ethereum/tests repo into .py ([#440](https://github.com/ethereum/execution-spec-tests/pull/440)). + ### ๐Ÿ› ๏ธ Framework - ๐Ÿž Fix incorrect `!=` operator for `FixedSizeBytes` ([#477](https://github.com/ethereum/execution-spec-tests/pull/477)).