t11s

Results 145 comments of t11s

another (better imo) reference: https://github.com/primitivefinance/primitive-dodoc

> Although I am not sure if this will help, I managed to "cheat" the `msg.sender` by deploying the test contract on the address that I wanted to simulate with...

How can I find which opcode? The debugger crashes running the test too

hmm ok the debugger doesn't actually seem to crash anymore, just show that the test failed without any assertion violations or reverts? 🤔 https://asciinema.org/a/FRAL9R3u42exwNWtp3FVCL0l3

i mentioned this is dappchat but putting here as well for visibility 😅 instead of focusing on just impl'ing this specific chart, probably best to export coverage in a common...

> This is a known issue, unfortunately, that I once thought I solved with #582, but it has reappeared lately. Its only present with cvc4 in some particular circumstances. As...

ideally don't run non-concrete tests (tests prefixed with `prove`/`invariant` and standard `test` prefixed functions with arguments) during `dapp snapshot` or else things could take a while

would be epic. this is some wishlist shit but would love an env var like `DAPP_TEST_MODE` that could be set to `1` or `2` (`0`/unset would just trigger the current...

hollllyyyy cow this is amazing @d-xo. only thing that i think is left out that i would kill to have is the ability to change the address of the test...