Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.6 KB

CHANGELOG.md

File metadata and controls

57 lines (36 loc) · 2.6 KB

Changelog

[Unreleased]

v0.2.5 (2024-06-22)

  • Removed GetModuleAddress helper function from the generated test suite #88
  • Fixed diagnostics upload in the generated test suite #91
  • Depracated --contract-name flag to --package-name and -p in interchaintest add-contract command #81
  • Fixed the generation of oneOf when a title is set #92

v0.2.4 (2024-06-07)

  • Fixed the geenration of some incorrectly formated query responses #79
  • Allow MigrateMsg to be an enum #79
  • Bumped go and golangci-lint versions in the autogenerated github actions. #65 and #68
  • Fixed unnecessary override of contract_test.go. #66
  • Fixed the use of incorrect package name in contract_test.go. #82

v0.2.3 (2024-06-05)

  • Removed custom gas from StoreCode in auto-generated test suite #67
  • Allow migrate messages to be enums. #74
  • Fixed a problem with generating messages in dao-dao-core. #75

v0.2.2 (2024-05-20)

  • Fixed issue #61
  • Added the testvalues package to the generated test suite #60

v0.2.1 (2024-05-19)

  • Fixed issue #56
  • Updated the interchaintest library to the latest version (v8.3.0) #53

v0.2.0 (2024-05-17)

  • Added support for generating a gRPC query client #14
  • Added support for generating an interchaintest based test suite #45.
  • Various API breaking changes on the CLI commands and go packages.

v0.1.3 (2024-04-22)

  • Fixed issue #30

v0.1.2 (2024-04-19)

  • Fixed issue #26

v0.1.1 (2024-02-14)

  • Added LICENSE file
  • Added a version command to the CLI

v0.1.0 (2024-02-14)

Initial release