flashbots / flashbots/unichain-builder
chore: use `--flashblocks.addr` for listening socket
Open
- Dominant language
- Rust
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
currently `--flashblocks.enabled` accepts socket address, which is confusing (and is not aligned with the way underlying `reth` does these things).
please change to any of the following:
- `--flashblocks.enabled` is a toggle, `--flashblocks.addr` accepts socket (with the default at `0.0.0.0:1111`)
- no `--flashblocks.enabled`, `--flashblocks.addr` w/o default, specifying `--flashblocks.addr` enables it
- same as above, just with `--flashblocks` instead of `--flashblocks.addr`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.