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

Update RPC compatibility list on JSON-RPC page #60

Conversation

tolga-coplu
Copy link
Contributor

This PR is ceated to fix Issue #59

The issue details are as follows

Aurora-relayer compatibility with the Web3 JSON-RPC protocol is listed on project's Github page ("https://github.com/aurora-is-near/aurora-relayer") as well as "https://docs.aurora.dev/compat/rpc" page. However, there are differences between those pages as stated below.

Differences between Github and docs.aurora.dev

  1. eth_call method is in supported state on github, but in-progress state on docs.aurora.dev. Needs to be updated as supported on docs.aurora.dev.
  2. eth_newPendingTransactionFilter method is in supported state on github, but in-progress state on docs.aurora.dev. Needs to be updated as supported on docs.aurora.dev.
  3. eth_sendRawTransaction method is in supported state on github, but in-progress state on docs.aurora.dev. Needs to be updated as supported on docs.aurora.dev.
  4. eth_sendTransaction method is in unsupported state on github, but in-progress state on docs.aurora.dev. Needs to be updated as unsupported on docs.aurora.dev.
  5. eth_sign method is in unsupported state on github, but in-progress state on docs.aurora.dev. Needs to be updated as unsupported on docs.aurora.dev.
  6. eth_signTransaction method is in unsupported state on github, but in-progress state on docs.aurora.dev. Needs to be updated as unsupported on docs.aurora.dev.
  7. eth_signTypedData method is in unsupported state on github, but in-progress state on docs.aurora.dev. Needs to be updated as unsupported on docs.aurora.dev.
  8. The following Geth and Parity extensions were marked as supported on github. These methods don't exist on docs.aurora.dev.
    This PR adds them as supported.
  • txpool_content
  • txpool_inspect
  • txpool_status
  • parity_pendingTransactions

@antonpaisov antonpaisov self-requested a review May 4, 2022 11:59
Copy link
Contributor

@antonpaisov antonpaisov left a comment

Choose a reason for hiding this comment

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

lgtm

@antonpaisov antonpaisov merged commit f19ed96 into aurora-is-near:master May 4, 2022
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