v12.1.0
Added
TransactionBuilder
now hasaddOperationAt
andclearOperationAt
methods to allow manipulation of individual operations (#757).
Fixed
- Improve the efficiency and portability of asset type retrieval (#758).
nativeToScVal
now correctly sorts maps lexicographically based on the keys to match what the Soroban environment expects (#759).humanizeEvents
now handles events without acontractId
set more reliably (#764).nativeToScVal
now allows all integer types to come from strings (#763).
New Contributors
Full Changelog: v12.0.1...v12.1.0