aurora-is-near / doc.aurora.dev

The source repository for the Aurora documentation website.
https://doc.aurora.dev
Creative Commons Zero v1.0 Universal
34 stars 39 forks source link

Update RPC compatibility list on JSON-RPC page #60

Closed tolga-coplu closed 2 years ago

tolga-coplu commented 2 years ago

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.