Skip to content

v2.2.0: NEP6 Wallet

Compare
Choose a tag to compare
@snowypowers snowypowers released this 10 Dec 17:44
· 765 commits to master since this release
  • Added new Wallet class as implementation for NEP6

  • Upgraded Account class to fit NEP6 implementation

  • Transaction now modifies Balance upon construction.

  • Add getToken to api.nep5 which is a summation of getTokenBalance and getTokenInfo

  • Add VMZip method for better VM result parsing

  • Add hexstring2str method

  • Bugfix getTokenBalance throwing when getting an address with zero balance

  • Bugfix doTransferToken sending gas to wrong address