Commit Graph

7 Commits (a55c461a8f1972eca37659fab5de43bd6c750e31)

Author SHA1 Message Date
Andras Banki-Horvath a55c461a8f
test: support incomplete mocks
Updating the mocks to be complete implementation of the underlying
interfaces is not always possible due to cross dependency issues.
This commit embeds the interfaces into the mocks so we can at least
always compile them.
3 weeks ago
George Tsagkarelis 26e239c2c7
loop+test: enhance epoch subscription for multiple subscribers 8 months ago
shuoer86 8421ae6ca4
fix typo test/chainnotifier_mock.go 8 months ago
Andras Banki-Horvath a7451622e5
mod: bump LND and lndclient to include musig2 1.0rc2 changes
This commit bumps LND and lndclient to make it possible to upgrade
taproot HTLC construction with a MuSig2 version. This is required to
support both old (MuSig2 0.4) and new (MuSig2 1.0) clients.
2 years ago
Andras Banki-Horvath 235e1bb9b8 test: followup update chainnotifier mock to fwd notifications for matching txs
This is the remainder of the previous commit which was left out from the
original PR.
4 years ago
Andras Banki-Horvath 95273c1cf8 test: update chainnotifier mock to fwd notifications for matching txs 5 years ago
Joost Jager 21fcd8d94e
Lightning Loop initial version 6 years ago