Skip to content

v0.16.0 (Yanked)

Compare
Choose a tag to compare
@Kayanski Kayanski released this 11 Sep 15:17
· 336 commits to main since this release

What's changed

Added

  • Ability to use the ExecuteFns and QueryFns traits on Units and Unnamed enum variants by @Kayanski
  • Optional disable of sorting of ExecuteFns and QueryFns fields by @Kayanski
  • Sei Network
  • call_as helper on TxHandler Trait
  • Automatic tx retrying in case of an account sequence error by @Kayanski
  • Added ibc denom query (for completeness and working with ibc token transfers)
  • Added ibc connection-end query (for completeness and working with ibc connections)
  • Added transaction by event query (mainly for querying packets in and out of the chain)
  • Added helper to modify the chain id of cw-multi-test (Mock)
  • Added a trait to be able to commit any transaction to chain (Protobuf any type)
  • Added min gas and average gas utilization for computing the tx fee
  • Added Install Readme
  • Added env variables for customizing experience

Fixed

  • Make the broadcast function public on Sender

Changed

  • Made transaction retrying more modular (for adding more retry cases) by @Kayanski
  • Change the state file default location for relative paths ./ --> ~/.cw-orchestrator

Full Changelog: v0.15.0...v0.16.0