-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sendAsync method doesn't follow SafeEventEmitter #1303
Labels
bug
Something isn't working
Comments
Also I need to mention the format of response itself. Here's example of call to
I see two problems in the response:
|
@vanya2h Thanks for reporting this! This was fixed and released a few weeks back with additions to our window provider described here: rainbow-me/provider#9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using json rpc middlewares with https://github.com/MetaMask/eth-json-rpc-middleware and it seems working with the most of injectable wallets. And recently I've discovered it doesn't work with Rainbow's so I dived deeper and discovered that your sendAsync method doesn't accept second argument - callback and instead returns just promise.
Example of problem:
The text was updated successfully, but these errors were encountered: