Skip to content

Releases: FigureTechnologies/asset-classification-libs

v2.0.1-rc1

25 Aug 18:55
e5dfb70
Compare
Choose a tag to compare
v2.0.1-rc1 Pre-release
Pre-release
Merge pull request #43 from FigureTechnologies/jschwartz/add-okhttp-c…

v2.0.0

21 Aug 22:42
c69c063
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0

27 Jul 23:06
406507e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.3.0

v1.2.3

06 Jun 23:18
Compare
Choose a tag to compare

Full Changelog: v1.2.2...v1.2.3

Includes an update to localtools to allow contract WASM files to be loaded using local files versus forcing GitHub downloads.

v1.2.2

06 Jun 21:22
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

Minor Tweak: Lazy load the account tracking detail in the VerifierClient to prevent automatic blockchain communication during instantiation.

v1.2.1

02 Jun 20:00
Compare
Choose a tag to compare
  • Create a new AssetVerification class required by the VerifierClient that allows the consumer to specify access routes when submitting a verification.

v1.2.0

01 Jun 21:33
5ae2379
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.2.0

Description

This change features dependency updates, as well as an overhaul to the verifier library, allowing custom event handlers for asset classification smart contract events unrelated to the core verification process. It also overhauls the event listener structure to allow registration of events in using a fluent flow when building a VerifierClientConfig

v1.2.0-rc6

01 Jun 21:01
5ae2379
Compare
Choose a tag to compare
v1.2.0-rc6 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc5...v1.2.0-rc6

v1.2.0-rc5

01 Jun 16:10
cd9e599
Compare
Choose a tag to compare
v1.2.0-rc5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc4...v1.2.0-rc5

v1.2.0-rc4

27 May 16:45
Compare
Choose a tag to compare
v1.2.0-rc4 Pre-release
Pre-release

Full Changelog: v1.2.0-rc3...v1.2.0-rc4

This release increases documentation on the new VerifierEvent and VerifierEventType classes, as well as adding some new fields to them.