Release v3.1.0
BREAKING CHANGE - Solana.Account
now treats amounts as being in the asset's native decimals rather than Solana's truncated decimals.
Changelog:
- Solana's amounts now use the asset's native decimals - this affects all methods including
.Account
,.getBalance
and.assetDecimals
. A new method.splDecimals
has been added to fetch the SPL token's decimals, will should be equal toMath.min(assetDecimals, 9)
. ChainTransaction
has been extended with the fieldexplorerLink
with a URL pointing to the transaction's explorer page.ChainTransaction
'stxidFormatted
field is still deprecated in favour oftxHash
.- RenJS now checks the RenVM selector whitelist to prevent new gateways being created for asset/chain pairs that have been paused in RenVM.