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
It would be great to include this as a failing module in the default App, allowing devs to replace it with a custom Stargate module in AppBuilder. This feature could significantly simplify the testing of multi-stage contract executions.
While some CosmWasm-enabled chains are transitioning their testing to test-tube, it's important to note that it doesn't provide a comprehensive coverage report. For sophisticated DeFi projects with substantial value at stake, having only 10% or even zero test coverage is a concerning issue in the crypto space, in my opinion. That's why I appreciate the functionality of cw-multitest and would like to request your support in incorporating it.
Is it possible to prioritize this request? I believe it shouldn't be too challenging to implement, in my opinion.
P.S. I'm not asking for real Stargate functionality described in this reply but just to add more flexibility for devs to extend cw-multitest on their own
It would be great to be able to mock stargate messages.
cw-multi-test/src/app.rs
Line 943 in 42d8e9b
It is not about supporting stargate messages, but only being able to accept them and update some state for testing.
The text was updated successfully, but these errors were encountered: