This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
v7.14.0
- Update ERC20 and add delisted concept.
listTokens({ withDelisted: true })
will force to get all tokens. otherwise by default it won't contain the delisted erc20 (typically those who migrated to a blockchain like EOS) - Fixes percentage calculation
- ETH: filter out the NONE ops that don't even have internal ops. Consequently fixes a bug where one could have to click multiple time on "Show More" to paginate ETH operations.
- Fixes potential regression on libcore/syncAccount performance for incremental synchronisation. The logic should now properly only request to libcore the new operations as well as preserving the reference.
- (WIP) Add signMessage function (only ETH implemented for now)