Disconect `announcement_signatures` sending from `funding_locked`
[rust-lightning] / lightning / src / ln / channel.rs
2022-01-26 Matt CoralloDisconect `announcement_signatures` sending from `fundi...
2022-01-26 Matt CoralloUnset `Channel::is_usable` if mon update is blocking...
2022-01-26 Matt CoralloDo not Send FundingLocked messages while disconnected
2022-01-26 Matt CoralloReturn struct, not long tuple, from `Channel::channel_r...
2022-01-25 Matt CoralloMove node_id signing of ChannelAnnouncement into Signer
2022-01-25 valentinewallaceMerge pull request #1275 from jkczyz/2022-01-benchmark...
2022-01-25 Matt CoralloMerge pull request #1251 from lightning-signer/2022...
2022-01-24 DevrandomProvide preimages to signer
2022-01-24 DevrandomKeep track of preimage in OutboundHTLCState on success
2022-01-24 valentinewallaceMerge pull request #1272 from lightning-signer/2022...
2022-01-24 valentinewallaceMerge pull request #1271 from tnull/rename_payee_struct
2022-01-24 DevrandomImprove KeysInterface::sign_invoice API
2022-01-21 Elias RohrerRename `Payee` to `PaymentParameters`
2022-01-14 Matt CoralloMerge pull request #1238 from TheBlueMatt/2022-01-locko...
2022-01-14 Matt CoralloMerge pull request #1229 from lightning-signer/2021...
2022-01-13 Ken SedgwickAdd anchor tests to outbound_commitment_test
2022-01-13 Ken SedgwickDebit funder's output to cover anchors
2022-01-13 Ken SedgwickConvert HTLC_{SUCCESS,TIMEOUT}_TX_WEIGHT to anchor...
2022-01-13 Ken SedgwickConvert COMMITMENT_TX_BASE_WEIGHT to anchor-aware function
2022-01-13 Ken SedgwickSet the SigHashType of remote htlc signatures w/ anchor...
2022-01-11 Matt CoralloMerge pull request #1013 from TheBlueMatt/2021-07-warni...
2022-01-11 Matt CoralloConvert `shutdown` invalid script checks to warning...
2021-12-17 Matt CoralloMerge pull request #1177 from valentinewallace/2021...
2021-12-16 Valentine WallaceAdd get_inbound_payment_key_material to KeysInterface
2021-12-15 Conor OkusMerge pull request #1211 from ConorOkus/2021-11-add...
2021-12-15 Matt CoralloMerge pull request #1202 from TheBlueMatt/2021-12-fix...
2021-12-09 Matt CoralloMerge pull request #1169 from TheBlueMatt/2021-11-fix...
2021-12-08 Matt CoralloMerge pull request #1203 from lightning-signer/2021...
2021-12-08 Matt CoralloMerge pull request #1210 from TheBlueMatt/2021-12-new...
2021-12-07 Matt CoralloMerge pull request #1208 from TheBlueMatt/2021-12-less...
2021-12-07 Matt CoralloReduce force-closures with user fee estimators which... 2021-12-less-force-close
2021-12-07 DevrandomGetter for the total channel balance
2021-12-06 Matt CoralloMerge pull request #1130 from TheBlueMatt/2021-10-mon...
2021-11-30 Matt CoralloMerge pull request #1195 from TheBlueMatt/2021-11-chanm...
2021-11-29 Matt CoralloMerge pull request #1163 from TheBlueMatt/2021-11-suppo...
2021-11-29 Matt CoralloExplicitly support counterparty setting 0 channel reserve 2021-11-support-insecure-counterparty
2021-11-24 Matt CoralloMerge pull request #1184 from TheBlueMatt/2021-11-c...
2021-11-23 Matt CoralloAdd a comment describing `update_time_counter` and...
2021-11-23 Matt CoralloUpdate `ChannelUpdate::timestamp` when channels are...
2021-11-23 Matt CoralloStore holder channel reserve and max-htlc-in-flight...
2021-11-23 Matt CoralloMerge pull request #1162 from TheBlueMatt/2021-11-fix...
2021-11-23 Matt CoralloMerge pull request #1178 from jkczyz/2021-11-payment...
2021-11-23 Matt CoralloMerge pull request #1176 from lightning-signer/2021...
2021-11-23 Ken SedgwickAdd anchor support to build_htlc_transaction
2021-11-23 Ken SedgwickAdd anchor support to commitment HTLC outputs
2021-11-23 Matt CoralloCorrect initial commitment tx fee affordability checks...
2021-11-23 Matt CoralloRewrite test_update_fee_that_funder_cannot_afford to...
2021-11-22 Matt CoralloMake Channel::commit_tx_fee_msat static and take fee...
2021-11-22 Matt CoralloMerge pull request #1054 from ariard/2021-08-check...
2021-11-22 Matt CoralloMerge pull request #1168 from TheBlueMatt/2021-11-mpp...
2021-11-22 Antoine RiardCheck outbound update_fee affordance incremented with...
2021-11-22 Antoine RiardIntroduce CommitmentStats
2021-11-20 Matt CoralloMerge pull request #1027 from TheBlueMatt/2021-07-check...
2021-11-20 Antoine RiardCheck we won't overflow `max_dust_htlc_exposure_msat...
2021-11-19 Antoine RiardCancel the outbound feerate update if above what we...
2021-11-17 Antoine RiardIntroduce new helper commit_tx_fee_sat
2021-11-17 Matt CoralloMerge pull request #1083 from TheBlueMatt/2021-09-fundi...
2021-11-16 Matt CoralloAutomatically close channels that go unfunded for 2016... 2021-09-funding-timeout
2021-11-16 Matt CoralloReturn `ClosureReason` from `Channel` chain update...
2021-11-16 Matt CoralloMerge pull request #1160 from jkczyz/2011-11-spontaneou...
2021-11-16 Matt CoralloMerge pull request #1161 from TheBlueMatt/2021-11-fix...
2021-11-16 Matt CoralloCorrect Channel type serialization logic 2021-11-fix-chan-type-ser
2021-11-16 Matt CoralloMerge pull request #1119 from TheBlueMatt/2021-10-less...
2021-11-16 Matt CoralloBe less aggressive in outbound HTLC CLTV timeout checks 2021-10-less-aggressive-htlc-timeouts
2021-11-13 Matt CoralloMerge pull request #1131 from TheBlueMatt/2021-10-upstr...
2021-11-12 Matt CoralloMerge pull request #1143 from TheBlueMatt/2021-10-no...
2021-11-12 Matt CoralloMerge pull request #1165 from lightning-signer/2021...
2021-11-05 Matt CoralloMerge pull request #1154 from TheBlueMatt/2021-11-103...
2021-11-03 Matt CoralloMerge pull request #1078 from TheBlueMatt/2021-09-chan...
2021-10-28 Matt CoralloMerge pull request #1137 from TheBlueMatt/2021-10-ping...
2021-10-25 Matt CoralloMerge pull request #1138 from TheBlueMatt/2021-10-payee...
2021-10-25 Matt CoralloStore `Payee` information in `HTLCSource::OutboundRoute`. 2021-10-payee-in-monitors
2021-10-25 Matt CoralloMerge pull request #1134 from jkczyz/2021-10-payee-arg
2021-10-22 Matt CoralloSupport send/recv'ing the new channel_type field in... 2021-09-chan-types
2021-10-22 Matt CoralloSupport de/ser of the new channel_type field in open_ch...
2021-10-22 Matt CoralloMerge pull request #1104 from TheBlueMatt/2021-10-payme...
2021-10-22 Matt CoralloAdd PaymentSecrets to HTLCSource::OutboundRoute objects
2021-10-22 Matt CoralloInform ChannelManager when fulfilled HTLCs are finalized
2021-10-22 Matt CoralloMake `Channel::monitor_updating_restored`'s return...
2021-10-22 Matt CoralloMake `Channel::revoke_and_ack`'s return tuple a struct
2021-10-13 Matt CoralloMerge pull request #1077 from jkczyz/2021-09-failing...
2021-10-09 Matt CoralloMerge pull request #1098 from 1nF0rmed/2021-09-adds...
2021-10-09 1nF0rmedAdds DiscardFunding event
2021-10-08 Matt CoralloMerge pull request #1062 from galderz/t_payment_hash_999
2021-10-05 Matt CoralloMerge pull request #1079 from TheBlueMatt/2021-09-stale...
2021-10-05 Matt CoralloMerge pull request #1100 from TheBlueMatt/2021-09-multi...
2021-09-30 Matt CoralloMerge pull request #1096 from valentinewallace/2021...
2021-09-30 Matt CoralloMerge pull request #1080 from valentinewallace/2021...
2021-09-29 Matt CoralloMerge pull request #1076 from TheBlueMatt/2021-09-forwa...
2021-09-28 Valentine WallaceRename MppId to PaymentId
2021-09-27 Matt CoralloMerge pull request #1065 from TheBlueMatt/2021-08-bump...
2021-09-27 Matt CoralloRename MIN_DUST_LIMIT_SATOSHIS constant to disambiguate... 2021-08-bump-dust
2021-09-27 Matt CoralloForce-close channels if closing transactions may be...
2021-09-27 Matt CoralloRequire user cooperative close payout scripts to be...
2021-09-27 Matt CoralloReduce the maximum allowed counterparty dust limit...
2021-09-21 Matt CoralloMerge pull request #1063 from galderz/t_total_fee_999
2021-09-18 Matt CoralloMerge pull request #1068 from TheBlueMatt/2021-09-ser...
2021-09-17 Matt CoralloMerge pull request #1053 from valentinewallace/2021...
2021-09-17 Matt CoralloIncrease our default/minimum dust limit to 354 sat...
2021-09-17 Valentine WallaceAdd MppId field to HTLCSource as a way to correlate...
next