Skip to content

Track signed transactions

Compare
Choose a tag to compare
@cmeisl cmeisl released this 16 Jul 04:46
· 23 commits to master since this release
0dd0991

With this release, Dapps can track an already signed transaction (e.g. signed by a hardware wallet), by passing the transaction hash to the Transaction method. See docs for more details:

https://github.com/blocknative/assist#transactiontxobjectorhash--callback--inlinecustommsgs

This release also adds support for Goerli testnet.

  • Track by transaction hash (#319)
  • Add Goerli as a valid network (#320)
  • Update documentation for handleNotificationEvent (#326)