IntersectMBO / IntersectMBO/ouroboros-consensus
Avoid all bit twiddling in consensus storage layer
Open
technical debt
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
The storage layer provides an API for binary streaming, but due to the way we've set things up, this requires the storage layer to do bit twiddling, interpreting the binary data, dropping stuff, adding stuff, changing stuff, all based on raw binary data. This is nasty.
Contributor guide
Assessment
This issue has not been assessed yet.