- Add wasm message types (#133)
- 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 latest cosmwasm v1.1.5 (#95)
- 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 ofInto
.
- Initial release to crates.io (support for the attribute, marker, and name Provenance Blockchain modules).