Skip to content

Latest commit

 

History

History
100 lines (59 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

100 lines (59 loc) · 4.01 KB

Changelog for provwasm

Unreleased changes

  • Add wasm message types (#133)

Releases

  • Add trigger module message types (#120)
  • Add exchange module message types (#127)
  • Use protos instead of json for bindings (#101)
  • Update tutorial documentation (#102)
  • Add Fee struct to make it easier to implement message fees (#106)
  • Added ProvenanceMsg From implementation (#108)
  • Add forced transfer support for restricted markers (#110)
  • Upgrade to CosmWasm 1.1.9 (#97)
  • Create example IBC contract (#74)
  • Upgrade to latest cosmwasm v1.1.5 (#95)
  • Smart Contract MsgFee Support (#87)
  • Add UpdateAttribute and DeleteDistinctAttribute bindings (#86)
  • Upgrade to CosmWasm v1.0.0 (#88)
  • Upgrade to CosmWasm v1.0.0-rc.0 (#83)
  • Update example tutorial to work with the latest version of Provenance
  • expose MetadataMsgParams to library consumers
  • Add example scope create/update message to metadata contract README
  • Add missing CustomMsg impl for ProvenanceMsg
  • Upgrade to cosmwasm v1.0.0-beta5
  • Upgrade to cosmwasm v0.16.0
  • Allow a supply of zero when creating a marker.
  • Add metadata module query support for scopes, sessions, and records.
  • Add missing attribute value types to fix de-serialization errors.
  • Upgrade to cosmwasm v0.14.1
  • Upgrade to cosmwasm v0.14.0
  • Allow bank balances to be set in the provenance mock querier.
  • Make the internal base querier available in smart contract unit tests.
  • Use the correct mock contract address.
  • Migrate to cosmwasm v0.14.0-beta1.
  • Cleanup API using Rust API Guidelines.
  • Add contributing document.
  • Expand marker integration test contract.
  • Extend marker withdrawals to support any denom.
  • Expose useful types for use in smart contracts.
  • Prefer using the From trait instead of Into.
  • Initial release to crates.io (support for the attribute, marker, and name Provenance Blockchain modules).