Skip to content

Update Blocknative SDK

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 03 Mar 23:29
cdf22cc

A small release to update to the latest Blocknative SDK version which adds adds the ability to unsubscribe from a watched address.

Code has been updated in the balance store where the current address is watched for confirmed transactions so that the previous address will be unwatched when the current address changes to avoid unnecessary messages from the server.

The lodash.debouncedependency has also been removed as it is no longer needed due to backend improvements.

Changelog:

  • Update sdk and unsubscribe from address (#224)