Expand description
Common RPC constants.
Modules§
- cache
- Cache specific constants
- gas_
oracle - GPO specific constants
Constants§
- DEFAULT_
AUTH_ PORT - The default port for the auth server.
- DEFAULT_
ENGINE_ API_ IPC_ ENDPOINT Non-Windows - The
engine_api
IPC endpoint - DEFAULT_
ETH_ PROOF_ WINDOW - The default eth historical proof window.
- DEFAULT_
HTTP_ RPC_ PORT - The default port for the http server
- DEFAULT_
IPC_ ENDPOINT Non-Windows - The default IPC endpoint
- DEFAULT_
MAX_ BLOCKS_ PER_ FILTER - The default maximum block range allowed to filter
- DEFAULT_
MAX_ LOGS_ PER_ RESPONSE - The default maximum of logs in a single response.
- DEFAULT_
MAX_ SIMULATE_ BLOCKS - The default limit for blocks count in
eth_simulateV1
. - DEFAULT_
MAX_ TRACE_ FILTER_ BLOCKS - The default maximum number of blocks for
trace_filter
requests. - DEFAULT_
PROOF_ PERMITS - The default number of getproof calls we are allowing to run concurrently.
- DEFAULT_
WS_ RPC_ PORT - The default port for the ws server
- MAX_
ETH_ PROOF_ WINDOW - Maximum eth historical proof window. Equivalent to roughly 6 months of data on a 12 second block time, and a month on a 2 second block time.
Functions§
- default_
max_ tracing_ requests - The default maximum number tracing requests we’re allowing concurrently. Tracing is mostly CPU bound so we’re limiting the number of concurrent requests to something lower that the number of cores, in order to minimize the impact on the rest of the system.