IntersectMBO / IntersectMBO/ouroboros-consensus
Can Ouroboros.Consensus.Storage.ChainDB.Impl.Follower be simplified via its private registry
Open
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
After Issue input-output-hk/ouroboros-network#2892, the combinator that provides a private registry will be used to allocate `Follower`. Can the `Follower` implementation rely on the privateness of the registry in order to offload some of the tracking its doing to the registry? Basic idea: when we close the Follower, it can close its private registry.
Contributor guide
Assessment
This issue has not been assessed yet.