Releases: trilitech/tezos-unity-sdk
Releases · trilitech/tezos-unity-sdk
1.5.0
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
2023-05-18
Fixed
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
andTzKTProviderConfig
implementation- Test runner with GH actions
Changed
- Refactor: Tezos divided into two parts: Wallet and API
1.3.1
1.3.0
2023-04-25
Added
- Custom unity readme
Fixed
- Bug with unnecessary
RequestPermission()
call while clicking onDeeplink connect
button on mobiles
Changed
- Package structure
- SignPayload method: now users can pass payload as plaintext without hex-encoding
- Readme images
1.2.1
2023-04-17
Fixed
- Bug with Newtonsoft reference
1.2.0
2023-04-17
Added
- Authentication.prefab
- WebGl unitypackage plugin
- API single entrypoint
1.1.0
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
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
2023-02-28
Added
- The project has now a CHANGELOG
- Added auto releases with GH actions