Yves Boutellier
Yves Boutellier
Hey I have some questions around the synpress.json configuration. I started to use synpress. I followed this [tutorial](https://medium.com/andamp/how-to-setup-synpress-for-wen3-dapp-frontend-test-automation-with-metamask-73396896684a), which is really great! But it didn't explain everything I needed. I...
If I launch the url of a payment service in the webbrowser with url_launcher (6.0.12). ``` _launchURL(url) async { if (await canLaunch(url)) { await launch(url); ``` The stream subscription successfully...
To my understanding from what I've read in the [documentation](https://docs.soliditylang.org/en/v0.8.15/contracts.html?highlight=override#function-overriding) is the virtual keyword in the function header of `_baseURI` not needed. It's only > Base functions can be overridden...
see my Issue #25 If you agree, we can merge this :)
error bar had wrong name Fair instead of Ideal comments added, to make it less confusing
I’m using `Upgrades.upgradeProxy()` to upgrade proxy contracts pointing to new implementations. A vanilla test case works. But I tried to test revoke ownership and then upgrade which should fail, but...