We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have:
evm/tests/utils.rs
evm/tests/env.rs
We should probably just switch to a framework as that'll make it easier to manage. But we also have to consider which approach will be easier.
The text was updated successfully, but these errors were encountered:
Specifically, both of these files provide tools for:
init_construct_and_verify
TestEnv::deploy
invoke_contract
TestEnv::call
We should standardize around one abstraction (likely the TestEnv one unless switching to it is too disruptive).
TestEnv
Sorry, something went wrong.
No branches or pull requests
We have:
evm/tests/utils.rs
for constructing actors.evm/tests/env.rs
that duplicates the same logic.We should probably just switch to a framework as that'll make it easier to manage. But we also have to consider which approach will be easier.
The text was updated successfully, but these errors were encountered: