The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 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)
- Renamed the Go type
CodeID
toChecksum
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)
This is a baseline... no CHANGELOG was maintained until this point