rust-lightning
2019-01-01 Antoine RiardMore comments/hardening test_fail_backwards_unrevoked_r... 2018-12-fail-on-unrevoked-remote
2019-01-01 Matt CoralloFail HTLC backwards on unrevoked remote commitment...
2018-12-22 Matt CoralloMacro-out BroadcastChannelUpdate-on-channel-close in...
2018-12-22 Matt CoralloLog errors forwarding/failing HTLCs
2018-12-22 Matt CoralloRemove long-stale TODO
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-21 Matt CoralloRefactor HTLCForwardInfo into an enum in prep for delay...
2018-12-21 Matt Corallomacro-out a bunch of PendingHTLCsForwardable+forward...
2018-12-21 Matt CoralloMove process_onion_failure into onion_utils
2018-12-20 Matt CoralloMerge pull request #275 from TheBlueMatt/2018-12-manage...
2018-12-20 Matt CoralloDrop needless mut found by rustc 1.22 2018-12-manager-split
2018-12-20 Matt CoralloMove ChannelManager network tests into their own module
2018-12-20 Matt CoralloMove onion encryption/decryption/etc into an onion_util...
2018-12-20 Matt CoralloDrop channel_held_info which was only for the channel...
2018-12-20 Matt CoralloMerge pull request #270 from TheBlueMatt/2018-12-drop...
2018-12-20 Matt Corallotrace_log more in channelmonitor 2018-12-drop-rust-crypto
2018-12-20 Matt CoralloUse bitcoin_hashes' fixed_time_eq, removing the rust...
2018-12-20 Matt CoralloDrop rust-crypto trait usage
2018-12-20 Matt CoralloSteal rust-crypto's Poly1305 implementation wholesale
2018-12-20 Matt CoralloSteal rust-crypto's ChaCha20 implementation wholesale
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-18 Matt CoralloChange the way channel keys are generated
2018-12-18 Matt CoralloMerge pull request #274 from TheBlueMatt/2018-12-243...
2018-12-18 Matt CoralloUpdate incorrect_payment_amount generation/handling... 2018-12-243-review
2018-12-18 Yuntai KyongAdd tests for process_onion_failure return value sanity
2018-12-18 Matt CoralloAdd test_util for overriding session privs for onion...
2018-12-18 Matt CoralloAdd some additional channel-creation-broadcast-msg...
2018-12-18 Matt CoralloAlways return malformed for BADONION errors
2018-12-18 Matt CoralloAdd TODO noting confusion over |20 (channel_disabled...
2018-12-18 Yuntai KyongInclude flags when sending channel_disabled onion errors
2018-12-18 Yuntai KyongRewrite most of process_onion_failure
2018-12-18 Yuntai KyongSwap an if let for a match and add some TODO
2018-12-18 Matt CoralloMerge pull request #273 from ariard/2018-12-17-replace...
2018-12-18 Antoine RiardReplace some unknown_next_peer by permanent_channel_failure
2018-12-17 Matt CoralloMerge pull request #269 from TheBlueMatt/2018-12-198...
2018-12-14 Matt CoralloAdd some TODOs for correctness in ChannelMonitor 2018-12-198-review
2018-12-14 Matt CoralloAdd constant for HTLC failure anti-reorg delay
2018-12-14 Matt CoralloInclude the node id in ChannelManager test logs
2018-12-14 Matt CoralloAdd additional log traces in channelmonitor/manager
2018-12-14 Antoine RiardAdd logging of HTLC outputs resolved by remote peer...
2018-12-14 Antoine RiardTypify payment_hash and payment_preimage
2018-12-14 Matt CoralloAdd bigger test for failing HTLCs claimed through revoc...
2018-12-14 Antoine RiardAdd test for failing/fulfilling HTLCs from on-chain...
2018-12-14 Antoine RiardAdd const ACCEPTED_HTLC_SCRIPT_WEIGHT and OFFERED_HTLC_...
2018-12-14 Matt CoralloGenerate PaymentFailed events for outbound payments...
2018-12-14 Matt CoralloMove monitor-generated HTLC event handling to manager...
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 Matt CoralloReturn refs from build_commitment_transaction, removing...
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-11 Matt CoralloAdd test for monitor update failure on CS/RAA/CR handling
2018-12-11 Matt CoralloHandle monitor update failures in msg-recv functions
2018-12-11 Matt CoralloSwap handle_monitor_update_fail for a macro ala try_cha...
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 CoralloRemove check which makes us sometimes never send closin... 2018-12-closing_signed-3-leg-commitment
2018-12-03 Matt CoralloMerge pull request #265 from TheBlueMatt/2018-12-fuzz...
2018-12-03 Matt CoralloAvoid writing to stdout during fuzz tests 2018-12-fuzz-fix-no-witness
2018-12-03 Matt CoralloRemove unused import in full_stack_target
2018-12-03 Matt CoralloFix crash on no-witness tx in ChannelMonitor found...
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 Antoine RiardAdd test_claim_on_remote_revoked_sizeable_push_msat 2018-11-256-redux
2018-11-23 Antoine RiardRefactor check spendable outputs macros into one
2018-11-23 Matt CoralloSimplify + document the ChannelManager Err flow a bit 2018-11-close-locked
2018-11-23 Matt CoralloRemove MsgHandleErrInternal::from_chan_maybe_close...
2018-11-23 Matt CoralloProperly handle ChannelError::Close results in update_fee.
2018-11-23 Matt CoralloProperly handle ChannelError::Close results in send_pay...
2018-11-23 Matt CoralloClose channels on Err returns inside the same channel_s...
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-23 Matt CoralloSplit channel_reserve_test so we don't rely on unfilled...
2018-11-21 Matt CoralloMerge pull request #257 from TheBlueMatt/2018-11-007...
2018-11-21 Matt CoralloBump to 0.0.7 for API rev 2018-11-007-bump
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 CoralloFix two compiler warnings introduced in a51dbb4a4de0142... 2018-11-channelerror
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...
next