Skip to content

Releases: tronprotocol/tronwallet-adapter

v1.1.1

07 Feb 05:31
0343f2e
Compare
Choose a tag to compare

Packages latest version

@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]

Features

  • Update connecting process of LedgerAdapter: select account first and following operations will use the selected account.
  • Add AdapterState.Loading for TronLinkAdapter to indicate that it is checking TronLink wallet.
  • Optimize checking process of TronLinkAdapter: adapter will always use window.tron when it exists.
  • Support listening to TronLink events when it is disconnected.
  • Support keeping selected wallet in useWallet hook when adapter is disconnected by event.
  • Support changing wallet by MultiActionButton when current selected wallet is disconnected.

v1.1.0

19 Jan 03:33
fae0e85
Compare
Choose a tag to compare

Packages latest version

@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]
@tronweb3/[email protected]

Features

  • Support the new protocols of TronLink extension: Tip1102, Tip1193, Tip3326
  • Add switchChain definition in tronwallet-abstract-adapter
  • Support switchChain and eth_requestAccounts methods in TronLink wallet

v1.0.0

13 Jan 11:08
cb73a6a
Compare
Choose a tag to compare

Packages latest version

Features

  • Add tronwallet-adapter-react-hooks to provide a react hook which maintains the state of wallet connection and supports select/connect/disconnect wallet, sign message or transaction.
  • Add tronwallet-adapter-react-ui to provide out-of-the-box components which make it easy to select/connect/disconnect wallet.
  • Add tronwallet-adapter-tronlink to interact with TronLink extension and APP (IOS and Android).
  • Add tronwallet-adapter-walletconnect to interact with TRON walletconnect wallet.
  • Add tronwallet-adapter-ledger to interact with TRON ledger wallet.
  • tronwallet-adapters package exports all adapters of currently supported wallets which can be imported by TRON DApp developers.
  • tronwallet-abstract-adapter defines an abstract class named Adapter with properties, methods, events and provides a set of error types and functions.