Changelog
3.0.1
bb9afea
Thanks @nobrayner! - Removes the first next call when subscribing to lotw events, as it isn't inline with expectationsChangelog
3.0.0
71e2fc5
Thanks @nobrayner! - Added tags to states for better querying of current state. Rearranged states to better represent what is happening.71e2fc5
Thanks @nobrayner! - Added an initialization event that reports the state LOTW has settled on. This allows for waiting for LOTW to start and knowing if it is connected or disconnected.Changelog
2.0.2
05e279f
Thanks @nobrayner! - Fixes network switching signalling the new network can be used before it has finished connectingChangelog
2.0.1
c030ebc
Thanks @nobrayner! - Fixes disconnecting when switching networks. This was caused by an incorrect usage of the 'disconnect' event from walletsChangelog
2.0.0
000fdeb
Thanks @nobrayner! - Store wallet address as checksummed address instead of lowercase addressChangelog
1.3.4
9214bcd
Thanks @nobrayner! - Fixed chainChanged event not unsubscribing correctlyChangelog
1.3.3
b91e72d
Thanks @nobrayner! - Fixes issue with disconnect event being emitted even though there was no existing connectionChangelog
1.3.2
aafc8a8
Thanks @nobrayner! - Lotw.is now correctly returns if it is in the requested stateChangelog
1.3.1
d01b39f
Thanks @alexarcombe! - Fixed emitted event from connected to ensure that XState has settled on this state, this fixes a race condition when trying to read the connector when recieving the connected event.Changelog
1.3.0
4c456ac
Thanks @nobrayner! - Added the ability to quickly reference accounts and chainId from lotw instance809cd8b
Thanks @nobrayner! - Fixes #19. Disconnects the currently connected connector when connecting while already connected
809cd8b
Thanks @nobrayner! - Fixes #17. Closing the Wallet Connect QR Modal now correctly disposes the modal state, allowing for a second attempt.
e47cc81
Thanks @nobrayner! - Disconnecting WalletConnect session from your wallet now disconnects Lotw
2b46f5d
Thanks @nobrayner! - Subscribing to Lotw will notify the current state immediately, and then any updates will come through as normal. This fixes hangs while waiting for Lotw to change