IntersectMBO / ouroboros-consensus

Implementation of a Consensus Layer for the Ouroboros family of protocols
https://ouroboros-consensus.cardano.intersectmbo.org
Apache License 2.0
31 stars 22 forks source link

Clean up general purpose utility functions #550

Open amesgen opened 1 year ago

amesgen commented 1 year ago

We have accumulated a non-trivial set of utility and helper functions in Ouroboros.Consensus.Util and Test.Util.Split.

Motivation for this ticket: https://github.com/input-output-hk/ouroboros-network/pull/3860#discussion_r1011909460

jasagredo commented 1 year ago

Related input-output-hk/ouroboros-network#4259