Skip to content

horizonclient & txnbuild v11.0.0

Compare
Choose a tag to compare
@stellarsaur stellarsaur released this 29 Mar 21:43
· 530 commits to master since this release
2446dc2

v11.0.0 - 2023-03-29

Breaking Changes

  • Minimum Golang version changed to 1.18
  • Type of AccountSequence field in protocols/horizon.Account was changed to int64.
  • Muxed accounts and ID memos can be used in the BuildChallengeTx() and ReadChallengeTx() SEP-10 utilitiy functions to identify users of shared Stellar accounts. (#4746)
    • BuildChallengeTx():
      • Muxed account addresses can be passed as the clientAccountID.
      • Adds an additional parameter of type *txnbuild.MemoID. Memos cannot be specified if the clientAccoutID id a muxed account address.
    • ReadChallengeTx():
      • Muxed account addresses may be returned as the clientAccountID.
      • Adds an additional return value of type *txnbuild.MemoID.

What's Changed in horizonclient

What's Changed in txnbuild

Full Changelog: horizonclient-v10.0.0...horizonclient-v11.0.0