cf. https://notes.ethereum.org/9xX4L2QyQPmzJ0Xh3RAgJA Manually listing these here since I don't want to dump the entire tests board into the testnet board on Waffle: - [x] Add existing test cases to the new test description document (https://github.com/ewasm/tests/issues/40) - [x] more `create`/`call` tests (https://github.com/ewasm/tests/issues/39) - [x] more `createFromTransaction` tests (https://github.com/ewasm/tests/pull/35) *@hugo-dc* - [x] update call test to reflect EEI changes (https://github.com/ewasm/tests/pull/30) - [x] OOB memory access test cases (https://github.com/ewasm/tests/issues/34, https://github.com/ewasm/tests/pull/52) - [x] Unreachable in contract creation txn should not create a new account (https://github.com/ewasm/tests/pull/33) - [ ] Tests for malformed imports (https://github.com/ewasm/tests/issues/31) - [ ] Larger values in test cases (https://github.com/ewasm/tests/issues/26)
cf. https://notes.ethereum.org/9xX4L2QyQPmzJ0Xh3RAgJA
Manually listing these here since I don't want to dump the entire tests board into the testnet board on Waffle:
create/calltests (more testing around create / call* tests#39)createFromTransactiontests (More createFromTransaction tests tests#35) @hugo-dc