Avoid claiming remote received HTLCs with preimage
[rust-lightning] / src / ln / channelmonitor.rs
2019-11-13 Antoine RiardAvoid claiming remote received HTLCs with preimage
2019-08-24 Matt CoralloMerge pull request #377 from elichai/2019-08-update...
2019-08-24 Elichai TurkelCast weights to u64 to support the new rust-bitcoin api
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 RiardCache to_remote_script if we are fallen-behind
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-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-23 Antoine RiardFix: use our_to_self_delay in check_spend_remote_htlc
2019-07-19 Matt CoralloMerge pull request #336 from ariard/2019-04-in-flight...
2019-07-19 Antoine RiardImplement dynamic height timer for bump candidates txn
2019-07-19 Antoine RiardAdd in-flight claim-tx tracking
2019-07-19 Antoine RiardAdd more comments about timelock assumptions and securi...
2019-07-17 Antoine RiardMove htlc_updated_waiting_threshold_conf to an OnchainE...
2019-07-17 Antoine RiardFail back dust HTLC of local commitment tx after enough...
2019-07-17 Antoine RiardDelay failure of non-dust HTLC-outputs until solving...
2019-07-17 Antoine RiardImplement block_disconnect for pruning of waiting-conf...
2019-07-17 Antoine RiardTrack HTLC-failure trigger tx until anti-reorg delay...
2019-07-01 Matt CoralloMerge pull request #341 from TheBlueMatt/2019-06-fuzz...
2019-06-14 Matt CoralloGracefully handle fee-larger-than-claimed-value in... 2019-06-fuzz-crash-fee-sub
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-19 Matt CoralloAssert that our weight prediction can't result in unspe...
2019-04-16 Antoine RiardAdd unit test for get_witnesses_weight
2019-04-16 Antoine RiardAdd fee estimation in check_spend_remote_htlc
2019-04-16 Antoine RiardAdd FeeEstimator in ChannelMonitor
2019-04-10 Matt CoralloMerge pull request #335 from TheBlueMatt/2019-04-330...
2019-04-10 Matt CoralloMerge pull request #332 from ariard/2019-03-option...
2019-04-10 Antoine RiardUse more Writeable/Readable for Option<T> in ChannelMonitor
2019-04-03 Matt CoralloMerge pull request #328 from dongcarl/fine
2019-03-26 Matt CoralloMerge pull request #329 from dongcarl/patch-1
2019-03-25 Matt CoralloMerge pull request #326 from TheBlueMatt/2019-03-temp...
2019-03-25 Matt CoralloUpdate docs for TemporaryFailure to note other use... 2019-03-temp-failure-use-cases
2019-03-25 Matt CoralloMerge pull request #325 from TheBlueMatt/2019-03-322...
2019-03-25 Antoine RiardExtract preimage from revoked HTLC-Success to claim... 2019-03-322-cleanup
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-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 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 #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-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 CoralloFix comment spelling and clarify algebra a bit. 2019-01-remote-htlc-timeout-broadcast
2019-01-13 Matt CoralloCheck for timing-out HTLCs in remote unrevoked commitments
2019-01-13 Matt CoralloTest for failing channel after local commitment dust...
2019-01-13 Matt CoralloMerge tracking of HTLCs-in-commitment with outbound...
2019-01-11 Matt CoralloMake HTLCOutputInCommitment::transaction_output_index...
2019-01-09 Matt CoralloMerge pull request #283 from TheBlueMatt/2019-01-htlc...
2019-01-09 Matt CoralloMerge pull request #282 from TheBlueMatt/2019-01-multi...
2019-01-09 Matt CoralloSimplify and expand logging in is_resolving_htlc_output 2019-01-htlc-resolution-log
2019-01-09 Matt CoralloFix multi-remote-HTLC-claim preimage learning 2019-01-multi-htlc-claims
2019-01-09 Matt CoralloFix source name in is_resolving_htlc_output
2019-01-05 Matt CoralloMerge pull request #280 from TheBlueMatt/2018-12-no...
2019-01-05 Matt CoralloMacro-DRY HTLC back-fails for revoked remote transactio...
2019-01-05 Matt CoralloMerge pull request #281 from ariard/harden-inbound...
2019-01-03 Antoine RiardLog resolution of offered HTLC by HTLC-timeout tx
2019-01-01 Matt CoralloMove fail-backwards up for no to-remote output claims
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 CoralloRemove long-stale TODO
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' 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 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 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 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
next