You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With cargo +nightly test --features backtraces we can get full backtraces on any any unexpected error that shows up in our unit tests. Let's expose this in these contracts too.
The text was updated successfully, but these errors were encountered:
The contracts in cosmwasm repo have:
With
cargo +nightly test --features backtraces
we can get full backtraces on any any unexpected error that shows up in our unit tests. Let's expose this in these contracts too.The text was updated successfully, but these errors were encountered: