Time out AwatingRemoteRAA outgoing HTLCs when we reach cltv_expiry
[rust-lightning] / lightning / src / ln / channel.rs
2020-04-24 Antoine RiardTime out AwatingRemoteRAA outgoing HTLCs when we reach...
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 CoralloDelay creating outbound ChannelMonitor until funding_si...
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-18 Matt CoralloMerge pull request #559 from ariard/2020-03-move-local...
2020-04-17 Antoine RiardMove HTLC tx generation in OnchainTxHandler
2020-04-17 Antoine RiardRemove signing htlc transaction from ChannelMonitor
2020-04-16 Antoine RiardRemove signing local commitment transaction from Channe...
2020-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
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-19 Matt CoralloRemove bogus mon_update_id += 1 fulfilling already...
2020-03-19 Matt CoralloMerge pull request #547 from valentinewallace/add-PR539...
2020-03-18 Valentine WallaceVerify commitment point on ChannelReestablish (no updat...
2020-03-17 Matt CoralloMerge pull request #537 from TheBlueMatt/2020-03-data...
2020-03-11 Matt CoralloMerge pull request #513 from ariard/2020-02-fix-zero...
2020-03-11 Antoine RiardMake htlc_minimum_msat configurable
2020-03-10 Antoine RiardBOLT2: Check we don't send and accept 0-msat HTLC
2020-03-09 Matt CoralloMerge pull request #435 from TheBlueMatt/2020-01-node_a...
2020-03-06 Matt CoralloUpdate pre-HTLC DataLossProtect to match new spec changes 2020-03-data-loss-spec-550
2020-03-06 Matt CoralloUse block timestamps as the min for generated update... 2020-01-node_announce
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 #522 from valentinewallace/chanmgr...
2020-02-27 Valentine WallaceUpdate ChannelManager's FeeEstimator from Arc to Deref.
2020-02-27 Matt CoralloMerge pull request #518 from valentinewallace/chanmgr...
2020-02-27 Valentine Wallacemulti: update ChannelManager's keys manager from Arc...
2020-02-27 Matt CoralloMerge pull request #489 from TheBlueMatt/2020-02-chan...
2020-02-27 Matt CoralloDrop Clone from ChannelMonitor.
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 CoralloSet ChannelMonitor basic_channel_info on funding, not...
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 CoralloTrack counterparty's commitment secrets in Channel...
2020-02-26 Matt CoralloClarify the in-flight HTLC state-tracking structs a...
2020-02-20 Matt CoralloMerge pull request #510 from TheBlueMatt/2020-02-fewer...
2020-02-20 Matt CoralloMerge pull request #511 from TheBlueMatt/2020-02-test...
2020-02-20 Matt CoralloOnly expose constants exposed for testing in cfg(test) 2020-02-test-pub-in-test-only
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 #503 from TheBlueMatt/2020-02-chanmo...
2020-02-18 Matt CoralloFix serialization rt bug in Channel and test in functio...
2020-02-12 Matt CoralloMerge pull request #470 from ariard/2020-01-contributin...
2020-02-12 Matt CoralloMerge pull request #461 from ariard/2020-remove-duplicata
2020-02-11 Matt CoralloMerge pull request #491 from TheBlueMatt/2020-02-one...
2020-02-10 Matt CoralloMerge pull request #490 from jkczyz/2020-02-initial...
2020-02-10 Matt CoralloFix sending funding_locked with 1 conf.
2020-02-10 Matt CoralloMerge pull request #445 from TheBlueMatt/2020-01-fuzz...
2020-02-08 Matt CoralloTest that EnforcingChannelKeys doesn't panic on duplica... 2020-01-fuzz-enforcer-fix
2020-02-08 Matt CoralloFix EnforcingChannelKeys panic when our counterparty...
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-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-24 DevrandomRemove unnecessary sign_closing_transaction arg
2020-01-24 Devrandomchannel value to ChannelKeys constructor
2020-01-22 Matt CoralloMerge pull request #457 from ariard/2020-01-fix-append...
2020-01-20 Matt CoralloMerge pull request #451 from lightning-signer/txkeys
2020-01-20 DevrandomUse ChannelPublicKeys in Channel
2020-01-20 DevrandomProvide remote channel public keys to signer
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-16 Matt CoralloMerge pull request #448 from lightning-signer/visibilit...
2020-01-16 Matt CoralloMerge pull request #444 from lightning-signer/funding...
2020-01-16 Devrandomconstruct funding redeem script in signer
2020-01-13 Matt CoralloMerge pull request #428 from TheBlueMatt/2019-12-flat...
2020-01-13 Matt CoralloMove features into a separate module out of msgs.
2020-01-13 Matt CoralloRefactor features a bit more to describe what the const...
2020-01-12 Matt CoralloImplement Flat Features
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-13 Matt CoralloMerge pull request #419 from TheBlueMatt/2019-12-simple...
2019-12-13 Matt CoralloUse external key signer to generate closing transaction... 2019-12-simple-signer-api-step
2019-12-12 Matt CoralloSign channel_announcements via a new ChannelKeys API
2019-12-12 Matt CoralloMerge pull request #404 from TheBlueMatt/2019-11-signer-api
2019-12-11 Matt CoralloMake commitment transaction signing a part of ChannelKeys.
2019-12-11 Matt CoralloMake ChannelKeys an API and template Channel with it.
2019-12-09 Matt CoralloMerge pull request #413 from TheBlueMatt/2019-12-381...
2019-12-09 Steven RooseChange the new() functions for config to Default::default()
2019-12-03 Matt CoralloMerge pull request #403 from TheBlueMatt/2019-11-rand...
2019-12-02 Matt CoralloRandomize initial onion packet data. 2019-11-rand-onion
2019-11-30 Matt CoralloMerge pull request #405 from TheBlueMatt/2019-11-cleanups
2019-11-30 Matt CoralloMerge pull request #407 from TheBlueMatt/2019-11-396...
2019-11-29 Antoine RiardAdd UpdateStatus in Channel to track freshness of gossi...
2019-11-19 Matt CoralloMerge pull request #379 from rrybarczyk/use-workspaces
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
next