Soroban improvements
christian-rogobete
released this
06 Jun 19:04
·
67 commits
to master
since this release
1. Soroban Server improvements:
- add
getAccount
andgetContractData
methods - add missing fields
type
andtxHash
toEventInfo
- add useful xdr conversion
valueXdr
toEventInfo
- add missing fields
latestLager
andoldestLedger
toGetHealthResponse
- add useful xdr conversions
transactionEnvelope
,transactionResult
andtransactionMeta
toGetTransactionResponse
- add useful xdr conversions
keyXdrValue
andvalueXdr
to LedgerEntry - add missing
resultErrorXdr
field toSendTransactionResponse
- make
cost
optional inSimulateTransactionResponse
as it has been marked as deprecated in the RPC API docs. - make
xdr
andauth
fields not nullable inSimulateTransactionResult
2. TxRep (SEP-11):
- add soroban support