Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ The validator community also runs several independent root peers for non-validat
Latency sensitive users can set `split_client_blocks: true` in `~/override_gossip_config.json` to stream uncommitted mempool transactions to `~/hl/data/mempool_txs/{date}`. These transactions are eagerly broadcasted by nodes before they are committed, so the file does not contain responses. To record this data, all peers between the node and the validating network must have `split_client_blocks` enabled. On a future network upgrade, this setting may be enabled for all nodes without the configuration option.

By default, mempool transactions are streamed in random order to peers. Nodes can set `{"enabled": true}` in `~/hl/file_mod_time_tracker/node_gossip_priority_config.json` to respect the onchain gossip auction priority ordering.
Enabling this adds ~50ms latency for downstream peers.

## Troubleshooting

Expand Down