Skip to content

Transaction logs in custom messages

Compare
Choose a tag to compare
@cmeisl cmeisl released this 24 Jul 05:26
· 20 commits to master since this release
8e0b89a

This release adds the full receipt, including the transaction logs, that are received for confirmed transactions so that it can be accessed in the handleNotificationEvent function. An example receipt is:

Screen Shot 2019-07-24 at 3 18 54 pm

Change log:

  • FEATURE: Add tx receipt transaction logs to tx object (#341)
  • FIX: Set a default empty object for notificationsOptions to avoid error (#345)
  • FIX: Make promievent errors and events match web3 js (#329)