[Blocked before cw-multi-test 3.0-IBC] Replace Cw-Multi-Test wiith official version
This PR aims at removing the dependency of our fork of cw-multi-test and moving it to the official cw-multi-test.
This is still a draft because we are waiting for cw-multi-test to stabilize version 3.0.0 (https://github.com/CosmWasm/cw-multi-test/milestone/11)
Checklist
- [ ] Changelog updated.
- [ ] Docs updated.
Deploying cw-orchestrator with
Cloudflare Pages
| Latest commit: |
576d3fc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://abae0af7.cw-orchestrator.pages.dev |
| Branch Preview URL: | https://cw-multi-test-use-official.cw-orchestrator.pages.dev |
By the way, are we supposed duplicate cosmwasm set of features like cw-multi-test do? https://github.com/CosmWasm/cw-multi-test/blob/b846f156f72e98d2037710dab856544fbb3a49db/Cargo.toml#L17-L27 Or setting latest version features on cosmwasm packages would be sufficient?
By the way, are we supposed duplicate cosmwasm set of features like cw-multi-test do? https://github.com/CosmWasm/cw-multi-test/blob/b846f156f72e98d2037710dab856544fbb3a49db/Cargo.toml#L17-L27 Or setting latest version features on cosmwasm packages would be sufficient?
I'm not sure. setting the last one should be sufficient. Note here that when execution 2.0, all the features are available by default so we don't need to bother. If a user needs the specific features, we might think of that, but definitely not right now. I haven't heard someone complain about this