Add user configurable csv delay encumbering channel refund output,
[rust-lightning] / src / ln / channel.rs
2019-07-24 Antoine RiardAdd user configurable csv delay encumbering channel...
2019-07-24 Antoine RiardMove BREAKDOWN_TIMEOUT/MAX_LOCAL_BREAKDOWN_TIMEOUT...
2019-07-22 Matt CoralloMerge pull request #348 from ariard/2019-07-upfront...
2019-07-22 Antoine RiardImplement option_upfront_shutdown_script user-side
2019-07-22 Antoine RiardSupport option_upfront_shutdown_script for local peer
2019-07-22 Antoine RiardProvide peer local_features to handle_open_channel...
2019-07-19 Matt CoralloMerge pull request #336 from ariard/2019-04-in-flight...
2019-07-19 Matt CoralloMerge pull request #340 from TheBlueMatt/2019-06-channe...
2019-07-19 Matt CoralloMerge pull request #351 from TheBlueMatt/2019-07-no...
2019-07-18 Matt CoralloDrop time_created in HTLCAwaitingACK::AddHTLC (we can...
2019-07-18 Matt CoralloAdd balance and is_live fields to ChannelDetails 2019-06-channeldetails-fields
2019-07-17 Antoine RiardAdd log_trace on to_remote/to_local inclusion in commit...
2019-07-03 Matt CoralloMerge pull request #346 from ariard/log_trace_remote_lo...
2019-07-03 Antoine RiardAdd log_trace on to_remote/to_local inclusion in commit...
2019-04-22 Matt CoralloMerge pull request #320 from TheBlueMatt/2019-03-chan...
2019-04-21 Matt CoralloMerge pull request #334 from ariard/2019-04-fee-estimat...
2019-04-10 Matt CoralloMerge pull request #335 from TheBlueMatt/2019-04-330...
2019-04-10 Sebastian GeislerMake channel open confs configurable (and change from... 2019-04-330-nits
2019-03-25 Matt CoralloMerge pull request #325 from TheBlueMatt/2019-03-322...
2019-03-25 Matt CoralloRewrite Channel resend tracking to make it much more...
2019-03-25 Matt CoralloAdd log_trace on completion of monitor update restorati...
2019-03-25 Matt CoralloMerge pull request #319 from TheBlueMatt/2019-03-htlc...
2019-03-25 Matt CoralloMerge pull request #316 from TheBlueMatt/2019-03-remove...
2019-03-22 Matt CoralloFix potential overflow bug introduced in channel reserv... 2019-03-removed-reserve-check
2019-03-22 Matt CoralloFix inbound channel reserve check for removed-outbound...
2019-03-22 Matt CoralloMerge pull request #314 from TheBlueMatt/2019-03-chan...
2019-03-07 Matt CoralloFix HTLC-output-in-commitment sorting for duplicate...
2019-03-07 Matt CoralloMerge pull request #318 from tamasblummer/rbitcoin017
2019-03-07 Tamas Blummermigration to rust-bitcoin 0.17
2019-03-03 Matt CoralloAdd a useful log_trace before we release holding cell. 2019-03-chan-cleanup
2019-03-03 Matt CoralloMove fail_reason into OutboundHTLCState states
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
next