-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Implement new 1193 spec, fixup #30
Conversation
send -> request sendBatch -> batchRequest add warnings for deprecated events convert getExperimentalApi to class method add log files to gitignore bind all private methods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we hold off on deprecating sendAsync
until after request
is stabilized? We should probably mark request
as "experimental" until the EIP is finalized as well.
@Gudahtt I undeprecated |
As long as we should communicate in some way that we might break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Implements the new EIP 1193 specification.
request(args)
, the only future-proof way of making RPC requestsmessage
, a replacement fornotification
disconnect
, a replacement forclose
chainIdChanged
close
networkChanged
notification
sendBatch
->requestBatch