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
SequenceNumberfunction toTransaction. - Add
AddSignatureDecoratedfunction toTransaction.
Bug Fix
BaseFeeinTransactionParamswhen callingNewTransactionis allowed to be zero because the fee can be paid by wrapping aTransactionin aFeeBumpTransaction. (#3622)