forest icon indicating copy to clipboard operation
forest copied to clipboard

Ethereum API Subscriptions

Open ansermino opened this issue 1 year ago • 4 comments

Summary

Implement methods required for RPC subscriptions on the ETH API.

Motivation

Required to complete Ethereum RPC API

Tasks

  • https://github.com/ChainSafe/forest/issues/4707
  • https://github.com/ChainSafe/forest/issues/4710

Risks & Dependencies

Additional Links & Resources

ansermino avatar Nov 08 '24 06:11 ansermino

Blocked by https://github.com/ChainSafe/forest/issues/5793

elmattic avatar Jul 01 '25 09:07 elmattic

@elmattic is this done?

LesnyRumcajs avatar Sep 03 '25 10:09 LesnyRumcajs

Not quite. Missing pieces:

  • eth_newPendingTransactionFilter event type (@akaladarshi should create a tracking issue)
  • Some integration tests (e.g. using forest-tool api test-stateful subcommand)

elmattic avatar Sep 03 '25 13:09 elmattic

About the missing api test-stateful tests, I was thinking of the following:

  • EthSubscribe
  • EthUnsubscribe

elmattic avatar Nov 03 '25 09:11 elmattic