Support receiving multiple funding_locked messages
[rust-lightning] / lightning / src / ln / channel.rs
2022-03-09 Matt CoralloSupport receiving multiple funding_locked messages 2022-02-0conf-part-1
2022-03-09 Matt CoralloProvide our peers with SCID aliases and forward payment...
2022-03-09 Matt CoralloTrack SCID aliases from our counterparty and use them...
2022-03-09 Matt CoralloAdd support for deserializing the new SCID alias in...
2022-03-02 Matt CoralloMerge pull request #1310 from TheBlueMatt/2022-02-bump...
2022-03-01 Matt CoralloMerge branch '2022-02-fix-multi-hop-hint-panic' into...
2022-02-28 Matt CoralloMerge pull request #1303 from jkczyz/2022-02-docs-with...
2022-02-28 Matt CoralloMerge pull request #1324 from valentinewallace/2022...
2022-02-24 Matt CoralloMerge pull request #1318 from jurvis/jurvis/2022-02...
2022-02-22 valentinewallaceMerge pull request #1309 from TheBlueMatt/2022-02-first...
2022-02-18 Arik SosmanMerge pull request #1314 from TheBlueMatt/2022-02-accep...
2022-02-18 Matt CoralloMerge pull request #1316 from TheBlueMatt/2022-02-no...
2022-02-18 Matt CoralloDrop `fuzztarget` feature entirely
2022-02-17 Matt CoralloMerge pull request #1266 from TheBlueMatt/2022-01-fix...
2022-02-16 Matt CoralloUpdate channel-type implementation to upstream spec... 2022-02-accept_chan_type
2022-02-16 Matt CoralloDrop spurious whitespace in channel.rs
2022-02-15 Jeffrey CzyzMerge pull request #1199 from valentinewallace/2021...
2022-02-14 Valentine Wallacekeysinterface: adapt get_node_secret for phantom payments
2022-02-14 Valentine WallaceKeysInterface::sign_invoice: indicate whether invoice...
2022-02-14 Matt CoralloMerge pull request #1301 from TheBlueMatt/2022-02-route...
2022-02-14 valentinewallaceMerge pull request #1305 from ConorOkus/update-readme
2022-02-14 Matt CoralloMerge pull request #1281 from ViktorTigerstrom/2022...
2022-02-14 valentinewallaceMerge pull request #1304 from jkczyz/2021-12-remove...
2022-02-13 Viktor TigerströmAdd tests for responding to inbound channel reqs
2022-02-13 Viktor TigerströmAdd option to accept or reject inbound channels
2022-02-12 valentinewallaceMerge pull request #1292 from TheBlueMatt/2022-02-overr...
2022-02-11 Arik SosmanMerge pull request #1268 from TheBlueMatt/2022-01-balan...
2022-02-10 Matt CoralloInclude inbound-claimed-HTLCs in reported channel balances 2022-01-balance-underflow
2022-02-04 Matt CoralloMerge pull request #1285 from TheBlueMatt/2022-01-remov...
2022-02-03 valentinewallaceMerge pull request #1227 from jkczyz/2021-12-probabilis...
2022-02-01 Matt CoralloStore override counterparty handshake limits until... 2022-02-override-handshake-limits
2022-01-27 valentinewallaceMerge pull request #1282 from TheBlueMatt/2022-01-fuzz...
2022-01-26 Matt CoralloRemove stale reference to incomplete BOLT compliance 2022-01-remove-closed-issue-ref
2022-01-26 Matt CoralloMerge pull request #1179 from TheBlueMatt/2021-11-fix...
2022-01-26 Matt CoralloMake `Channel::get_announcement_sigs` return an Option... 2021-11-fix-announce-sigs-broadcast-time
2022-01-26 Matt CoralloSwap loop and condition order to avoid looping unnecess...
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-26 valentinewallaceMerge pull request #1273 from jkczyz/2022-01-invoice...
2022-01-26 Matt CoralloAvoid overflow in addition when checking counterparty... 2022-01-fuzz-overflow
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
next