Skip to content

Releases: TreasureProject/tdk-unity

v2.7.0

01 Feb 01:15
2288ec5
Compare
Choose a tag to compare

What's Changed

  • Added TDK.API.EstimateTransactionGas method for estimating transaction gas costs
  • Upgraded to Thirdweb SDK v5.17.0

Full Changelog: v2.6.1...v2.7.0

v2.6.1

20 Jan 15:51
56c7b98
Compare
Choose a tag to compare

What's Changed

  • Make some Identity session methods have public access

Full Changelog: v2.6.0...v2.6.1

v2.6.0

16 Jan 21:27
12bb06e
Compare
Choose a tag to compare

What's Changed

  • Update Thirdweb SDK to 5.15.1
  • Simplify WalletConnect setup
  • Use fallback for bundleId when Application.identifier is an empty string (fixes connect issues in windows build)

Full Changelog: v2.5.0...v2.6.0

v2.5.0

20 Dec 19:13
b0df71c
Compare
Choose a tag to compare

What's Changed

  • Update Thirdweb SDK to 5.12.1
  • Track connection event in thirdweb
  • Add Treasure to the list of supported chains
  • Set MagicswapRouter address for Treasure chain

Full Changelog: v2.4.0...v2.5.0

v2.4.0

03 Dec 22:15
b6fb5cd
Compare
Choose a tag to compare

What's Changed

  • Use Thirdweb SDK for writing transactions in topaz
  • Metamask support in topaz
  • Add support for connecting with EOA wallets
  • Upgraded to Thirdweb SDK v5.11.1

Full Changelog: v2.3.1...v2.4.0

v2.3.1

12 Nov 15:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

07 Nov 21:29
Compare
Choose a tag to compare

What's Changed

  • Fixed social login for WebGL builds
  • Fixed cancellation / timeout error on social login reopening connect modal after it was closed by user
  • Upgraded to Thirdweb SDK v5.9.0

Full Changelog: v2.2.0...v2.3.0

v2.2.0

25 Oct 02:53
Compare
Choose a tag to compare

Breaking Changes

  • User struct changes:
    • smartAccountAddress renamed to address
    • allActiveSigners renamed to sessions
  • User.Signer struct renamed to User.Session

What's Changed

  • Upgraded to Thirdweb SDK v5.6.1
  • Replaced deprecated fields on user object (see breaking changes above)

Full Changelog: v2.1.0...v2.2.0

v2.1.0

23 Oct 21:23
Compare
Choose a tag to compare

What's Changed

  • Added environment-specific ecosystemId and ecosystemPartnerId config fields
  • Added Treasure Topaz testnet chain details
  • Fixed social login flows not showing proper loading and error messages
  • Fixed config overriding existing sessionOptions when no new ones are specified
  • Upgraded to Thirdweb SDK v5.5.4

Full Changelog: v2.0.0...v2.1.0

v2.0.0

06 Oct 17:04
71fe046
Compare
Choose a tag to compare

Upgrade Notice

  • We recommend a clean install, as some files have been removed.
  • v1 introduced a new TDK config structure - if you are currently on v1 your config should still be valid. Please consult the Treasure engineering team if you experience any issues during TDK config.
  • The scripting defines TDK_HELIKA is no longer required.

What's Changed

  • Support for Thirdweb Ecosystem Wallets.
  • Deprecation of Helika in favour of Treasure Analytics.
  • Addition of Discord auth, deprecation of Facebook auth.
  • Deprecation of Bridgeworld features.
  • Drastically reduced TDK size.
  • Various optimizations and improvements.

Full Changelog: v1.0.2...v2.0.0