Soroban improvements
·
69 commits
to master
since this release
1. Soroban Server improvements:
- add
getAccount
andgetContractData
methods - add missing fields
oldestLedger
andlatestLedger
to the get health response - add useful xdr conversions:
ledgerEntryData
andkeyVal
forLedgerEntry
- add useful xdr conversions:
xdrTransactionEnvelope
,xdrTransactionResult
,xdrTransactionMeta
forGetTransactionResponse
- add missing field
txHash
toEventInfo
- add useful xdr conversion:
valueXdr
toEventInfo
- improve simulate transaction result: xdr and auth are not nullable any more
2. SEP-11 (TxRep):
- add soroban support
3. XDR helper methods
- multiple useful additional helper methods in the soroban and classic XDR classes.
4. Breaking changes:
- renamed
Row
toOrderBookRow
for the order book response - typo: renamed
statusChanges
tostateChanges
for the soroban simulate transaction response