Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Releases: heathen-engineering/BGSDK-Foundation

v1.3.2

05 Oct 15:16
Compare
Choose a tag to compare
  • Corrected bug with profile serialization
  • Corrected a bug with Create Wallet failing on bad format
  • Corrected an issue with List Wallet where it would always return empty results
  • Updated the settings to allow editing of the end point URLs

v1.2.1

23 Jun 14:55
Compare
Choose a tag to compare

Signifigant update introducing the Client and Server static class. These classes will help clearly identifiy the intended scope of a given call. The entierety of the Token and Wallet class have moved to Server e.g.

API.Token

becomes

API.Server.Token

Similarly

API.Wallets

becomes

API.Server.Wallets

Note that the Server class will only compile for Editor and Server builds, that is it will not be available at all for use in a client build.

Other changes include the simplifciation of the Token, Contract and Wallet data models to remove irrelivent fields and the simplifciation of the API.Server.Wallets.Create(...) method which now only creates WhiteLabel type wallets as per Venly recomendation.

v1.1.1

21 May 14:20
Compare
Choose a tag to compare

Corrected an editor bug that could cause null ref exceptions on every update of the Editor. This could happen if the inspector target became null while coroutines where processing.

v1.1.0

21 May 10:30
Compare
Choose a tag to compare

Summary

Updated the SDK to reflect changes in the Arkane Web API. The system now supports the new array members on the Contract and Tokens and provides fields for configuring the desired chain e.g. "Secret Type" whcih will default to MATIC.

Attached is a unity package export

Changes

  • Updated Contract to support media array
  • Updated Token to support attribute array
  • Updated Token to support animation array
  • Corrected buis end point URI
  • Corrected Create Contract sync
  • Corrected Create Token sync

v1.0

04 May 16:58
Compare
Choose a tag to compare
  • Restructured folders for the .unitypackage
  • Corrected editor bugs that would cause the BGSDK Settings object to lose references to contract and token objects

v0.3-alpha

20 Mar 20:12
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

Updated Wallet ID data type

v0.2-alpha

19 Mar 14:47
22b19c5
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Includes name changes to bring more of the code base in line with Unity nameing conventions and updates to sample scene to correct missing references.

v0.1-alpha

18 Mar 20:59
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Attached a unitypackage as a binary associated with this build. This is a preview build with work in progress editor scripts and example scripts.