cw-orchestrator
cw-orchestrator copied to clipboard
All-in-one Rust-based CosmWasm testing, scripting, and deployment tool.
This Simplify the cw-orch contract function derives. The functions do not take their argument types directly but an argument of the form `Into` This allows for simpler interactions ## Downside...
This PR aims at removing duplicate code and merges execute and query msgs. Depends on https://github.com/AbstractSDK/cw-orchestrator/pull/389
This PR adds Debug derive to the EnvironmentInfo. Will look around other types to see which miss Debug as well
Simultaneous daemon state file writes currently are not handled. This PR aims to handle such cases. So there are 2 scenarios when simultaneous write can happen: 1. Another program that...
This Pr aims at integrating and testing union inside cw-orch Blocked because not possible to access funds on the testnet for my address
This PR aims at updating cosmwas-std to 2.0 version. I am blocked because Osmosis-std and test-tube need cosmwasm-std 1. - Use cw-multi-test branch for dev, don't rush it : `update/add-ibc-support-cosmwasm2`...
We should bump our tooling to 2.0 as tooling should be one of the first packages that roll out with major version bumps in an ecosystem. See https://github.com/CosmWasm/sylvia/issues/374#issuecomment-2102845372.
This PR aims at separating the daemon and the sender to be able to compose with senders and queriers.
Updates the requirements on [cw20](https://github.com/CosmWasm/cw-plus) to permit the latest version. Release notes Sourced from cw20's releases. v2.0.0 Attached there are some schemas and build artifacts generated at this tag. Those...