Typify payment_hash and payment_preimage
[rust-lightning] / src / ln / channelmonitor.rs
2018-12-14 Antoine RiardTypify payment_hash and payment_preimage
2018-12-14 Antoine RiardAdd const ACCEPTED_HTLC_SCRIPT_WEIGHT and OFFERED_HTLC_...
2018-12-14 Matt CoralloFail all pending HTLCs if the remote broadcasts a revok...
2018-12-13 Antoine RiardDetect onchain timeout of a HTLC in ChannelManager...
2018-12-13 Antoine RiardAdd is_resolving_output in ChannelMonitor
2018-12-13 Antoine RiardTrack HTLCSource in ChannelMonitor
2018-12-11 Antoine RiardTrack outputs fron local commitment tx
2018-12-11 Matt CoralloMerge pull request #266 from TheBlueMatt/2018-12-closin...
2018-12-11 Matt CoralloMerge pull request #263 from TheBlueMatt/2018-12-monito...
2018-12-11 Matt CoralloExpand comment on ChannelMonitorUpdateErr::PermanentFai... 2018-12-monitor-fail-2
2018-12-10 Matt CoralloMerge pull request #268 from TheBlueMatt/2015-12-fuzz...
2018-12-10 Matt CoralloCheck tx output matches monitor output data (and is... 2015-12-fuzz-fix-output-idx
2018-12-04 Matt CoralloMerge pull request #264 from TheBlueMatt/2018-12-198...
2018-12-04 Matt CoralloUnify the update pattern in provide_latest_local_commit... 2018-12-198-first-commit
2018-12-04 Matt CoralloSimplify ChannelMonitor Storage updates a bit
2018-12-04 Matt CoralloSimplify insert_combine by unimplemented!()ing unimplem...
2018-12-04 Antoine RiardRefactor KeyStorage as Storage
2018-12-03 Matt CoralloMerge pull request #265 from TheBlueMatt/2018-12-fuzz...
2018-12-03 Matt CoralloFix crash on no-witness tx in ChannelMonitor found...
2018-11-23 Matt CoralloMerge pull request #259 from TheBlueMatt/2018-11-256...
2018-11-21 Matt CoralloMerge pull request #246 from TheBlueMatt/2018-11-fuzz...
2018-11-21 Matt CoralloMerge pull request #255 from TheBlueMatt/2018-11-230-ext
2018-11-21 Matt CoralloCheck P2WPKH script against expected before gen'ing... 2018-11-230-ext
2018-11-21 Matt CoralloProvide commitment point to monitor with the remote...
2018-11-21 Matt CoralloMerge pull request #254 from TheBlueMatt/2018-11-channe...
2018-11-20 Matt CoralloCreate simple ChannelMonitor-specific Err type
2018-11-20 Matt CoralloMerge pull request #231 from philipr-za/philip-204...
2018-11-20 Matt CoralloMerge pull request #230 from ariard/handle_sizeable_pus...
2018-11-20 Antoine RiardAdd key_storage selection in ChannelMonitor insert_combine
2018-11-20 Antoine RiardAdd check_spend_closing_transaction ChannelMonitor
2018-11-20 Antoine RiardAdd test_static_spendable_outputs_preimage_tx
2018-11-16 Matt CoralloMerge pull request #253 from TheBlueMatt/2018-11-misc...
2018-11-16 Antoine RiardSplit provide_their_next_commitment_point from provide_...
2018-11-16 Antoine RiardAdd TxOut in DynamicOutput
2018-11-16 Antoine RiardImplement spendable output to_local output on local...
2018-11-15 Matt CoralloMerge pull request #249 from stevenroose/bitcoin-0.15
2018-11-14 Steven RooseUpdate to rust-bitcoin v0.15
2018-11-01 Matt CoralloMerge pull request #235 from TheBlueMatt/2018-10-229...
2018-10-31 Matt CoralloMerge pull request #232 from TheBlueMatt/master
2018-10-29 Matt CoralloGive ManyChannelMonitor a logger and trace add_update...
2018-10-27 Matt CoralloMerge pull request #223 from TheBlueMatt/2018-10-chanma...
2018-10-27 Matt CoralloMerge pull request #225 from TheBlueMatt/2018-10-214...
2018-10-27 Matt CoralloImplement and document Channel/ChannelManager (de)seria...
2018-10-27 Matt CoralloStore+expose bits of Channel[Monitor] to figure out...
2018-10-27 Matt CoralloTrack ChannelMonitor-watched-outpoints (+ remove now...
2018-10-27 Matt CoralloTrack last_block_hash in ChannelMonitor and expose...
2018-10-27 Matt CoralloRedo ChannelMonitor deserialization to avoid read_to_end()
2018-10-27 Matt CoralloGive ChannelMonitor a logger via new ReadableArgs trait
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...
next