Aaron
Aaron
MetaMask has changed the way the error message is structured on the error object returned for transaction errors. This causes the `extractMessageFromError` function to always return an unknown error. This...
Some new tests are needed to validate that the object that is being logged to the server fits the correct schema that the server is expecting for that particular event....
### Description This PR fixes some edge cases that occur when connecting to MetaMask. If a connect request is made and the user clicks outside of the popup menu (which...
### Description - Updates homepage link in package.json file for all packages Note: I did not do a version bump on the packages as they have all been bumped in...
### Issue and Steps to Reproduce When calling an RPC method via a Commando message, the RPC `id` property does not seem to be used for the RPC call. No...
I see that there is now a new `setconfig` RPC method that is available in a future release to set some config options dynamically. It would be great if the...
I noticed that the `onclose` handler that gets passed in via the options in the constructor is never called if the `sturdyWebSocket.close()` method is called. After a quick look through...
When sending multiple RPC requests at once I get the following errors: When the requests are made separately waiting for each one to complete they all work perfectly, but when...