AbstractSDK / cw-orchestrator

All-in-one Rust-based CosmWasm testing, scripting, and deployment tool.
https://orchestrator.abstract.money
GNU General Public License v3.0
76 stars 18 forks source link

feat: feature gate some cw-orch dependencies #367

Closed dzmitry-lahoda closed 5 months ago

dzmitry-lahoda commented 5 months ago

https://github.com/AbstractSDK/cw-orchestrator/blob/859ba48d313f9c80536940fd0a9766999a90dbd0/Cargo.toml#L22C2-L22C19

Kayanski commented 5 months ago

cw-orch-networks and osmosis-test-tube are already gated behind the daemon and osmosis-test-tube features respectively. For tests in memory, don't user the daemon feature

Kayanski commented 5 months ago

Renaming the issue to remove the osmosis test tube mention. Osmosis Test Tube is already gated behing osmosis-test-tube feature

dzmitry-lahoda commented 5 months ago

oh, sorry, looked into wrong Cargo.toml. thank you.