Generate Events from ChannelMonitor to indicate spendable ouputs
[rust-lightning] / src / ln / channelmonitor.rs
2018-10-27 Antoine RiardGenerate Events from ChannelMonitor to indicate spendab...
2018-10-23 Matt CoralloMerge pull request #213 from TheBlueMatt/2018-10-monito...
2018-10-23 Matt CoralloAdd basic sanity testing for channel monitor update... 2018-10-monitor-fail-pause
2018-10-23 Matt CoralloChannelManager support for monitor update failure in...
2018-10-23 Matt CoralloMerge pull request #219 from TheBlueMatt/2018-10-157...
2018-10-22 Matt CoralloAvoid needless on-chain channel failing for timing...
2018-09-30 Matt CoralloMerge pull request #199 from TheBlueMatt/2018-09-184...
2018-09-30 Antoine RiardTest htlc outputs single tx claim due to timeout case
2018-09-30 Matt CoralloFix and test simple remote-revoked-commitment-output...
2018-09-29 Matt CoralloMerge pull request #197 from TheBlueMatt/master
2018-09-26 Matt CoralloNarrow check_spend_remote_htlc input/output count check.
2018-09-21 Matt CoralloMerge pull request #193 from SWvheerden/Bolt2-specs...
2018-09-21 Matt CoralloMerge pull request #194 from TheBlueMatt/2018-09-doc...
2018-09-20 Matt CoralloMake docs look nicer by adding explicit spacing 2018-09-doc-cleanup
2018-09-20 Matt CoralloMerge pull request #191 from TheBlueMatt/2018-09-chanmo...
2018-09-20 Matt CoralloMigrate ChannelMonitor serialization to new ser framewo...
2018-09-20 Matt CoralloMove ChannelMonitor deserialization to new ser framework
2018-09-20 Matt CoralloMerge pull request #192 from TheBlueMatt/2018-09-docs...
2018-09-20 Matt CoralloAdd module and all-pub-things docs and deny missing... 2018-09-docs-docs-docs
2018-09-20 Matt CoralloMake message fields pub(crate) and hide a few internal fns
2018-09-14 Matt CoralloMerge pull request #180 from TheBlueMatt/2018-09-htlc...
2018-09-14 Matt CoralloTest that we do not fail-backwards HTLCs that the remot...
2018-09-14 Matt CoralloIgnore HTLC txn we dont know how to claim instead of...
2018-09-14 Matt CoralloMerge pull request #177 from TheBlueMatt/2018-09-163...
2018-09-13 Matt CoralloThere can only be one input in matched txn in ChannelMo...
2018-09-13 Matt CoralloOptimize check_spend_remote HTLC a tad by avoiding...
2018-09-13 Matt CoralloMerge pull request #163 from ariard/claim_revoked_htlc_tx
2018-09-12 Antoine RiardImplement claiming of revoked HTLC transactions by...
2018-09-12 Antoine RiardImplement set_their_delayed_payment_base_key in Channel...
2018-09-09 Matt CoralloMerge pull request #164 from TheBlueMatt/2018-09-channe...
2018-09-08 Matt CoralloUpdate add_update_monitor docs to indicate registration...
2018-09-08 Matt CoralloMerge pull request #159 from ariard/channel_monitor
2018-09-08 Antoine RiardAdd registration of commitment tx's outputs from
2018-09-08 Matt CoralloNarrow ChainWatchInterface::install_watch_script
2018-08-23 Matt CoralloMerge pull request #123 from TheBlueMatt/2018-08-secp...
2018-08-23 Matt CoralloUpdate to rust-secp256k1 v0.11 and rust-bitcoin v0.14 2018-08-secp-0.10
2018-08-06 Matt CoralloMerge pull request #108 from TheBlueMatt/2018-08-fuzz...
2018-08-03 Matt CoralloFix fuzztarget insert_combine hash-collision panic
2018-07-28 Matt CoralloMerge pull request #95 from savil/rm-bitcoin-util-hexbytes
2018-07-28 Savil Srivastavareplace use of bitcoin::utils::misc::hex_bytes with...
2018-07-26 Matt CoralloMerge pull request #84 from savil/sort_outputs
2018-07-23 Matt CoralloMerge pull request #79 from TheBlueMatt/2018-07-chanmon-oom
2018-07-23 Matt CoralloFix OOM crash in ChannelMonitor::deserialize found... 2018-07-chanmon-oom
2018-07-23 Matt CoralloMerge pull request #69 from savil/gen-target-fix
2018-07-22 Matt CoralloMerge pull request #71 from TheBlueMatt/2018-07-watch...
2018-07-22 Matt CoralloEnsure the funding transaction is registered to be...
2018-07-20 Matt CoralloMerge pull request #65 from TheBlueMatt/master
2018-07-20 Matt CoralloMerge pull request #53 from savil/rename-error-msg...
2018-07-20 Matt CoralloMerge pull request #47 from ariard/block_disconnected_c...
2018-07-20 Savil Srivastava[Error] rename msg field to action
2018-07-20 Matt CoralloMerge pull request #64 from TheBlueMatt/master
2018-07-20 Matt CoralloExpose the script_pubkey being monitored in chain watch...
2018-07-19 Matt CoralloMerge pull request #52 from TheBlueMatt/master
2018-07-19 Matt CoralloFix various spec bugs, can now open channels with real...
2018-07-18 Matt CoralloMerge pull request #49 from ariard/bad_failure_codes
2018-07-18 Matt CoralloMerge pull request #50 from TheBlueMatt/master
2018-07-18 Matt CoralloFix channelmonitor fuzz test failure
2018-07-18 Matt CoralloMerge pull request #48 from TheBlueMatt/2018-07-monitor...
2018-07-17 Matt CoralloTest channelmonitor serialization roundtrip doesn't... 2018-07-monitor-serialize
2018-07-17 Matt CoralloImplement channelmonitor (de)serialization (fixes #45)
2018-07-17 Matt CoralloClarify ChannelMonitor remote commitment tracking and...
2018-07-17 Matt CoralloMove channelmonitor-update functions to pub(ln) from pub
2018-06-29 Matt CoralloMerge pull request #36 from TheBlueMatt/2018-08-33...
2018-06-29 Matt CoralloMerge pull request #35 from TheBlueMatt/2018-06-post-32
2018-06-29 Matt CoralloMerge pull request #33 from jeandudey/funding_txo
2018-06-29 Matt CoralloGreatly simplify channelmonitor pruning tests, and... 2018-06-post-32
2018-06-29 Matt CoralloAlso avoid pruning preimages for previous local tx...
2018-06-29 Matt CoralloA few minor test cleanups and remove new warnings from #32
2018-06-29 Matt CoralloSkip some a needless temporary vec and clean indentatio...
2018-06-29 Matt CoralloMerge pull request #32 from ariard/prune_payment_preimages
2018-06-29 Jean Pierre DudeyAdd the `OutPoint` type for the `ChannelMonitor`'s...
2018-06-28 Antoine RiardAdd pruning of preimages no longer needed + tests
2018-04-26 Matt CoralloMerge pull request #21 from TheBlueMatt/master
2018-04-25 Matt CoralloRewrite channelmonitor framework and implement a bunch...
2018-04-17 Matt CoralloMerge pull request #20 from TheBlueMatt/master
2018-04-17 Matt CoralloMinor cleanups
2018-04-17 Matt CoralloHand payment preimages into channel monitors when claimed
2018-04-02 Matt CoralloMerge pull request #17 from TheBlueMatt/2017-04-channel...
2018-04-02 Matt CoralloUpdate for new rust-bitcoin API, avoid some duplicate...
2018-03-23 Matt CoralloMerge pull request #15 from TheBlueMatt/master
2018-03-23 Matt CoralloStub out Sha256 calls when fuzzing
2018-03-20 Matt CoralloMerge pull request #12 from TheBlueMatt/2018-03-fixes
2018-03-19 Matt CoralloClean up a few comments after #11 merge.
2018-03-19 Matt CoralloMerge pull request #11 from tamasblummer/chaininterface...
2018-03-19 Tamas BlummerSplit out BroadcastInterface, ChainWatchInterface monit...
2018-02-16 Matt Coralloinitial checkin