Skip to content
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

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

lorisleiva
Copy link
Contributor

@lorisleiva lorisleiva commented Sep 10, 2024

This PR extracts and exposes the isJsonRpcPayload helper method into the rpc-spec package. This is because we're going to need this function in multiple places going forward in order to inspect in a given unknown payload is a JSON RPC one (with a method name and parameters).

Copy link

changeset-bot bot commented Sep 10, 2024

🦋 Changeset detected

Latest 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

@lorisleiva lorisleiva marked this pull request as ready for review September 10, 2024 09:21
@lorisleiva lorisleiva force-pushed the loris/json-stringify-with-bigints branch from 42cece0 to b3c246e Compare September 10, 2024 10:13
@lorisleiva lorisleiva force-pushed the loris/extract-is-json-rpc-payload branch from 0d92cd7 to 2b4def2 Compare September 10, 2024 10:13
Copy link
Collaborator

@steveluscher steveluscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added via Giphy

Copy link
Contributor Author

lorisleiva commented Sep 11, 2024

Merge activity

  • Sep 11, 4:12 AM EDT: @lorisleiva started a stack merge that includes this pull request via Graphite.
  • Sep 11, 4:20 AM EDT: Graphite rebased this pull request as part of a merge.
  • Sep 11, 4:21 AM EDT: @lorisleiva merged this pull request with Graphite.

@lorisleiva lorisleiva changed the base branch from loris/json-stringify-with-bigints to graphite-base/3221 September 11, 2024 08:16
@lorisleiva lorisleiva changed the base branch from graphite-base/3221 to master September 11, 2024 08:18
@lorisleiva lorisleiva force-pushed the loris/extract-is-json-rpc-payload branch from 2b4def2 to 31aa1a0 Compare September 11, 2024 08:19
@lorisleiva lorisleiva merged commit 6b43588 into master Sep 11, 2024
7 checks passed
@lorisleiva lorisleiva deleted the loris/extract-is-json-rpc-payload branch September 11, 2024 08:21
@github-actions github-actions bot mentioned this pull request Sep 11, 2024
Copy link
Contributor

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants