Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 896 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 896 Bytes

CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Add Submessages and Subcall types (#197)
  • Add WasmMsg::Migrate message type (#197)
  • Add IBC and Stargate message types (#167, #174)
  • Expose IBC entry points and AnalyzeCode (#167, #174)

Changed

  • Renamed the Go type CodeID to Checksum to clarify the difference between the numeric code ID assigned by x/wasm and the hash used to identify it in the cache.
  • Update required Rust version in build scripts to 1.50 (#197)

0.13.0

This is a baseline... no CHANGELOG was maintained until this point