This repository serves as an example of tests written in a development and testing framework called Wake.
- Clone this repository
git submodule update --init --recursiveif not cloned with--recursivecd source && npm install && cd ..to install dependencieswake up pytypesto generate pytypeswake testto run tests
Tested with wake version 5.0.0rc2. The fuzz test expects a local node running at http://localhost:8545 with the Ethereum mainnet synchronized to the block 23819940.
- Clone this repository
git submodule update --init --recursiveif not cloned with--recursivecp test_deployment.py source/cd source && npm installwake up pytypes --evm-version paris --target-version 0.8.23 --optimizer-enabledto generate pytypes inside thesourcedirectorywake test test_deployment.pyto run the deployment verification test
Tested with wake version 5.0.0rc2. The deployment verification test expects a local node running at http://localhost:8545 with the Ethereum mainnet synchronized to the block 24340845.
