IntersectMBO / IntersectMBO/ouroboros-network
Clients should respond to `ControlMessage`
Open
- Dominant language
- Haskell
- Stars
- 296
- Forks
- 104
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 4
Description
`ControlMessage` is available [here](https://github.com/input-output-hk/ouroboros-network/blob/coot/connection-manager/ouroboros-consensus/src/Ouroboros/Consensus/Network/NodeToNode.hs#L585). Consensus clients will only see `Continue` or `Terminate` constructors of `ControlMessage` (the `Quiesce` constructor is used only for established protocols, e.g. keep-alive.)
Please open a PR against `coot/connection-manager`.
* [x] `chain-sync`
* [x] `block-fetch`
* [x] `tx-submission`
* [x] `keep-alive`
* [ ] `tip-sample`
Contributor guide
Assessment
This issue has not been assessed yet.