Matt Corallo
0553945e21
Implement channelmonitor (de)serialization ( fixes #45 )
2018-07-17 14:39:50 -04:00
Matt Corallo
9df3053575
Clarify ChannelMonitor remote commitment tracking and fix a race
2018-07-17 12:47:54 -04:00
Matt Corallo
a48fd6ddfa
Move channelmonitor-update functions to pub(ln) from pub
2018-07-17 12:47:54 -04:00
Matt Corallo
98e5c5e4d3
Merge pull request #35 from TheBlueMatt/2018-06-post-32
...
Some cleanups after #32
2018-06-29 17:23:43 -04:00
Matt Corallo
b65aa86ea0
Merge pull request #33 from jeandudey/funding_txo
...
Use the `TxOutRef` type for the `ChannelMonitor`'s funding_txo field.
2018-06-29 17:23:34 -04:00
Matt Corallo
844097ec01
Greatly simplify channelmonitor pruning tests, and use real funcs
...
Instead of hooking into internal data structures and modifying
those, call the actual functions Channel will call and then check
that the preimages map is correct.
2018-06-29 17:02:51 -04:00
Matt Corallo
8926c25f53
Also avoid pruning preimages for previous local tx in ChannelMonitor
2018-06-29 16:44:19 -04:00
Matt Corallo
aec0fa485c
A few minor test cleanups and remove new warnings from #32
2018-06-29 16:44:19 -04:00
Matt Corallo
04b0acc9dc
Skip some a needless temporary vec and clean indentation after #32
2018-06-29 16:44:19 -04:00
Jean Pierre Dudey
d0e9137bc5
Add the OutPoint
type for the ChannelMonitor
's funding_txo field.
...
This structure replaces the (Sha256dHash, u16) tuple that was being used
for the funding output.
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2018-06-29 12:12:17 -04:00
Antoine Riard
ef166420b0
Add pruning of preimages no longer needed + tests
2018-06-28 23:19:24 +00:00
Matt Corallo
2d8afeccdb
Rewrite channelmonitor framework and implement a bunch of it
2018-04-24 20:42:24 -04:00
Matt Corallo
4d75d4c099
Minor cleanups
2018-04-16 20:35:21 -04:00
Matt Corallo
021b3643cc
Hand payment preimages into channel monitors when claimed
2018-04-16 20:35:03 -04:00
Matt Corallo
890e3cb165
Update for new rust-bitcoin API, avoid some duplicate hashing
2018-04-02 18:06:59 -04:00
Matt Corallo
ab56b81acd
Stub out Sha256 calls when fuzzing
2018-03-23 13:16:24 -04:00
Matt Corallo
a5ec986fad
Clean up a few comments after #11 merge.
2018-03-19 17:46:35 -04:00
Tamas Blummer
fbe4f7a442
Split out BroadcastInterface, ChainWatchInterface monitors re-enter from called listeners
2018-03-19 16:14:19 -04:00
Matt Corallo
6185a28190
initial checkin
2018-02-16 18:09:48 -05:00