Skip to content

Various Fixes

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 28 Sep 05:06
· 95 commits to master since this release
5a30c98

This releases fixes a few bugs and type interfaces. Notably the preflight checks for the transaction function are now fixed.

The dappId has been made optional, but is still required for transaction notifications that come from the Blocknative server infrastructure. Making the dappId optional allows for Notify to be used as a simple UI notification library that has no WebSocket connection initiated and only the notification function will be enabled.

Changelog:

  • Fix: Add fallback fonts (#165)
  • Fix: Notification type issues (#166)
  • Enhancement: Pass notification.type to notifications list item className (#167)
  • Fix: Duplicate transaction check function (#168)
  • Enhancement: Optional dappId (#169)
  • Fix: Contract Call Type (#170)