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

feat(app): add Stargate extension #64

Closed
wants to merge 1 commit into from

Conversation

epanchee
Copy link
Contributor

@epanchee epanchee commented Sep 14, 2023

Add Stargate Module in App

This feature has been requested multiple times 1, 2.

The proposal is to introduce Stargate module within the default App, enabling developers to replace it with a customized Stargate module in AppBuilder. This enhancement will simplify the testing of multi-stage contract executions that generate Stargate messages and perform Stargate queries.

While some CosmWasm-enabled chains are transitioning their testing to test-tube, it's important to highlight that it does not provide a comprehensive test coverage report. For sophisticated DeFi projects with substantial value at risk, achieving only 10% or even zero test coverage is a significant concern within the crypto space, in my opinion. This underscores the value of incorporating the functionality of cw-multitest.

This PR does not directly introduce Stargate functionality tied to a specific Cosmos SDK chain implementation. Instead, it provides flexibility for developers to implement their Stargate module independently (an example can be found in the tests within stargate.rs).

@DariuszDepta DariuszDepta added this to the v0.19.0 milestone Oct 18, 2023
@DariuszDepta DariuszDepta modified the milestones: 0.19.0, 0.20.0 Nov 23, 2023
@DariuszDepta
Copy link
Member

Hi @epanchee,
We have taken slightly modified approach to provide mocking stargate messages and queries.
Could you take a look at PR #106 and verify if such solution addresses all your needs, or we are missing something?
Thanks in advance for your help!

@epanchee
Copy link
Contributor Author

Hi @epanchee, We have taken slightly modified approach to provide mocking stargate messages and queries. Could you take a look at PR #106 and verify if such solution addresses all your needs, or we are missing something? Thanks in advance for your help!

Hi @DariuszDepta ,
looks good to me. Thank you for your efforts to ship this long awaited feature!

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

Successfully merging this pull request may close these issues.

2 participants