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

modify isJsonrpc #13

Merged
merged 1 commit into from
Feb 2, 2023
Merged

Conversation

Tsuyoshi-Ishikawa
Copy link
Contributor

@Tsuyoshi-Ishikawa Tsuyoshi-Ishikawa commented Feb 2, 2023

modification

patern1

request

{
    "jsonrpc": "2.0",
    "method": "eth_blockNumber",
    "params": null,
    "id": 1
}

response

{
    "jsonrpc": "2.0",
    "method": "eth_blockNumber",
    "params": null,
    "id": 1
}

patern2

request

{
    "jsonrpc": "2.0",
    "method": "eth_blockNumber",
    "params": [],
    "id": 1
}

response

{
    "jsonrpc": "2.0",
    "method": "eth_blockNumber",
    "params": null,
    "id": 1
}

Copy link
Collaborator

@ironbeer ironbeer left a comment

Choose a reason for hiding this comment

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

👍

@Tsuyoshi-Ishikawa Tsuyoshi-Ishikawa merged commit e8a289e into master Feb 2, 2023
@ironbeer ironbeer deleted the feature/modify_jsonrpc_request_check branch May 28, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants