forest icon indicating copy to clipboard operation
forest copied to clipboard

RPC provider methods tracking issue (post-FVM)

Open lemmih opened this issue 4 months ago • 0 comments

Issue summary

The following RPC methods are necessary to be compatible with the glif.io public RPC provider (post-FVM).

  • [ ] Everything in https://github.com/ChainSafe/forest/issues/4164
  • [ ] Filecoin.EthCall
  • [ ] Filecoin.EthEstimateGas
  • [ ] Filecoin.EthFeeHistory
  • [x] #4167
  • [x] #4183
  • [x] #4360
  • [x] #4307
  • [x] #4310
  • [ ] Filecoin.EthGetFilterChanges
  • [ ] Filecoin.EthGetFilterLogs
  • [ ] Filecoin.EthGetLogs
  • [ ] #4368
  • [x] #4341
  • [ ] #4463
  • [ ] Filecoin.EthGetTransactionCount
  • [ ] Filecoin.EthGetTransactionHashByCid
  • [ ] Filecoin.EthGetTransactionReceipt
  • [ ] Filecoin.EthMaxPriorityFeePerGas
  • [ ] Filecoin.EthNewBlockFilter
  • [ ] Filecoin.EthNewFilter
  • [ ] Filecoin.EthNewPendingTransactionFilter
  • [ ] Filecoin.EthProtocolVersion
  • [ ] Filecoin.EthSendRawTransaction
  • [ ] Filecoin.EthSubscribe
  • [ ] Filecoin.EthUninstallFilter
  • [ ] Filecoin.EthUnsubscribe

Lotus documentation for the RPC methods: https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md

Other information and links

lemmih avatar Apr 09 '24 12:04 lemmih