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

Prepare Forest for public RPC access #5189

Open
LesnyRumcajs opened this issue Jan 29, 2025 · 0 comments
Open

Prepare Forest for public RPC access #5189

LesnyRumcajs opened this issue Jan 29, 2025 · 0 comments
Labels
Type: Epic A feature or collection of issues that achieve a greater goal

Comments

@LesnyRumcajs
Copy link
Member

LesnyRumcajs commented Jan 29, 2025

To have the public RPC Forest node (see #4766), we need to tackle some of its requirements.

Security consideration - proxy

#5190

We don't want to allow direct access to the Forest node. The proxy should allow filtering allowed RPC methods, e.g., disallow costly Filecoin.ChainExchange and ideally, allow rate limiting for certain methods so that the node is not flooded with computationally expensive calls.

Note that eventually we might want to ship our own proxy #4595

RPC benchmarking (good to have)

#5191

We want to assess how well Forest fares compared to other Filecoin implementations and itself (to avoid performance regression and celebrate improvements).

@LesnyRumcajs LesnyRumcajs added the Type: Epic A feature or collection of issues that achieve a greater goal label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Epic A feature or collection of issues that achieve a greater goal
Projects
None yet
Development

No branches or pull requests

1 participant