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

Ethereum JSON-RPC facade #342

Closed
41 tasks done
aakoshh opened this issue May 11, 2023 · 0 comments
Closed
41 tasks done

Ethereum JSON-RPC facade #342

aakoshh opened this issue May 11, 2023 · 0 comments

Comments

@aakoshh
Copy link
Contributor

aakoshh commented May 11, 2023

Implement a separate process and container to act as an API facade that Ethereum tools work with.

Useful links:

Progress

  • eth_accounts
  • eth_blockNumber
  • eth_call
  • eth_chainId,
  • eth_coinbase
  • eth_compileLLL
  • eth_compileSerpent
  • eth_compileSolidity
  • eth_estimateGas
  • eth_feeHistory
  • eth_gasPrice
  • eth_getBalance
  • eth_getBlockByHash
  • eth_getBlockByNumber
  • eth_getBlockTransactionCountByHash
  • eth_getBlockTransactionCountByNumber
  • eth_getBlockTransactionReceipts
  • eth_getCode
  • eth_getCompilers
  • eth_getFilterChanges
  • eth_getFilterLogs
  • eth_getLogs
  • eth_getStorageAt
  • eth_getTransactionByBlockHashAndIndex
  • eth_getTransactionByBlockNumberAndIndex
  • eth_getTransactionByHash
  • eth_getTransactionCount,
  • eth_getTransactionReceipt
  • eth_getUncleByBlockHashAndIndex,
  • eth_getUncleByBlockNumberAndIndex
  • eth_getUncleCountByBlockHash
  • eth_getUncleCountByBlockNumber
  • eth_getWork
  • eth_hashrate
  • eth_mining
  • eth_newBlockFilter
  • eth_newFilter
  • eth_newPendingTransactionFilter
  • eth_protocolVersion
  • eth_sendRawTransaction
  • eth_sendTransaction
  • eth_sign
  • eth_signTransaction
  • eth_submitHashrate
  • eth_submitWork
  • eth_syncing
  • eth_uninstallFilter
  • web3_sha3
  • web3_clientVersion
  • net_version
  • net_listening
  • net_peerCount
  • eth_subscribe
  • eth_unsubscribe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants