Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

v6.5.0

Compare
Choose a tag to compare
@gre gre released this 13 Jun 15:50
· 3759 commits to master since this release
4ee8202
  • add getAccountUnit
  • bridge introduces a method prepareTransaction(account, transaction): Promise<Transaction> that will complete information for the transaction to be ready. We will use that to fill the gasLimit info. In the future we can unify more stuff in that, like fetching the available fees. We will brainstorm more internally, how often we need to resync with such function / where to do it & do we need more precise lifecycles (before/after?). I think this is the most tricky UI part of our whole application because a lot of mutual dependencies between fields and behavior differences between coins.
  • it also makes libcore bridge ready to use for ERC20