cw-orchestrator icon indicating copy to clipboard operation
cw-orchestrator copied to clipboard

[Blocked before cw-multi-test 3.0-IBC] Replace Cw-Multi-Test wiith official version

Open Kayanski opened this issue 1 year ago • 3 comments

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.

Kayanski avatar Sep 18 '24 11:09 Kayanski

Deploying cw-orchestrator with  Cloudflare Pages  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

View logs

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?

Buckram123 avatar Sep 18 '24 12:09 Buckram123

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

Kayanski avatar Sep 18 '24 13:09 Kayanski