github stellar/go horizonclient-v11.0.0
horizonclient & txnbuild v11.0.0

latest releases: horizon-v2.32.0, galexie-v1.0.0, ledgerexporter-v1.0.0test...
18 months ago

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

Don't miss a new go release

NewReleases is sending notifications on new releases.