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

All-in-one Rust-based CosmWasm testing, scripting, and deployment tool.

Results 43 cw-orchestrator issues
Sort by recently updated
recently updated
newest added

Contract CLI moved from #177.

Today, DaemonAsync is thread safe but submitting transactions with a daemon between threads is not safe because of the account sequence not being updated accordingly when a transaction has been...

This changes updates the version of `cosmrs` for RPC support in orchestrator. It also fixes some minor bugs when interacting with `wasmd` v0.50-rc-2.

Syn 2.0 provides better management for proc_macro parsing, and has a better way of managing attributes on them. This would clarify the code as well as have it up to...

It would be a better experience for developers if the version of the deployment was stored along the contract name. Right now, new versions of modules overwrite the existing entry...

Add a gas profiler to easily collect gas-usage data over different deployments.

enhancement

It would be beneficial to the developer experience if in-progress deployments were kept track of, and were able to be resumed at a given point if a step fails. Right...

enhancement

Updates the requirements on [cosmrs](https://github.com/cosmos/cosmos-rust) to permit the latest version. Commits edb8bd7 cosmrs v0.19.0 (#494) dc092d0 cosmos-sdk-proto v0.24.0 (#493) 0a6b1ad ibc-go: bump to v8.4.0 (#492) 26b102b proto-build: use buf to...

dependencies
rust