Clarify policy applied in send htlc error msgs
[rust-lightning] / src / ln / channel.rs
2019-08-02 Antoine RiardClarify policy applied in send htlc error msgs
2019-01-25 Matt CoralloMerge pull request #304 from TheBlueMatt/2019-01-bump-08
2019-01-25 Matt CoralloMerge pull request #303 from TheBlueMatt/2019-01-log...
2019-01-25 Matt CoralloLog information about channel freeze/restore from monit... 2019-01-log-more
2019-01-25 Matt Corallolog_trace HTLC changes in Channel::get_update_fulfill_htlc
2019-01-25 Matt Corallolog_trace HTLC transitions in RAA handling (best review...
2019-01-25 Matt Corallolog_trace information about commitment txn as they...
2019-01-25 Matt CoralloMerge pull request #297 from TheBlueMatt/2019-01-back...
2019-01-25 Matt CoralloMerge pull request #290 from TheBlueMatt/2019-01-monito...
2019-01-25 Matt CoralloMerge pull request #295 from TheBlueMatt/2019-01-holdin...
2019-01-25 Matt CoralloFix holding cell freeing in case we fail to add some... 2019-01-holding-cell-limits
2019-01-24 Matt CoralloMerge pull request #288 from TheBlueMatt/2019-01-test...
2019-01-24 Matt CoralloMerge pull request #301 from rex4539/fix-typos
2019-01-24 Dimitris ApostolouFix typos
2019-01-23 Matt CoralloFix responding to RAAs when monitor updating had alread... 2019-01-test-split-raa-flag-fix
2019-01-23 Matt CoralloRemove incorrect debug_assert!() from reestablish handl...
2019-01-23 Matt CoralloFix AwaitingRAA on RAA receipt when monitor updating...
2019-01-23 Matt CoralloMerge pull request #299 from TheBlueMatt/2019-01-262...
2019-01-23 Yuko RoodtAdded tests to check the bolt 2 specs for Sending Node... 2019-01-262-redux
2019-01-23 Matt CoralloMerge pull request #298 from TheBlueMatt/2019-01-271...
2019-01-23 Antoine RiardImplement Writeable/Readable for Option<T>
2019-01-22 Matt CoralloMerge pull request #286 from TheBlueMatt/2019-01-monito...
2019-01-22 Matt CoralloRewrite monitor_update_failed as it didn't capture...
2019-01-22 Matt CoralloMerge pull request #294 from TheBlueMatt/2019-01-deps...
2019-01-22 Matt CoralloEnsure Message always unwraps in fuzztarget 2019-01-deps-bump
2019-01-22 Matt CoralloUpgrade to secp256k1 v12, bitcoin v16, and crates bitco...
2019-01-22 Matt CoralloMerge pull request #296 from TheBlueMatt/2019-01-291...
2019-01-22 Philip RobinsonWrote test to explicitly test BOLT 2 requirements for... 2019-01-291-rebased
2019-01-16 Matt CoralloMerge pull request #285 from TheBlueMatt/2019-01-fuzz...
2019-01-13 Matt CoralloMerge pull request #284 from TheBlueMatt/2019-01-remote...
2019-01-13 Matt CoralloMerge tracking of HTLCs-in-commitment with outbound...
2019-01-11 Matt CoralloMake HTLCOutputInCommitment::transaction_output_index...
2019-01-05 Matt CoralloMerge pull request #281 from ariard/harden-inbound...
2019-01-01 Matt CoralloMerge pull request #278 from TheBlueMatt/2018-12-fail...
2019-01-01 Matt CoralloFail HTLC backwards on unrevoked remote commitment...
2018-12-22 Matt CoralloMerge pull request #276 from TheBlueMatt/2018-12-async...
2018-12-21 Matt CoralloFail HTLCs backwards asynchronously 2018-12-async-fail
2018-12-21 Matt CoralloAdd an enum option to pending forwards to fail backwards
2018-12-20 Matt CoralloMerge pull request #270 from TheBlueMatt/2018-12-drop...
2018-12-20 Matt CoralloUse bitcoin_hashes' Ripemd160/Hash160 from rust-crypto...
2018-12-19 Matt CoralloSwitch Sha256 to using bitcoin_hashes and our own HKDF
2018-12-17 Matt CoralloMerge pull request #269 from TheBlueMatt/2018-12-198...
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-13 Antoine RiardAdd is_resolving_output in ChannelMonitor
2018-12-13 Matt CoralloReturn refs from build_commitment_transaction, removing...
2018-12-13 Antoine RiardTrack HTLCSource in ChannelMonitor
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 CoralloHandle monitor update failures in msg-recv functions
2018-12-03 Matt CoralloRemove check which makes us sometimes never send closin... 2018-12-closing_signed-3-leg-commitment
2018-12-03 Matt CoralloMerge pull request #261 from TheBlueMatt/2018-11-reesta...
2018-12-02 Matt CoralloFix channel_reestablish generation/handling around... 2018-11-reestablish-fix
2018-11-27 Matt CoralloMerge pull request #260 from yuntai/201811-sessionkey
2018-11-27 Yuntai KyongAdd a method to get session secret for onion packet...
2018-11-26 Matt CoralloMerge pull request #258 from TheBlueMatt/2018-11-close...
2018-11-23 Matt CoralloMerge pull request #259 from TheBlueMatt/2018-11-256...
2018-11-23 Matt CoralloRemove MsgHandleErrInternal::from_chan_maybe_close...
2018-11-23 Matt CoralloStop needlessly returning &HTLCSource out of Channel.
2018-11-23 Matt CoralloRemove remaining uses of HandleError in Channel Err...
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 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 CoralloMove a ton of Channel functions to ChannelError from...
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 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 RiardTrack local_commitment_tx at funding_created
2018-11-15 Matt CoralloMerge pull request #249 from stevenroose/bitcoin-0.15
2018-11-15 Matt CoralloPanic if funding transaction has non-witness inputs 2018-11-misc-tweaks
2018-11-15 Matt CoralloClarify get_update_*_htlc docs and tweak one case slightly
2018-11-14 Philip RobinsonCheck affordability of new fee during update_fee call...
2018-11-14 Steven RooseUpdate to rust-bitcoin v0.15
2018-11-03 Matt CoralloMerge pull request #241 from TheBlueMatt/2018-10-peer...
2018-11-03 Matt CoralloMerge pull request #233 from TheBlueMatt/2018-10-shutdo...
2018-11-03 Matt CoralloRebroadcast shutdown on channel_reestablish (and reproc...
2018-11-03 Matt CoralloDelay closing_signed until update_fee exchanges complete
2018-11-03 Matt CoralloFail incoming HTLCs sent after we start shutdown, not...
2018-11-01 Matt CoralloSend closing_signed when appropriate as pending HTLCs...
2018-11-01 Matt CoralloAlways send Shutdown resposnes to Shutdown messages
2018-11-01 Matt CoralloRefactor out first-closing-sent creation
2018-11-01 Matt CoralloUse ChannelError in shutdown handling, clean up, impl...
2018-11-01 Matt CoralloMerge pull request #235 from TheBlueMatt/2018-10-229...
2018-10-31 Matt CoralloMerge pull request #234 from TheBlueMatt/2018-10-169...
2018-10-31 Schalk van HeerdenAdded config interface to allow users to specify channe... 2018-10-169-redux
2018-10-31 Matt CoralloRequire at least 1k sat for outbound channels and meet...
2018-10-31 Matt CoralloUse non-funder's funding block wait instead of max...
2018-10-27 Matt CoralloMerge pull request #226 from TheBlueMatt/2018-10-0.0.6
2018-10-27 Matt CoralloMerge pull request #223 from TheBlueMatt/2018-10-chanma...
2018-10-27 Matt CoralloMerge pull request #222 from TheBlueMatt/2018-10-pre...
2018-10-27 Matt CoralloMerge pull request #217 from TheBlueMatt/2018-10-msg...
2018-10-27 Matt CoralloMerge pull request #225 from TheBlueMatt/2018-10-214...
2018-10-27 Matt Corallofix broken state comparison (thanks @yuntai!)
2018-10-27 Matt CoralloImplement and document Channel/ChannelManager (de)seria...
2018-10-27 Matt CoralloFix + test disconnect/reconnect prior to FundingLocked
next