Releases: FigureTechnologies/asset-classification-smart-contract
Releases · FigureTechnologies/asset-classification-smart-contract
v3.4.1
v3.4.0
feat: Update to provwasm v2; improve developer experience (#78)
v3.3.0
Merge pull request #68 from FigureTechnologies/hyperschwartz/remove-f…
v3.2.1
Merge pull request #69 from FigureTechnologies/v3.2.1/audit-changes v3.2.1: Audit fixes
v3.2.0
Merge pull request #61 from FigureTechnologies/v3.2.0 v3.2.0: Additional fee charge options for verifiers
v3.1.1
Merge pull request #60 from FigureTechnologies/hyperschwartz/use-os-e…
v3.1.0
Merge pull request #59 from FigureTechnologies/hyperschwartz/object-s…
v3.0.0
Remove scope spec stuff :rip: (#58) * remove scope spec :rip:, propagate asset type through where now needed * New query route for getting specific attribute by asset type, existing QueryAssetDefinitions now returns vector of all AssetScopeAttributes for a scope * Update FeePaymentDetails state key to be tuple of (scope address, asset type) * Removed tests rendered unnecessary by scope spec removal (i.e. error on scope spec clash * remove QueryAssetDefinitionsResponse and pluralize QueryAssetScopeAttributes * fix lookups for multiple asset types on a single scope * kind of a dumb test workaround due to what is available on the ProvenanceMockQuerier for intercepting add/update attribute behavior * test for failure on verification of wrong asset type * remove AssetQualifier * update schema * update naming to AssetDefinitionV3 to reflect removed field * Add test to verify that we can still read from the existing IndexedMap storage * bump version to 2.1.0 * THE 300 * ASSET_DEFINITIONS_NAMESPACE rename and comment * add asset definition display name * always delete fee payment detail for asset/type combo after verification (regardless of success status) * update doc references from AssetDefinitionV2->AssetDefinitionV3 * update schema * update comment on state`update` functionality efficiency, and revert back to equivalent method of load/save for Map * Update AssetDefinitionInputV2 -> AssetDefinitionInputV3 in comments * add asset_type param comment to has_asset * update comments around FeePayment amount
v2.0.1
Merge pull request #57 from FigureTechnologies/v2.0.1 v2.0.1: Verifier Self-Updates
v2.0.0
What's Changed
- V2.0.0 take2 by @piercetrey-figure in #55
- Fees collected via new custom Provenance message fee
- Removed contract route for binding contract aliases, as this can be done external to the contract
- Onboarding cost required to be an even number to account for 50% Provenance fee cut
Full Changelog: v1.0.8...v2.0.0