- migrate to GRPC queries (#157)
- add
MetadataAddress
type for encoding/decoding metadata addresses (#161)
- test tube integration tests (#150)
- fix code generation (#150)
- refactor
Any
to support Trigger messages (#123) - Update to cosmwasm 2.x (#141)
- minimize generated types (#152)
- update to provenance 1.19.0-rc5 (#155)
- Add wasm message types (#133)
- Bump to Provenance 1.17.1 (#135)
- Add ibc message types (#136)
- Update contracts to use
cosmwasm/optimzer
(#140) - Create security contract to link assets with a security type (#138)
- Bump to Provenance 1.18.0-rc2 (#143)
- remove nft, security, and template contracts (#145)
- Bump to Provenance 1.18.0 and add new exchange types (#146)
- Update dependencies, including cosmwasm 1.5 (#147)
- 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).