Skip to content

Releases: trilitech/tezos-unity-sdk

1.5.0

22 Jun 14:17
1c7925f
Compare
Choose a tag to compare

2023-06-22

Fixed

  • Bug with UnityBeacon gameobject
  • Bug fix contracts compilation on Ligo 0.65.0
  • Bug Marketplace is not getting loaded on WebGL
  • Bug with incorrect Micheline params serialization on WebGL
  • Bug with sharing violation on beacon.db

Added

  • Kukai embed login option for WebGL builds
  • Ability to build WebGL frontend bundle with Webpack, refactored WebGL fronted app structure
  • API method: GetLatestBlockLevel
  • Editor Issue Report Form window
  • Readme section about mobile-platforms building with disabled Managed Stripping Level

Changed

  • Updated Beacon TypeScript dependency
  • Refactored namespaces, root namespace now is TezosSDK

1.4.0

18 May 15:26
215bb81
Compare
Choose a tag to compare

2023-05-18

Fixed

  • Bug with BeaconConnectorWebGl
  • Bug, updated Netezos to v2.8.0

Added

  • Better coroutine error handling
  • API methods: GetOwnersForToken, GetOwnersForContract, IsHolderOfContract, GetTokenMetadata, GetContractMetadata, GetTokensForContract, GetOperationStatus
  • User ability to specify logging level
  • Tezos config singleton class
  • IDataProviderConfig and TzKTProviderConfig implementation
  • Test runner with GH actions

Changed

  • Refactor: Tezos divided into two parts: Wallet and API

1.3.1

27 Apr 09:20
a5b7a15
Compare
Choose a tag to compare

2023-04-27

Changed

  • Beacon SDK version to 1.0.23

1.3.0

25 Apr 17:47
08f4ace
Compare
Choose a tag to compare

2023-04-25

Added

  • Custom unity readme

Fixed

  • Bug with unnecessary RequestPermission() call while clicking on Deeplink connect button on mobiles

Changed

  • Package structure
  • SignPayload method: now users can pass payload as plaintext without hex-encoding
  • Readme images

1.2.1

18 Apr 18:52
73fc697
Compare
Choose a tag to compare

2023-04-17

Fixed

  • Bug with Newtonsoft reference

1.2.0

17 Apr 11:12
1eded2d
Compare
Choose a tag to compare

2023-04-17

Added

  • Authentication.prefab
  • WebGl unitypackage plugin
  • API single entrypoint

1.1.0

31 Mar 16:22
036bf00
Compare
Choose a tag to compare

2023-03-31

Added

  • UPM-compatible Package
  • CI to publish package to NPM registry
  • Cross-Session-Persistence to authentication

Fixed

  • Bugs on sample project

Changed

  • Beacon SDK version

0.0.2

28 Feb 11:12
Compare
Choose a tag to compare

2023-02-28

Fixed

  • Fixed correct network type resolving in dotnet BeaconConnector

Removed

  • Removed redundant .dll binary files from beacon-dotnet-sdk plugins

0.0.1

28 Feb 10:52
3a10014
Compare
Choose a tag to compare

2023-02-28

Added

  • The project has now a CHANGELOG
  • Added auto releases with GH actions