Skip to content

Releases: TreasureProject/tdk-unity

v2.8.0

05 Mar 20:37
8ac33ed
Compare
Choose a tag to compare

What's Changed

  • Add flag to transaction write methods to skip waiting for completion for more control
  • Replace AsyncAwaitUtil with UniTask
  • Make launcher server port configurable
  • Automatic sign-in: use launcher args to initialize wallet via cookie
  • Upgraded to Thirdweb SDK v5.17.2

Full Changelog: v2.7.0...v2.8.0

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