-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
There is a nice collection of VM Tests at https://github.com/ethereum/tests/wiki/VM-Tests.
I added a PoC script to convert them: ./scripts/gen_acl2_from_vmtest.py, example: ./books/evm/test/add0.lisp, but not all test cases are supported, for example, ./books/evm/test/div1.lisp is incorrectly generated because the script does not support "logs" or "out" in the json file.