-
Notifications
You must be signed in to change notification settings - Fork 910
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
Extract isJsonRpcPayload
method to rpc-spec
#3221
Conversation
🦋 Changeset detectedLatest commit: 31aa1a0 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @lorisleiva and the rest of your teammates on Graphite |
42cece0
to
b3c246e
Compare
0d92cd7
to
2b4def2
Compare
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.
Merge activity
|
2b4def2
to
31aa1a0
Compare
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
This PR extracts and exposes the
isJsonRpcPayload
helper method into therpc-spec
package. This is because we're going to need this function in multiple places going forward in order to inspect in a givenunknown
payload is a JSON RPC one (with a method name and parameters).