- Added generated files back in
- Fixed bug when scanning URI with no
method
query parameter - Fixed relay not emiting connect or disconnect events when it should have
- Added tests for both of the above
- Added more WalletConnect error codes to Errors static class
- Remove WalletConnectErrorReason, just use
WalletConnectError.copyWith
if you need to provide data to an error.
- Removed HEX dependency
- Upgraded websocket dependency to 2.3.0, so that the
ready
property exists
- Fixed issues with Session Settle Request not allowing null required and optional namespaces
- Fixed issues with
connect
andrequestAuth
not allowing you to provide required methods for the URI - More tests
- Initial release