tweag / cooked-validators

MIT License
39 stars 11 forks source link

Adding Logging capabilities to our MockChain #430

Open mmontin opened 3 days ago

mmontin commented 3 days ago

Currently, our logging mechanism suffers from two shortcomings:

This PR proposes to bring logging capabilities (through a WriterT monad transformer) into MonadBlockChainBalancing directly and to enhance the logging type (the nature of the logged infos) to enlarge what can be traced.

In particular, this will close #423