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.
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.