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
The error appears to be caused by missing method definitions in org.hyperledger.besu.ethereum.api.jsonrpc.RpcMethod.java Specifically, DEBUG_ACCOUNT_RANGE("debug_accountRange") and potentially other debug methods are not defined in the RpcMethod enum.
Additional Information
Besu Version: 24.12.0
All methods attempted are documented in the official Besu documentation
Configuration attempted through command-line parameter
Expected Behavior
The debug API methods should be successfully enabled when specified in the --rpc-http-api-method-no-auth parameter, as they are documented in the official Besu documentation.
Steps to Reproduce
Install Besu 24.12.0
Attempt to enable debug API methods using the --rpc-http-api-method-no-auth parameter
Observe the validation error
The text was updated successfully, but these errors were encountered:
Description
I encountered an error while attempting to enable Besu's debug API methods using the
--rpc-http-api-method-no-auth
configuration option.Attempted Debug Methods
I tried to enable the following debug API methods as documented in the Besu Documentation:
Error Message
Root Cause
The error appears to be caused by missing method definitions in
org.hyperledger.besu.ethereum.api.jsonrpc.RpcMethod.java
Specifically,DEBUG_ACCOUNT_RANGE("debug_accountRange")
and potentially other debug methods are not defined in the RpcMethod enum.Additional Information
Expected Behavior
The debug API methods should be successfully enabled when specified in the
--rpc-http-api-method-no-auth
parameter, as they are documented in the official Besu documentation.Steps to Reproduce
--rpc-http-api-method-no-auth
parameterThe text was updated successfully, but these errors were encountered: