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

feat: add support for some json rpc queries #42

Merged
merged 4 commits into from
Oct 30, 2023

Conversation

yutianwu
Copy link
Collaborator

Description

This pr adds support for some json rpc queries:

  • eth_getCode
  • eth_gasPrice
  • eth_estimateGas
  • eth_call
  • eth_getTransactionCount
  • eth_sendRawTransaction

Rationale

Add support for some json rpc queries.

Example

n/a

Changes

Notable changes:

  • add support for some json rpc queries

rpc/jsonrpc/types/types.go Outdated Show resolved Hide resolved
@unclezoro unclezoro added this pull request to the merge queue Oct 30, 2023
Merged via the queue into bnb-chain:develop with commit 99ef7db Oct 30, 2023
12 of 15 checks passed
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.

3 participants