JS string -> ScVal with large integers such as Int128Parts (accomplished via XdrLargeInt)
For details, you can refer to the changes in test/unit/scval_test.js for new usage examples.
Closes #683.
An unrelated change is to tests.yml which actually does prettier formatting before checking the diff :facepalm:. This is the cause of a handful of formatting changes (yarn fmt wasn't run in a previous PR).
In summary, this adds the following conversions:
ScVal
with anScAddress
ScVal
with large integers such asInt128Parts
(accomplished viaXdrLargeInt
)For details, you can refer to the changes in test/unit/scval_test.js for new usage examples.
Closes #683.
An unrelated change is to tests.yml which actually does
prettier
formatting before checking the diff :facepalm:. This is the cause of a handful of formatting changes (yarn fmt
wasn't run in a previous PR).