v2.2.0
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)