You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
to the RPC config, and RPC server should reject if the requested method is in the blacklist or not.
if disabledMethods specifies namespace, it should reject all request to the namespace, and if config specifies namespace_method, it should only reject only that method.
Partial match should not be allowed.
Motivation
Some RPC endpoints are specifically used for validator nodes, and some endpoint should not exposed on the RPC node
The text was updated successfully, but these errors were encountered:
Description
Add
to the RPC config, and RPC server should reject if the requested method is in the blacklist or not.
if disabledMethods specifies namespace, it should reject all request to the namespace, and if config specifies namespace_method, it should only reject only that method.
Partial match should not be allowed.
Motivation
Some RPC endpoints are specifically used for validator nodes, and some endpoint should not exposed on the RPC node
The text was updated successfully, but these errors were encountered: