Skip to content

Releases: AbstractSDK/cw-orchestrator

v.0.21.2

28 Mar 09:14
73d3cf9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.0...v0.21.2

v0.21.0

28 Feb 10:18
40a8a0f
Compare
Choose a tag to compare

What's Changed

  • Add cw-multi-test 0.21 with packet timeouts by @Kayanski in #339

Full Changelog: v0.20.1...v0.21.0

v0.20.1

28 Feb 10:18
9a39c88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

05 Feb 11:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.1...v0.20.0

v0.19.1

20 Dec 13:23
Compare
Choose a tag to compare

What's Changed

  • Add local_hash function to WasmCodeQuerier trait and implement it for envs by @CyberHoward in #290
  • Fix min gas env variable processing by @Kayanski

Full Changelog: v0.19.0...v0.19.1

v0.19.0

12 Dec 16:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.2...v0.19.0
Manual Changelog: CHANGELOG.md

v0.18.1

03 Nov 14:16
Compare
Choose a tag to compare
  • Feature flag networks crate to avoid importing tokio when using solely cw-orch interfaces

Full Changelog: v0.18.0...v0.18.1

v0.18.0

03 Nov 10:20
Compare
Choose a tag to compare

What's Changed

  • Added wallet balance assertions to avoid erroring when the wallet doesn't have enough balance when submitting a daemon transaction
  • Added Doravota network
  • Corrected Osmosis-1 network
  • Better handling of env variables --> Crate is becoming easier to maintain and document

Full Changelog: v0.17.0...v0.18.0

v0.17.0

19 Oct 13:22
Compare
Choose a tag to compare

What's Changed

Added

  • Added possibility to not panic in parse network by @Buckram123
  • Added Deploy to prelude
  • Exposed the state_dir location
  • Added better env variable management by @Kayanski
  • Added message to enable logging if not enabled

Fixed

  • Added stargate feature to cw-multi-test
  • Using dirs instead of shellexpand for getting the default cw-orch state dir.
  • Removed unused dependencies

Breaking changes

  • Add ability to provide custom state in Deploy::set_contracts_state
  • Breaking change: remove the &self dependency for the Deploy::deployed_state_file_path method

Full Changelog: v0.16.4...v0.17.0

v0.16.1

12 Sep 13:04
Compare
Choose a tag to compare

What's changed

Added

Fixed

  • Fix dependencies on the traits::Stargate trait and on the osmosis-test-tube implementation

Changed

  • Made the chain_id mandatory in Mock::with_chain_id

Full Changelog: v0.16.0...v0.16.1