Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
add converted-ethereum-tests.txt
tests tested with geth evm 1.13.11-unstable
  • Loading branch information
winsvega committed Mar 26, 2024
1 parent df23f8d commit a351115
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions converted-ethereum-tests.txt
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Test fixtures for use by clients are available for each release on the [Github r
## 🔜 [Unreleased](https://github.com/ethereum/execution-spec-tests/releases/tag/v-Unreleased) - 2024-xx-xx

### 🧪 Test Cases

Check failure on line 9 in docs/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox run-parallel --parallel-no-spinner)

Headings should be surrounded by blank lines

docs/CHANGELOG.md:9 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### 🧪 Test Cases"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md022.md

Check failure on line 9 in docs/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox run-parallel --parallel-no-spinner)

Headings should be surrounded by blank lines

docs/CHANGELOG.md:9 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### 🧪 Test Cases"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md022.md
- ✨ Convert a few eip1153 tests from ethereum/tests repo into .py ([#440](https://github.com/ethereum/execution-spec-tests/pull/440)).

Check failure on line 10 in docs/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox run-parallel --parallel-no-spinner)

Lists should be surrounded by blank lines

docs/CHANGELOG.md:10 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- ✨ Convert a few eip1153 test..."] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md032.md

Check failure on line 10 in docs/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox run-parallel --parallel-no-spinner)

Lists should be surrounded by blank lines

docs/CHANGELOG.md:10 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- ✨ Convert a few eip1153 test..."] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md032.md

### 🛠️ Framework

Expand Down

0 comments on commit a351115

Please sign in to comment.