You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)