Add logger for SpendableOutputDescriptor
[rust-lightning] / lightning / src / ln / channelmonitor.rs
2020-03-20 Antoine RiardAdd logger for SpendableOutputDescriptor
2020-03-20 Matt CoralloMerge pull request #551 from TheBlueMatt/2020-03-no...
2020-03-19 Matt CoralloBroadcast final local txn via ChannelMonitorUpdate
2020-03-19 Matt CoralloDeduplicate HTLC preimage events from channelmonitor.
2020-03-17 Matt CoralloMerge pull request #537 from TheBlueMatt/2020-03-data...
2020-03-17 Matt CoralloMerge pull request #546 from TheBlueMatt/2020-03-519...
2020-03-17 Antoine RiardWatch outputs of revoked HTLC-transactions
2020-03-17 Matt CoralloMerge pull request #545 from TheBlueMatt/2020-03-fuzz...
2020-03-17 Matt CoralloMerge pull request #544 from TheBlueMatt/2020-03-fix...
2020-03-17 Matt CoralloFix ChannelMonitor round-trip introduced by 3d640da5c34... 2020-03-fix-mon-ser
2020-03-05 Matt CoralloMerge pull request #535 from TheBlueMatt/2020-03-462...
2020-03-04 Matt CoralloFlatten Vec passed from channelmonitor to onchaintx...
2020-03-04 Matt CoralloMerge pull request #462 from ariard/2020-01-refactor...
2020-03-04 Antoine RiardRename InputMaterial script to witness_script
2020-03-04 Antoine RiardStructurify claim request handed between detection...
2020-03-04 Antoine RiardIntroduce OnchainTxHandler, move bumping and tracking...
2020-03-04 Matt CoralloMerge pull request #523 from TheBlueMatt/2020-02-router...
2020-03-04 Matt CoralloChange Option<T> serialization format to include length
2020-03-04 Matt CoralloMake Readable::read a templated on the stream, not...
2020-02-29 Matt CoralloMerge pull request #507 from moneyball/patch-2
2020-02-28 Matt CoralloMerge pull request #520 from TheBlueMatt/2020-02-events...
2020-02-28 Matt CoralloAdd comment noting that ChannelMonitor events are seria... 2020-02-events-in-monitors
2020-02-28 Matt CoralloMove events into ChannelMonitor from ManyChannelMonitor
2020-02-28 Matt CoralloMerge pull request #522 from valentinewallace/chanmgr...
2020-02-27 Valentine WallaceUpdate ChannelManager's FeeEstimator from Arc to Deref.
2020-02-27 Matt CoralloMerge pull request #489 from TheBlueMatt/2020-02-chan...
2020-02-27 Matt CoralloDrop TODO which was implemented long ago 2020-02-chan-updates
2020-02-27 Matt CoralloDrop Clone from ChannelMonitor.
2020-02-27 Matt CoralloRm ChannelMonitor merge capabilities in favor of explic...
2020-02-27 Matt CoralloCreate ChannelMonitors with basic_channel_info and...
2020-02-27 Matt CoralloUse ChannelMonitorUpdate in fallen-behind handling...
2020-02-27 Matt CoralloUse ChannelMonitorUpdates in commitment signing fns...
2020-02-27 Matt CoralloUpdate Channel::funding_signed to use ChannelMonitorUpdate
2020-02-27 Matt CoralloAdd types for updating ChannelMonitors without copying...
2020-02-26 Matt CoralloUse Channel::funding_txo instead of its channel_monitor...
2020-02-26 Matt CoralloSwap out ChannelMonitor remote secret tracking for...
2020-02-26 Matt CoralloMerge pull request #509 from valentinewallace/chanmgr...
2020-02-26 Valentine Wallacemulti: update ChannelManager tx broadcaster from Arc...
2020-02-21 Matt CoralloMerge pull request #512 from TheBlueMatt/2020-02-peer_h...
2020-02-21 Matt CoralloMerge pull request #474 from TheBlueMatt/2020-02-htlc...
2020-02-21 Matt CoralloMove pending-HTLC-updated ChannelMonitor from ManyChann...
2020-02-20 Matt CoralloMerge pull request #506 from arik-so/ping_encryption_fix
2020-02-19 Matt CoralloMerge pull request #502 from rloomba/rloomba/add_unregi...
2020-02-19 Matt CoralloMerge pull request #455 from TheBlueMatt/2020-01-monito...
2020-02-18 Matt CoralloAdd comment describing how ChannelMonitor::block_connec... 2020-01-monitor-reload-watch
2020-02-18 Matt CoralloTrack the full list of outpoints a chanmon wants monito...
2020-02-12 Matt CoralloMerge pull request #470 from ariard/2020-01-contributin...
2020-02-12 Matt CoralloMerge pull request #496 from TheBlueMatt/2020-02-461...
2020-02-12 Matt CoralloRemove unnecessary mut introduced in 0c595a7ff69bd177b2... 2020-02-461-extra-mut
2020-02-12 Matt CoralloMerge pull request #461 from ariard/2020-remove-duplicata
2020-02-05 Matt CoralloMerge pull request #463 from jkczyz/2020-01-wire-encode
2020-02-05 Matt CoralloMerge pull request #454 from TheBlueMatt/2020-01-fuzz...
2020-02-05 Matt CoralloMerge pull request #466 from lightning-signer/chanmon...
2020-02-05 DevrandomAdd ChannelKeys to ChannelMonitor
2020-02-04 Devrandommove ChannelMonitor.write* in preparation for adding...
2020-01-30 Antoine RiardExplicit pass index at HTLC spending transaction signing
2020-01-25 Matt CoralloMerge pull request #459 from ariard/2020-01-fix-htlc...
2020-01-25 Matt CoralloMerge pull request #460 from lightning-signer/channel...
2020-01-25 Matt CoralloMerge pull request #458 from TheBlueMatt/2020-01-spenda...
2020-01-25 Matt CoralloMerge pull request #443 from valentinewallace/channelmg...
2020-01-25 Valentine WallaceUpdate ChannelManager's ChannelMonitor Arc to be a... 2020-01-443-final-nits
2020-01-23 Antoine RiardFix bumping timer for claiming revoked HTLC outputs
2020-01-22 Matt CoralloMerge pull request #457 from ariard/2020-01-fix-append...
2020-01-22 Antoine RiardFix spurious calls of broadcast_by_local_state
2020-01-20 Matt CoralloMerge pull request #451 from lightning-signer/txkeys
2020-01-19 Matt CoralloPanic on txn with value > 21mill in ChannelMonitor... 2020-01-fuzz-mega-value
2020-01-17 Matt CoralloMerge pull request #447 from ariard/2020-01-fix-weight...
2020-01-17 Antoine RiardBound incoming HTLC witnessScript to min/max limits
2020-01-17 Matt CoralloMerge pull request #450 from ariard/2020-01-fix-fst...
2020-01-17 Antoine RiardLog block disconnection in ChannelMonitor
2019-12-28 Matt CoralloMerge pull request #420 from TheBlueMatt/2019-12-chan...
2019-12-24 Matt CoralloSign local HTLC transactions at broadcast-time, instead... 2019-12-chan-ext-signer
2019-12-24 Matt CoralloMake ChannelMonitor sign local transactions (at broadca...
2019-12-24 Matt CoralloSet basic channel info in chanmon all at once, add...
2019-12-24 Matt CoralloDrop duplicative current-local-tx storage in channel.
2019-12-11 Matt CoralloMerge pull request #414 from TheBlueMatt/2019-12-347...
2019-12-11 Matt CoralloAvoid cloning RBF state when we just want to modify... 2019-12-347-nits
2019-12-11 Antoine RiardAdd test_bump_txn_sanitize_tracking_maps
2019-12-11 Antoine RiardSanitize pending_claim_requests if no more outpoints...
2019-12-10 Matt CoralloDont RBF a tx twice if it hits RBF timer when one input...
2019-12-10 Matt CoralloClean up claimable_outpoints when pending_claim_request...
2019-12-10 Matt CoralloIf 2 claimable-outpoint-spending txn are in 1 block...
2019-12-10 Antoine RiardLog block tick in ChannelMonitor
2019-12-10 Matt CoralloCorrect input comparison for input-subset RBF bump...
2019-12-10 Matt CoralloDont forget RBF previous-feerate info if tx size changed.
2019-12-10 Antoine RiardAdd test_set_outpoints_partial_claiming
2019-12-10 Antoine RiardTrack and react to remote partial-claiming of pending...
2019-12-10 Antoine RiardAdd RBF-bumping of preimage/timeout txn on remote HTLC...
2019-12-10 Antoine RiardImplement bumping engine in ChannelMonitor::block_connected
2019-12-10 Antoine RiardRemove superflous pending_claims
2019-12-10 Antoine RiardMove our_claim_txn_waiting_first_conf to pending_claim_...
2019-12-10 Antoine RiardAdd log_trace on bump candidates tracking-buffer insertions
2019-11-30 Matt CoralloMerge pull request #407 from TheBlueMatt/2019-11-396...
2019-11-25 Matt CoralloMerge pull request #401 from ariard/2019-11-log-tx...
2019-11-25 Antoine RiardAdd log for every tx broadcast
2019-11-22 Matt CoralloMerge pull request #389 from valentinewallace/split...
2019-11-22 Valentine Wallacechaininterface+multi: add filter_block and reentered...
2019-11-22 Valentine Wallacechaininterface: add BlockNotifier struct
2019-11-21 Valentine Wallacemulti: remove listeners field and method from ChainWatc...
2019-11-19 Matt CoralloMerge pull request #379 from rrybarczyk/use-workspaces
next