Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Release 1.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 15:37
73e0082

This release focuses on updates to Custom Networks, bringing both UX and behind-the-screen improvements.

Updates

  • Automatic fetching of genesis IDs and Hashes for custom networks, ensuring effortless compatibility with enable() calls (#478) @janmarcano
  • Connecting to a dApp using an enable() call while logged out no longer closes the connection window after inputting your password (#473) @janmarcano
  • Updated error messages and data structures to better communicate the causes of errors (#472, #473, #476) @janmarcano
  • Improved validations for keyreg transactions regarding nonParticipation (#476) @janmarcano
  • Improved validations for acfg transactions regarding the distinctions between 'Create', 'Config' and 'Destroy' (#476) @janmarcano
  • Update SDK to v2.0.0 (#471) @janmarcano

Bugfixes

  • Fixed incorrect error being returned on single-transaction post calls (#472) @janmarcano
  • Fixed account permission bug on enable() calls (#473) @janmarcano