CHANGELOG
v1.3.1
Fix conflicting @hashgraph/sdk typings
v1.3.0
Native WalletConnect implementation is used instead of relying on Hedera WalletConnect
Breaking changes:
getSigner()was removed in favor of usinggetSigners(). There is no concept of an active signer anymore, and all signers are active simultaneously
v1.2.2
Fix an issue, when session requests could be sent earlier, than the wallet received the session approval
v1.2.1
Add ability to subscribe to session disconnect or session expiration
v1.2.0
Fix that allows to use
handshakemethod with mobile devices.
v1.1.0
BladeConnectorconstructor is now private.BladeConnector.initasync method should be used instead.
v1.0.4
ConnectorStrategy.EXTENSIONwill now throw an error, if the extension was not detected
v1.0.0
Reworked overall documentation
General code and library design improvements
Breaking changes
BladeSignerwas renamed toBladeConnectorExtendedSignerwas renamed toBladeSignerHedera-related methods were removed from the
BladeConnector. Nowconnector.getSigner()should be used in order to perform those operations.Legacy extensions (v0.18.1 and earlier) are no longer supported
onAccountChangedmethod was renamed toonWalletUnlocked
Last updated