Skip to content

Minor fixes, performance improvement, more tests

Compare
Choose a tag to compare
@cmeisl cmeisl released this 04 May 04:28
· 98 commits to master since this release
ff58d50

This release contains small bug fixes and additional tests.

  • FIX: Handle window resize events while modal is open
  • FIX: removed regex check that was causing inconsistent behavior for overloaded contract methods
  • Parallelize some async calls to reduce latency for sendTransaction and contract methods
  • New suite of integration tests:
    • Library initialization
    • Websocket logic
    • Event to UI logic