Skip to content

v10.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Shaptic Shaptic released this 22 Sep 20:25
· 29 commits to master since this release
e3d6fc3

THIS IS A PRE-RELEASE. It is NOT compatible with the current mainnet, but it IS compatible with the current testnet (which is running Preview 11, the final futurenet version with XDR at stellar/stellar-xdr@9ac0264).


Breaking Changes

  • The wrappers around multi-party authorization have changed (#678):
    • authorizeEntry has been added to help sign auth entries in-place
    • the signature for authorizeInvocation has changed: it now offers a callback approach by default and requires slightly different parameters
    • buildAuthEntry, buildAuthEnvelope, and authorizeInvocationCallback have been removed

Fixed

  • The TypeScript definitions for XDR schemas now point to the current protocol rather than vNext (#694).
  • Misc. dependencies have been updated to their latest versions (#694).

Full Changelog: v9.0.0...v10.0.0-beta.2