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 toTransaction
. - Add
AddSignatureDecorated
function toTransaction
.
Bug Fix
BaseFee
inTransactionParams
when callingNewTransaction
is allowed to be zero because the fee can be paid by wrapping aTransaction
in aFeeBumpTransaction
. (#3622)