curve-contract icon indicating copy to clipboard operation
curve-contract copied to clipboard

Add wZEC pool; brownie-token-tester integration

Open samwerner opened this issue 4 years ago • 0 comments

What I did

This PR consists of the following changes:

  • Add a StableSwap base pool for wZEC/renZEC
  • Integrate the brownie-token-tester into the test suite to allow for easy minting of tokens for testing
  • Bump isort (removes unknown_third_party issues) and flake8 versions

Note

  • Contracts are not deployed yet

How to verify it

Integation of brownie-token-tester

Run full test suite: brownie test

Test wZEC Pool

Run test suite: brownie test --pool wzec

Run test suite against forked mainnet: brownie test --network mainnet-fork --pool wzec

samwerner avatar Jan 24 '21 16:01 samwerner