Skip to content

Releases: FigureTechnologies/asset-classification-smart-contract

v3.4.1

19 Nov 19:53
4f65e6d
Compare
Choose a tag to compare
fix: Basic state broken due to key change (#79)

v3.4.0

18 Nov 23:04
5d0d896
Compare
Choose a tag to compare
feat: Update to provwasm v2; improve developer experience (#78)

v3.3.0

27 Feb 17:42
dc847dc
Compare
Choose a tag to compare
Merge pull request #68 from FigureTechnologies/hyperschwartz/remove-f…

v3.2.1

27 Feb 17:33
01c0ea5
Compare
Choose a tag to compare
Merge pull request #69 from FigureTechnologies/v3.2.1/audit-changes

v3.2.1: Audit fixes

v3.2.0

20 Oct 21:45
3f6653d
Compare
Choose a tag to compare
Merge pull request #61 from FigureTechnologies/v3.2.0

v3.2.0: Additional fee charge options for verifiers

v3.1.1

22 Sep 22:55
d909e86
Compare
Choose a tag to compare
Merge pull request #60 from FigureTechnologies/hyperschwartz/use-os-e…

v3.1.0

21 Sep 20:34
9cc1afd
Compare
Choose a tag to compare
Merge pull request #59 from FigureTechnologies/hyperschwartz/object-s…

v3.0.0

01 Sep 19:25
0105281
Compare
Choose a tag to compare
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

25 Aug 19:07
df352ec
Compare
Choose a tag to compare
Merge pull request #57 from FigureTechnologies/v2.0.1

v2.0.1: Verifier Self-Updates

v2.0.0

10 Aug 21:07
6df2fd0
Compare
Choose a tag to compare

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