Dry-up InputMaterial::Funding
[rust-lightning] / lightning / src / ln / channelmonitor.rs
2020-04-24 Antoine RiardDry-up InputMaterial::Funding
2020-04-24 Matt CoralloMerge pull request #593 from TheBlueMatt/2020-04-par...
2020-04-24 Matt CoralloMerge pull request #587 from TheBlueMatt/2020-04-mpp...
2020-04-24 Matt CoralloAdd a constant and docs for when we should fail an...
2020-04-24 Matt CoralloMerge pull request #601 from D4nte/ci-in-github-action
2020-04-23 Matt CoralloMerge pull request #597 from TheBlueMatt/2020-04-more...
2020-04-23 Matt CoralloDe-Option<> current_local_signed_commitment_tx in Chann... 2020-04-more-chanmon-cleanups
2020-04-23 Matt CoralloAdd HTLC/extra data in LocalCommitmentTransaction from...
2020-04-23 Matt CoralloDrop redundant parameters in sign_local_commitment_tx
2020-04-23 Matt CoralloClarify documentation on deserialization reorg requirements
2020-04-22 Matt CoralloDrop ChannelMonitor::write_for_watchtower
2020-04-20 Matt CoralloMerge pull request #594 from TheBlueMatt/2020-04-cleanups
2020-04-19 Matt CoralloDe-Option<> some fields in ChannelMonitor which are... 2020-04-cleanups
2020-04-19 Matt CoralloMerge pull request #558 from TheBlueMatt/2020-03-555...
2020-04-18 Matt CoralloFlatten ChannelMonitor substructs that don't add clarity 2020-03-555-nits
2020-04-18 Matt CoralloDrop uneccessary clone() introduced in 16fba9fd664522ac...
2020-04-18 Matt CoralloMerge pull request #559 from ariard/2020-03-move-local...
2020-04-17 Antoine RiardMonitor should panic on receiving buggy update sequences
2020-04-17 Antoine RiardMove HTLC tx generation in OnchainTxHandler
2020-04-17 Antoine RiardAdd OnchainTxHandler::get_fully_signed_htlc
2020-04-17 Antoine RiardCache csv_local inside OnchainTxHandler
2020-04-17 Antoine RiardCache per-HTLC data in OnchainTxHandler::HTLCTxCache
2020-04-17 Antoine RiardCache HTLC transaction material inside OnchainTxHandler
2020-04-17 Antoine RiardRemove signing htlc transaction from ChannelMonitor
2020-04-17 Antoine RiardRemove per_input_material introduce in commit 0011713
2020-04-17 Antoine RiardAccess signed local commitment through OnchainTxHandler
2020-04-17 Antoine RiardCache current local commitment number in ChannelMonitor.
2020-04-17 Antoine RiardMove local commitment tx generation in OnchainTxHandler
2020-04-17 Antoine RiardPrevent any update of local commitment transaction...
2020-04-17 Antoine RiardCache local_commitment_tx in OnchainTxHandler
2020-04-17 Antoine RiardCache funding_redeemscript in OnchainTxHandler
2020-04-16 Antoine RiardRemove signing local commitment transaction from Channe...
2020-04-02 Matt CoralloMerge pull request #568 from jkczyz/2020-03-handle...
2020-03-21 Matt CoralloMerge pull request #555 from ariard/2020-03-begin-dryup...
2020-03-21 Antoine RiardRemove useless local commitment txn signatures
2020-03-21 Antoine RiardDryup SecretKey from ChannelMonitor::OnchainDetection
2020-03-21 Antoine RiardAdd ChanSigner in OnchainTxHandler
2020-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
2020-03-20 Matt CoralloMerge pull request #554 from TheBlueMatt/2020-03-stale...
2020-03-20 Antoine RiardRemove Watchtower mode from Storage enum and make it...
2020-03-20 Matt CoralloMerge pull request #552 from ariard/2020-03-ismine...
2020-03-20 Antoine RiardImplement reorg-safety for SpendableOutputDescriptor...
2020-03-20 Antoine RiardMove SpendableOutputDescriptor for closing tx in
2020-03-20 Antoine RiardMove SpendableOutputDescriptor::DynamicOutputP2WPKH in
2020-03-20 Antoine RiardMove SpendableOutputDescirptor::DynamicOutputP2WSH in
2020-03-20 Antoine RiardIntroduce ChannelMonitor::is_paying_spendable_output
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
next