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

Tracking issue for implementing RPC methods #7

Open
26 of 38 tasks
sorpaas opened this issue May 27, 2020 · 4 comments
Open
26 of 38 tasks

Tracking issue for implementing RPC methods #7

sorpaas opened this issue May 27, 2020 · 4 comments

Comments

@sorpaas
Copy link
Member

sorpaas commented May 27, 2020

  • EthApi::protocol_version
  • EthApi::syncing
  • EthApi::hashrate
  • EthApi::author
  • EthApi::is_mining
  • EthApi::chain_id
  • EthApi::gas_price
  • EthApi::accounts
  • EthApi::block_number
  • EthApi::balance
  • EthApi::proof
  • EthApi::storage_at
  • EthApi::block_by_hash
  • EthApi::block_by_number
  • EthApi::transaction_count
  • EthApi::block_transaction_count_by_hash
  • EthApi::block_transaction_count_by_number
  • EthApi::block_uncles_count_by_hash
  • EthApi::block_uncles_count_by_number
  • EthApi::code_at
  • EthApi::send_raw_transaction
  • EthApi::submit_transaction
  • EthApi::call
  • EthApi::estimate_gas
  • EthApi::transaction_by_hash
  • EthApi::transaction_by_block_hash_and_index
  • EthApi::transaction_by_block_number_and_index
  • EthApi::transaction_receipt
  • EthApi::uncle_by_block_hash_and_index
  • EthApi::uncle_by_block_number_and_index
  • EthApi::compilers
  • EthApi::compile_lll
  • EthApi::compile_solidity
  • EthApi::compile_serpent
  • EthApi::logs
  • EthApi::work
  • EthApi::submit_work
  • EthApi::submit_hashrate
@tgmichel
Copy link
Contributor

tgmichel commented May 27, 2020

I will work next on:

  • EthApi::gas_price
  • EthApi::accounts
  • EthApi::block_number
  • EthApi::balance
  • EthApi::code_at

#9
#12

@tgmichel
Copy link
Contributor

tgmichel commented Jun 1, 2020

  • EthApi::syncing (figure out what's with the conditional return Object / boolean)
  • EthApi::hashrate (always 0)
  • EthApi::author (Latest only)
  • EthApi::is_mining
  • EthApi::block_transaction_count_by_hash
  • EthApi::block_transaction_count_by_number (Latest and number only)
  • EthApi::block_uncles_count_by_hash (always 0)
  • EthApi::block_uncles_count_by_number (always 0)
  • EthApi::uncle_by_block_hash_and_index (always None)
  • EthApi::uncle_by_block_number_and_index (always None)

@tgmichel
Copy link
Contributor

tgmichel commented Jun 4, 2020

  • EthApi::block_by_hash
  • EthApi::block_by_number
  • EthApi::storage_at
  • EthApi::call
  • EthApi::estimate_gas
  • EthApi::transaction_by_hash
  • EthApi::transaction_by_block_hash_and_index
  • EthApi::transaction_by_block_number_and_index
  • EthApi::work
  • EthApi::submit_work
  • EthApi::submit_hashrate

@crystalin
Copy link
Contributor

I believe we have completed those @tgmichel , @sorpaas ?
Can we close it

dnjscksdn98 referenced this issue in bifrost-platform/bifrost-frontier Mar 2, 2023
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

No branches or pull requests

3 participants