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

Removed feature interface from docs #346

Closed anistark closed 5 months ago

anistark commented 6 months ago

This PR aims at updating the cw-orch docs:

  1. Remove the need for the interface feature. Replace by the target flag when needed (only for Uploadable trait)
  2. Adapt the docs to remove the mandatory handle parameters inside the Daemon
Kayanski commented 6 months ago

We need to keep the re-export though here ! Without the feature flag macro

cloudflare-pages[bot] commented 6 months ago

Deploying cw-orchestrator with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4d40257
Status:⚡️  Build in progress...

View logs

CyberHoward commented 6 months ago

I'm pretty sure there are more instances where this flag is used (in the actual code which is referenced in the documentation).

Maybe something that @Kayanski could remove more efficiently