Make field error of LightingError mandatory
[rust-lightning] / src / ln / channelmanager.rs
2019-11-15 Antoine RiardMake field error of LightingError mandatory
2019-11-12 Antoine RiardRename HandleError to LightningError to stress already...
2019-08-09 Matt CoralloMerge pull request #374 from dongcarl/2019-08-channel...
2019-08-06 Matt CoralloMerge pull request #349 from ariard/2019-07-data_loss
2019-08-05 Antoine RiardMake get_latest_local_commitment_txn public
2019-08-05 Antoine RiardEnforce option_data_loss_protect user-side
2019-08-02 Matt CoralloMerge pull request #310 from ariard/2019-02-clarify...
2019-07-30 Matt CoralloMerge pull request #367 from TheBlueMatt/2019-07-fst...
2019-07-29 Matt CoralloMerge pull request #364 from TheBlueMatt/2019-07-no...
2019-07-29 Matt CoralloHandle monitor update failure during funding on the... 2019-07-no-unimpl
2019-07-29 Matt CoralloHandle monitor update failures during funding on the...
2019-07-24 Matt CoralloMerge pull request #360 from TheBlueMatt/2019-07-new...
2019-07-24 Matt CoralloMerge pull request #355 from ariard/2019-07-fix-csv...
2019-07-24 Antoine RiardMove BREAKDOWN_TIMEOUT/MAX_LOCAL_BREAKDOWN_TIMEOUT...
2019-07-23 Matt CoralloMerge pull request #353 from TheBlueMatt/2019-07-no...
2019-07-23 Matt CoralloMake rand a dev-dep by having the user randomize HTLC... 2019-07-no-rand
2019-07-22 Matt CoralloMerge pull request #348 from ariard/2019-07-upfront...
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 Antoine RiardAdd more comments about timelock assumptions and securi...
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 system clock calls for PendingHTLCsForwardable... 2019-07-no-instant
2019-07-18 Matt CoralloAdd balance and is_live fields to ChannelDetails 2019-06-channeldetails-fields
2019-07-17 Antoine RiardImplement block_disconnect for pruning of waiting-conf...
2019-04-22 Matt CoralloMerge pull request #320 from TheBlueMatt/2019-03-chan...
2019-03-25 Matt CoralloRewrite Channel resend tracking to make it much more...
2019-03-22 Matt CoralloMerge pull request #314 from TheBlueMatt/2019-03-chan...
2019-03-07 Matt CoralloMerge pull request #318 from tamasblummer/rbitcoin017
2019-03-07 Tamas Blummermigration to rust-bitcoin 0.17
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 CoralloMerge pull request #302 from TheBlueMatt/2019-01-hashes03
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-24 Matt CoralloSend back the actual received amount, not expected... 2019-01-back-fail-privacy
2019-01-24 Matt CoralloDrop pending outbound messages on peer disconnection
2019-01-24 Matt CoralloHandle monitor update failures in two more places
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 CoralloAdd a test for the ordering setting in channel_reestabl...
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 CoralloFix handling RAA when a monitor update previously failed 2019-01-monitor-update-fixes
2019-01-22 Matt CoralloRewrite monitor_update_failed as it didn't capture...
2019-01-22 Matt CoralloRemove unused argument from handle_error!
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-05 Matt CoralloMerge pull request #281 from ariard/harden-inbound...
2019-01-01 Matt CoralloMerge pull request #278 from TheBlueMatt/2018-12-fail...
2018-12-22 Matt CoralloLog errors forwarding/failing HTLCs
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 CoralloMove process_onion_failure into onion_utils
2018-12-20 Matt CoralloMerge pull request #275 from TheBlueMatt/2018-12-manage...
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 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 ChaCha20 implementation wholesale
2018-12-19 Matt CoralloSwitch Sha256 to using bitcoin_hashes and our own HKDF
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 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 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-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 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...
next