unlock-protocol / unlock

Ʉnlock is a protocol for memberships built on a blockchain.
https://unlock-protocol.com
MIT License
844 stars 251 forks source link

Fix/monitor mainnet forks tests #13461

Open clemsos opened 8 months ago

clemsos commented 8 months ago

As seen in #13460, our mainnet tests gets easily out of sync with the rest of the code. We may not need to run them with other tests on CI (see #11722) but it will be good to have some way to make sure they are "in shape" when we need them.

The Uniswap wrappers are especially important, as they may be quite complicated to test even on forks.

julien51 commented 8 months ago

Related https://github.com/unlock-protocol/unlock/issues/11722