Skip to content

horizonclient v7.1.0 & txnbuild v7.1.0

Compare
Choose a tag to compare
@tamirms tamirms released this 01 Jun 17:15
163fc5c

horizonclient

  • Added transaction and operation result codes to the horizonclient.Error string for easy glancing at string only errors for underlying cause.
  • Fix bug in the transaction submission where requests with large transaction payloads fail with an HTTP 414 URI Too Long error (#3643).

txnbuild

New features

  • Add SequenceNumber function to Transaction.
  • Add AddSignatureDecorated function to Transaction.

Bug Fix

  • BaseFee in TransactionParams when calling NewTransaction is allowed to be zero because the fee can be paid by wrapping a Transaction in a FeeBumpTransaction. (#3622)