Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flag for errors backtraces #178

Closed
ethanfrey opened this issue Dec 13, 2020 · 1 comment
Closed

Add flag for errors backtraces #178

ethanfrey opened this issue Dec 13, 2020 · 1 comment

Comments

@ethanfrey
Copy link
Member

The contracts in cosmwasm repo have:

[features]
backtraces = ["cosmwasm-std/backtraces", "cosmwasm-vm/backtraces"]

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.

@ethanfrey
Copy link
Member Author

I checked the contracts, they do actually have this already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant