Skip to content

13.0.0

Compare
Choose a tag to compare
@davidyuk davidyuk released this 08 Apr 04:54
· 585 commits to develop since this release
79a2c5a

⚠ BREAKING CHANGES

Please check out migration guide, and release notes for the beta release.

  • aepp: All wallet provided nodes have the same name
    Specified in name option of connectToWallet.
  • aepp: Select option removed from connectToWallet
    If you are using connectNode then the current node would always be the same as wallet provides.

Features

  • aepp: call onNetworkChange after connection (5854cae)
  • export Encoded type (026f4c1)

Bug Fixes

  • aepp: use the same name for all nodes provided by wallet (0ece313)
  • chain: reduce /2 number of blocks to wait before throwing timeout (44de66b)
  • contract: add missed sourceCodePath cases (5be4cd9)
  • aepp: remove select option in connectToWallet (adf9c3e)