Skip to content

Commit 64ab48e

Browse files
committed
fix liniting issues
2 parents 508cbdc + d1c1e71 commit 64ab48e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

pages/stack/operators/features/proxyd.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn about the proxyd service and how to configure it for use in t
66

77
# proxyd
88

9-
`proxyd` is a critical RPC request router and proxy used within the OP Stack infrastructure. It enables operators to efficiently route and manage RPC requests across multiple backend services, ensuring performance, fault tolerance, and security.
9+
`proxyd` is an important RPC request router and proxy used within the OP Stack infrastructure. It enables operators to efficiently route and manage RPC requests across multiple backend services, ensuring performance, fault tolerance, and security.
1010

1111
## Key Features
1212

@@ -40,14 +40,16 @@ proxyd <path-to-config>.toml
4040
```
4141

4242
## Consensus Awareness
43-
44-
Starting with version 4.0.0, `proxyd` includes consensus awareness to minimize chain reorganizations for clients. By setting `consensus_aware` to true in the configuration, `proxyd` will:
45-
46-
* Poll backends for consensus data (latest block, safe block, peer count, etc.).
47-
* Resolve a consensus group based on the healthiest backends.
48-
* Enforce consensus state across client requests.
43+
Version 4.0.0 and later include consensus awareness to minimize chain reorganizations. Set `consensus_aware` to `true` in the configuration to enable:
44+
* Polling backends for consensus data (latest block, safe block, peer count, etc.).
45+
* Resolving consensus groups based on healthiest backends
46+
* Enforcing consensus state across client requests
4947

5048
## Caching and Metrics
5149

52-
* **Cacheable Methods:** Certain immutable methods, such as `eth_chainId` and `eth_getBlockByHash`, can be cached using Redis to optimize performance.
53-
* **Metrics:** Extensive metrics are available to monitor request latency, error rates, backend health, and more. These can be configured via `metrics.port` and `metrics.host` in the configuration file.
50+
### Cacheable Methods
51+
Certain immutable methods, such as `eth_chainId` and `eth_getBlockByHash`, can be cached using Redis to optimize performance.
52+
53+
### Metrics
54+
Extensive metrics are available to monitor request latency, error rates, backend health, and more. These can be configured via `metrics.port` and `metrics.host` in the configuration file.
55+

0 commit comments

Comments
 (0)