subnet-evm icon indicating copy to clipboard operation
subnet-evm copied to clipboard

*: basic solidity, precompile upgrades e2e tests with foundry

Open gyuho opened this issue 2 years ago • 2 comments

ref. https://github.com/ava-labs/subnet-evm/issues/223

Adding a simple counter test with foundry

gyuho avatar Aug 29 '22 06:08 gyuho

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.

gyuho avatar Sep 20 '22 07:09 gyuho

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

gyuho avatar Sep 29 '22 16:09 gyuho

Fix https://github.com/ava-labs/subnet-evm/issues/251

gyuho avatar Nov 02 '22 21:11 gyuho