Commit Graph

5 Commits

Author SHA1 Message Date
23602e017e multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
b6049ff94b multi: add NewLogClosure in lnutils to avoid repetition
And replaces all usage of `logClosure` with `lnutils.LogClosure`.
2024-07-25 21:25:23 +08:00
7bde1662e2 multi: move breach arbiter and utxo nursery into contractcourt package
In this commit, we take an initial step towards converting the existing
breach arbiter and utxo nursery logic into contract resolvers by moving
the files as is, into the `contractcourt` pacakge.

This commit is primarily move only, though we had to massage some
interfaces and config names along the way to make things compile and the
tests run properly.
2021-09-27 19:10:31 -07:00
59b459674d multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
71009438b6 contractcourt: create new package, add logger 2018-01-22 19:19:34 -08:00