Skip to content

v2.2.0

Compare
Choose a tag to compare
@abuiles abuiles released this 30 Jul 17:58
· 370 commits to master since this release
992e828

Add

  • Add helper Utils.verifyChallengeTx to verify SEP0010 "Challenge" Transaction. (#388)
  • Add helper Utils.verifyTxSignedBy to verify that a transaction has been signed by a given account. (#388)

Fix

  • Check for a global EventSource before deciding what to use. This allows you to inject polyfills in other environments like react-native. (#389)