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,.getBalanceand.assetDecimals. A new method.splDecimalshas been added to fetch the SPL token's decimals, will should be equal toMath.min(assetDecimals, 9). ChainTransactionhas been extended with the fieldexplorerLinkwith a URL pointing to the transaction's explorer page.ChainTransaction'stxidFormattedfield 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.