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 RPC compatible #53

Open
11 of 47 tasks
Lawliet-Chan opened this issue Apr 22, 2024 · 0 comments
Open
11 of 47 tasks

Ethereum RPC compatible #53

Lawliet-Chan opened this issue Apr 22, 2024 · 0 comments
Labels
feature functionality implementation

Comments

@Lawliet-Chan
Copy link
Collaborator

Lawliet-Chan commented Apr 22, 2024

ETH Backend API

General Ethereum API

  • SyncProgress()
  • SuggestGasTipCap()
  • FeeHistory()
  • BlobBaseFee()
  • ExtRPCEnabled()
  • ChainDb()
  • AccountManager()
  • RPCGasCap()
  • RPCEVMTimeout()
  • RPCTxFeeCap()
  • UnprotectedAllowed()

Blockchain API

  • SetHead()
  • HeaderByNumber()
  • HeaderByHash()
  • HeaderByNumberOrHash()
  • CurrentHeader()
  • CurrentBlock()
  • BlockByNumber()
  • BlockByHash()
  • BlockByNumberOrHash()
  • Pending()
  • StateAndHeaderByNumber() @Lawliet-Chan
  • StateAndHeaderByNumberOrHash() @Lawliet-Chan
  • GetReceipts()
  • GetTd()
  • GetEVM()
  • SubscribeChainEvent()
  • SubscribeChainHeadEvent()
  • SubscribeChainSideEvent()

Transaction pool API

  • SendTx()
  • Call()
  • GetTransaction()
  • GetPoolTransactions()
  • GetPoolTransactio()
  • GetPoolNonce()
  • Stats()
  • TxPoolContent()
  • TxPoolContentFrom()
  • SubscribeNewTxsEvent()
  • ChainConfig()
  • Engine()

filters

  • GetBody()
  • GetLogs()
  • SubscribeRemovedLogsEvent()
  • BloomStatus()
  • ServiceFilter()
  • SubscribeLogsEvent()
@Lawliet-Chan Lawliet-Chan added this to the Solidity compatible milestone Apr 22, 2024
@Lawliet-Chan Lawliet-Chan added the feature functionality implementation label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature functionality implementation
Projects
None yet
Development

No branches or pull requests

1 participant