Avoid storing a full FinalOnionHopData in OnionPayload::Invoice
[rust-lightning] / lightning / src / ln / channelmanager.rs
2022-05-02 Matt CoralloAvoid storing a full FinalOnionHopData in OnionPayload...
2022-05-02 Matt CoralloStore total payment amount in ClaimableHTLC explicitly
2022-05-02 Matt CoralloPass FinalOnionHopData to payment verify by reference...
2022-04-29 Matt CoralloMerge pull request #1451 from TheBlueMatt/2022-04-moar...
2022-04-28 Matt CoralloMerge pull request #1454 from TheBlueMatt/2022-04-fuzz...
2022-04-28 Matt CoralloMerge pull request #1425 from valentinewallace/2021...
2022-04-28 Matt CoralloMerge pull request #1435 from TheBlueMatt/2022-04-1126...
2022-04-27 Matt CoralloConsolidate Channel balance fetching into one fn return... 2022-04-1126-first-step
2022-04-27 valentinewallaceMerge pull request #1405 from TheBlueMatt/2022-04-log...
2022-04-27 valentinewallaceMerge pull request #1453 from TheBlueMatt/2022-04-liste...
2022-04-27 Matt CoralloMerge pull request #1421 from TheBlueMatt/2022-04-less...
2022-04-26 Matt CoralloExpand `chain::Listen` trivially to accept filtered... 2022-04-listen-filtered-blocks
2022-04-26 valentinewallaceMerge pull request #1436 from TheBlueMatt/2022-04-event...
2022-04-25 Valentine Wallacechannelmanager: remove bogus panic warning from docs
2022-04-25 Matt CoralloSeparate `ChannelDetails`' outbound capacity from the...
2022-04-21 Matt CoralloMerge pull request #1378 from ViktorTigerstrom/2022...
2022-04-21 Viktor TigerströmAdd outbound min/max to `ChannelCounterparty`
2022-04-21 Matt CoralloMerge pull request #1417 from johncantrell97/generic...
2022-04-20 valentinewallaceMerge pull request #1419 from atalw/2022-03-paymentforw...
2022-04-20 atalwAdd `source_channel_id` in `PaymentForwarded` event
2022-04-19 Viktor TigerströmAdd inbound htlc min/max to `ChannelDetails`
2022-04-18 Jeffrey CzyzMerge pull request #1414 from ViktorTigerstrom/2022...
2022-04-15 Jeffrey CzyzMerge pull request #1404 from TheBlueMatt/2022-04-buf...
2022-04-13 Matt CoralloMerge pull request #1384 from valentinewallace/2022...
2022-04-03 Matt CoralloMerge pull request #1397 from jkczyz/2022-03-release... v0.0.106
2022-04-02 Matt CoralloMerge pull request #1399 from jkczyz/2022-03-scoring...
2022-04-01 Matt CoralloMerge pull request #1398 from jkczyz/2022-03-middle...
2022-03-30 Jeffrey CzyzFix build warnings without grind_signatures
2022-03-30 Jeffrey CzyzMerge pull request #1376 from jurvis/jurvis/persist...
2022-03-28 Matt CoralloMerge pull request #1351 from TheBlueMatt/2022-03-scid...
2022-03-28 Valentine WallaceMove inbound_payment module into its own file
2022-03-28 Matt CoralloAdd notes about SCID alias rotation to `ChannelDetails... 2022-03-scid-privacy
2022-03-27 Matt CoralloDrop the `Writeable::encode_with_len` method in non...
2022-03-27 Matt CoralloUse the correct SCID when failing HTLCs to aliased...
2022-03-27 Matt CoralloMake all callsites to `get_channel_update_for_unicast...
2022-03-27 Matt CoralloNegotiate `scid_alias` for private channels based on...
2022-03-27 Matt CoralloAdd support for the SCIDAlias feature bit in incoming...
2022-03-27 Matt CoralloExpose chan type in `Event::OpenChannelRequest` & ...
2022-03-25 Arik SosmanMerge pull request #1388 from lightning-signer/2022...
2022-03-25 valentinewallaceMerge pull request #1375 from jkczyz/2022-03-scorer...
2022-03-25 Matt CoralloMerge pull request #1382 from TheBlueMatt/2022-03-gossi...
2022-03-25 DevrandomAdd low_r signature grinding
2022-03-25 valentinewallaceMerge pull request #1381 from shamardy/2022-03-set...
2022-03-25 Omar Shamardyset user_channel_id in accept_inbound_channel fn
2022-03-24 Matt CoralloMerge pull request #1359 from tnull/2022-03-real-random...
2022-03-23 Matt CoralloMerge pull request #1370 from TheBlueMatt/2022-03-pref...
2022-03-23 Matt CoralloMerge pull request #1360 from tnull/2022-03-loopless...
2022-03-23 Matt CoralloMerge pull request #1326 from Psycho-Pirate/peers
2022-03-23 Matt CoralloMerge pull request #1374 from TheBlueMatt/2022-03-bindi...
2022-03-22 psycho-pirateadded network address in methods, filter_address functi...
2022-03-22 valentinewallaceMerge pull request #1353 from dunxen/2022-03-mpp-receiv...
2022-03-22 valentinewallaceMerge pull request #1373 from lightningdevkit/dependabo...
2022-03-22 Matt CoralloMerge pull request #1368 from TheBlueMatt/2022-03-fix...
2022-03-22 Duncan DeanAdd MPP receive timeout handling
2022-03-22 Matt CoralloMerge pull request #1352 from TheBlueMatt/2022-03-debug...
2022-03-21 Matt CoralloTag some type aliases with `(C-not exported)`
2022-03-18 Matt CoralloMerge pull request #1361 from luizParreira/rust-lightni...
2022-03-18 Matt CoralloMerge pull request #1363 from TheBlueMatt/2022-03-tx...
2022-03-17 Matt CoralloSend a `gossip_timestamp_filter` on connect to enable... 2022-03-fix-post-start-sync
2022-03-17 Matt CoralloMerge pull request #1358 from TheBlueMatt/2022-03-max...
2022-03-15 Matt CoralloGenerate a funding_locked on relevant transactions_conf... 2022-03-tx-conf-ordering-lock-delay
2022-03-11 Jeffrey CzyzMerge pull request #1331 from TheBlueMatt/2022-02-no...
2022-03-10 Matt CoralloMerge pull request #1311 from TheBlueMatt/2022-02-0conf...
2022-03-09 valentinewallaceMerge pull request #1341 from jkczyz/2022-03-expiry...
2022-03-09 Jeffrey CzyzMerge pull request #1349 from TheBlueMatt/2022-03-liste...
2022-03-09 Matt CoralloMerge pull request #1348 from TheBlueMatt/2022-03-timer...
2022-03-09 Matt CoralloMerge pull request #1355 from lightningdevkit/dependabo...
2022-03-09 Jeffrey CzyzCorrect docs about invoice_expiry_delta_secs panic
2022-03-09 Matt CoralloProvide our peers with SCID aliases and forward payment...
2022-03-09 Matt CoralloHandle `short_to_id` state updates on channel closure...
2022-03-09 Matt CoralloTrack SCID aliases from our counterparty and use them...
2022-03-09 Matt CoralloClean up the `handle_monitor_err!()` macro argument...
2022-03-09 Jeffrey CzyzMerge pull request #1286 from tnull/add_random_cltv_offsets
2022-03-09 Elias RohrerAdd a random per-path CLTV offset for privacy.
2022-03-09 Jeffrey CzyzMerge pull request #1347 from jkczyz/2022-03-log-approx...
2022-03-05 Matt CoralloMerge pull request #1317 from TheBlueMatt/2022-02-fix...
2022-03-03 valentinewallaceMerge pull request #1343 from lightningdevkit/dependabo...
2022-03-03 valentinewallaceMerge pull request #1346 from TheBlueMatt/2022-03-clones
2022-03-03 Matt CoralloAdd Clone to a few structs which contain only a few... 2022-03-clones
2022-03-02 Matt CoralloMerge pull request #1310 from TheBlueMatt/2022-02-bump...
2022-03-01 Matt CoralloMerge branch '2022-02-bal-panic' into 2022-02-0.0.105-sec
2022-03-01 Matt CoralloMerge branch '2022-02-fix-multi-hop-hint-panic' into...
2022-02-28 Arik SosmanMerge pull request #1327 from TheBlueMatt/2022-02-log...
2022-02-28 Matt CoralloMerge pull request #1303 from jkczyz/2022-02-docs-with...
2022-02-28 valentinewallaceMerge pull request #1335 from TheBlueMatt/2022-02-fix...
2022-02-28 Matt CoralloMerge pull request #1324 from valentinewallace/2022...
2022-02-25 Valentine WallaceFix bug where we encode flags field into all updates...
2022-02-25 Valentine WallaceCorrectly wrap phantom onion errors
2022-02-25 Valentine WallaceFix phantom malformed onion error packet
2022-02-25 Valentine WallaceAdd phantom shared secret to HTLCPreviousHopData
2022-02-25 Valentine WallaceAdd phantom shared secret to PendingHTLCRouting::Receive
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 #1315 from TheBlueMatt/2022-02-fix...
2022-02-17 Matt CoralloMerge pull request #1266 from TheBlueMatt/2022-01-fix...
2022-02-16 Matt CoralloFix a debug panic caused by receiving MPP parts after... 2022-01-fix-double-fail-panic
2022-02-15 Jeffrey CzyzMerge pull request #1199 from valentinewallace/2021...
next