Skip to content

Releases: nextchapterstudio/lotw

v3.0.2

15 Feb 22:14
1812400
Compare
Choose a tag to compare

Patch Changes

  • c46d590 Thanks @nobrayner! - All emitted events are now delayed by a millisecond to allow the machine's context to settle after executing actions. This resolves issues with trying to access accounts or chain from lotw upon receiving an event.

v3.0.1

15 Feb 03:03
6c36b33
Compare
Choose a tag to compare

Patch Changes

  • bb9afea Thanks @nobrayner! - Removes the first next call when subscribing to lotw events, as it isn't inline with expectations

v3.0.0

14 Feb 23:40
354dbee
Compare
Choose a tag to compare

Major Changes

  • 71e2fc5 Thanks @nobrayner! - Added tags to states for better querying of current state. Rearranged states to better represent what is happening.

Patch Changes

  • 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.

v2.0.2

11 Jan 02:05
360186d
Compare
Choose a tag to compare

Patch Changes

  • 05e279f Thanks @nobrayner! - Fixes network switching signalling the new network can be used before it has finished connecting

v2.0.1

10 Jan 20:33
807b89e
Compare
Choose a tag to compare

Patch Changes

  • c030ebc Thanks @nobrayner! - Fixes disconnecting when switching networks. This was caused by an incorrect usage of the 'disconnect' event from wallets

v2.0.0

21 Nov 04:22
f1d4217
Compare
Choose a tag to compare

Major Changes

  • 000fdeb Thanks @nobrayner! - Store wallet address as checksummed address instead of lowercase address

v1.3.4

21 Nov 04:19
868bb9a
Compare
Choose a tag to compare

Patch Changes

v1.3.3

07 Nov 02:25
11d1012
Compare
Choose a tag to compare

Patch Changes

  • b91e72d Thanks @nobrayner! - Fixes issue with disconnect event being emitted even though there was no existing connection

v1.3.2

07 Nov 01:46
e11a89e
Compare
Choose a tag to compare

Patch Changes

  • aafc8a8 Thanks @nobrayner! - Lotw.is now correctly returns if it is in the requested state

v1.3.1

26 Oct 22:20
eed8ba5
Compare
Choose a tag to compare

Patch Changes

  • 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.