Minor fixes, performance improvement, more tests
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