Skip to content

Latest commit

 

History

History
96 lines (51 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

96 lines (51 loc) · 2.52 KB

Grindery Wallet SDK Changelog

v0.5.7 (2024-11-27)

Fixed

  • Undefined provider when pairing token detected

v0.5.6 (2024-11-21)

Fixed

  • Automatic pairingToken detection for click-less app pairing

Added

  • An alert if wallet connection pop-up has been blocked by the browser

v0.5.5 (2024-11-16)

Fixed

  • setAppId method not working as expected issue

v0.5.4 (2024-11-07)

Added

v0.5.3 (2024-11-06)

Added

  • Automatic pairingToken detection for click-less app pairing

v0.5.2 (2024-11-06)

Fixed

  • Minor issues in staging (testing) mode

v0.5.1 (2024-11-05)

Added

  • New config options for testing and developing purposes

v0.5.0 (2024-09-27)

Added

Fixed

  • Pairing redirect issue when SDK used in the Telegram Mini App

v0.4.2 (2024-08-03)

  • Added client events tracking

v0.4.1 (2024-07-17)

Fixed

  • Fixed Telegram Mini App auto-closing issue on wallet connection.

v0.4.0 (2024-07-05)

Features

  • Added getUserWalletAddress SDK method, allowing to silently exchange Telegram user ID to EVM wallet address

v0.3.0 (2024-06-18)

Added support for BNB and opBNB chains

  • Added eth_chainId provider method, as specified by EIP-695
  • Added wallet_addEthereumChain provider method, as specified by EIP-3085
  • Added wallet_switchEthereumChain provider method, as specified by EIP-3326
  • Added chainChanged provider event, as specified by EIP-1193

v0.2.0 (2024-05-16)

Improvements

  • Code refactored
  • Bundle size reduced

v0.1.1 (2024-05-15)

Features

  • Added window events to announce injected Wallet Provider, as specified by EIP-6963