subnet-evm
subnet-evm copied to clipboard
*: basic solidity, precompile upgrades e2e tests with foundry
ref. https://github.com/ava-labs/subnet-evm/issues/223
Adding a simple counter test with foundry
In the following PR, we should remove parser
(unnecessary network-runner dependency), all genesis based upgrade tests (now done via upgrade e2e tests, no need to set up different clusters for each precompile config when we already e2e tests upgrades), npx
dependency.
Run foundry-rs/foundry-toolchain@v1 with: version: 1.0.0 Error: Error: Unexpected HTTP response: 404
Version to install, e.g. nightly or 1.0.0. Note: Foundry only has nightly builds for the time being.
foundry 1.0.0 doesn't seem to work... reverting back to nightly
Fix https://github.com/ava-labs/subnet-evm/issues/251