Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix support for EOF creation tx in evmc run (#713)
This PR will be accompanied by a PR in `evmone`, fixing the handling of top level creation msgs when validation EOF. Here, we only replicate the behavior of creation txs for EOF - if the code begins with EOF magic it will be interpreted as an EOF creation transaction and the msg kind will be set appropriately, in order to be consumed by the `vm.execute`.
- Loading branch information