|
@ -74,6 +74,10 @@ propose it. Clients must monitor their txs by subscribing over websockets, |
|
|
polling for them, or using `/broadcast_tx_commit`. In the worst case, txs can be |
|
|
polling for them, or using `/broadcast_tx_commit`. In the worst case, txs can be |
|
|
resent from the mempool WAL manually. |
|
|
resent from the mempool WAL manually. |
|
|
|
|
|
|
|
|
|
|
|
For the above reasons, the `mempool.wal` is disabled by default. To enable, set |
|
|
|
|
|
`mempool.wal_dir` to where you want the WAL to be located (e.g. |
|
|
|
|
|
`data/mempool.wal`). |
|
|
|
|
|
|
|
|
## DOS Exposure and Mitigation |
|
|
## DOS Exposure and Mitigation |
|
|
|
|
|
|
|
|
Validators are supposed to setup [Sentry Node |
|
|
Validators are supposed to setup [Sentry Node |
|
|