IntersectMBO / IntersectMBO/ouroboros-network
Create client socket early in the node startup sequence
Open
node-to-client
- Dominant language
- Haskell
- Stars
- 296
- Forks
- 104
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 4
Description
We should not wait for ledger to complete its startup to open a local socket.
We should investigate how local-state-query mini-protocol behaves if it takes a while
for a ledger to start, the same for chain-sync if opening consensus db takes a while.
They either error or wait until the underlying components are ready, `node-to-client` protocol does not use timeouts.
Contributor guide
Assessment
This issue has not been assessed yet.