Skip to content

v8.0.0

Compare
Choose a tag to compare
@Shaptic Shaptic released this 10 Feb 19:59
· 228 commits to master since this release
2a5f3c6

Breaking

  • Updates the SEP-10 utility function parameters to support SEP-10 v3.1 (#607)
    • A new required webAuthDomain parameter was added to the following functions
      • utils.buildChallengeTx()
      • utils.readChallengeTx()
      • utils.verifyChallengeTxThreshold()
      • utils.verifyChallengeTxSigners()
    • The webAuthDomain parameter is expected to match the value of the Manage Data operation with the 'web_auth_domain' key, if present

Fix

  • Fixes bug where the first Manage Data operation in a challenge transaction could have a null value (#591)

Update

  • Upgraded axios package to version ^0.21.1 from ^0.19.0 to fix security vulnerabilities (#608)
  • Upgraded js-stellar-base package to version ^4.0.3 from ^4.0.0 to allow accounts with a balance of zero (#616)