Skip to content

v0.25.0

Latest
Compare
Choose a tag to compare
@Buckram123 Buckram123 released this 21 Aug 09:13
· 11 commits to main since this release
cbab5f5

What's added

  • is_test Added for Daemon Builders, when set to true will use temporary file for state
  • Chain configs now can be edited from a networks config file. It will read ~/.cw-orchestrator/networks.json, see example networks.json.example
  • New package cw-orch-neutron-test-tube
  • Chain configs now can be edited from a networks config file. It will read ~/.cw-orchestrator/networks.toml, see example networks.toml.example
  • Added load_network for DaemonBuilder, defaults to true. Set to false to avoid loading networks from ~/.cw-orchestrator/networks.toml
  • New environment variable for cw-orch-starship: CW_ORCH_STARSHIP_CONFIG_PATH to specify path of starship config that's currently in use.
  • 3+ chain support for cw-orch-starship.

What's Breaking

  • Daemon state got flattened from .chain_name.chain_id to .chain_id to simplify state parsing.
  • Rename DaemonInterchainEnv to DaemonInterchain for consistency.
  • Cosmwasm 2.0 upgrade, see MIGRATING.md for the guide