Implement `ZeroConf` feature.
[rust-lightning] / lightning / src / ln / channelmanager.rs
2022-06-02 Elias RohrerImplement `ZeroConf` feature.
2022-05-27 Matt CoralloMerge pull request #1401 from TheBlueMatt/2022-02-0conf...
2022-05-27 Matt CoralloExpose outbound SCID alias in `ChannelDetails` and...
2022-05-27 Matt CoralloSend funding_locked immediately for inbound channels...
2022-05-27 Matt CoralloAdd API and signaling to accept incoming channels at...
2022-05-27 Matt CoralloLock outbound channels at 0conf if the peer indicates...
2022-05-27 Matt CoralloHandle cases where a channel is in use w/o an SCID...
2022-05-27 valentinewallaceMerge pull request #1481 from TheBlueMatt/2022-05-new...
2022-05-27 Matt CoralloMerge pull request #1491 from tnull/2022-05-build-route...
2022-05-26 Matt CoralloMerge pull request #1494 from TheBlueMatt/2022-05-mon...
2022-05-26 Matt CoralloRename HTLC `onchain_value_satoshis` to `htlc_value_sat...
2022-05-23 Jeffrey CzyzMerge pull request #1490 from arik-so/rust_beta_doc_fix
2022-05-20 Arik SosmanMerge pull request #1492 from tnull/2022-05-fix-bolts-url
2022-05-20 Elias RohrerUse new spec repository URL.
2022-05-17 valentinewallaceMerge pull request #1472 from TheBlueMatt/2022-06-less...
2022-05-17 Matt CoralloMerge pull request #1418 from bruteforcecat/timeout...
2022-05-16 Arik SosmanMerge pull request #1479 from ViktorTigerstrom/2022...
2022-05-16 valentinewallaceMerge pull request #1475 from atalw/2022-04-paymentforw...
2022-05-15 atalwAdd `next_channel_id` in `PaymentForwarded` event
2022-05-14 Matt CoralloMerge pull request #1429 from TheBlueMatt/2022-04-drop...
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `accept_inbound_channel`
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `funding_transaction_gen...
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `force_close_channel`
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `close_channel` functions
2022-05-14 Viktor TigerströmAdd `counterparty_node_id` to `FundingGenerationReady`
2022-05-11 Matt CoralloMerge pull request #1023 from TheBlueMatt/2021-07-par...
2022-05-09 Matt CoralloMerge pull request #1465 from tnull/2022-05-encode...
2022-05-09 valentinewallaceMerge pull request #1467 from arik-so/fuzz_new_target_docs
2022-05-07 Elias RohrerEncode channel update type in failure messages.
2022-05-05 Jeffrey CzyzMerge pull request #1389 from lightning-signer/2022...
2022-05-05 Devrandombitcoin crate 0.28.1
2022-05-05 valentinewallaceMerge pull request #1463 from TheBlueMatt/2022-05-lol...
2022-05-04 Matt CoralloMerge pull request #1449 from TheBlueMatt/2022-04-fix...
2022-05-04 Jeffrey CzyzMerge pull request #1416 from jurvis/jurvis/persist...
2022-05-04 valentinewallaceMerge pull request #1461 from TheBlueMatt/2022-05-uncon...
2022-05-03 Matt CoralloMerge pull request #1444 from ViktorTigerstrom/2022...
2022-05-03 Matt CoralloMerge pull request #1452 from tnull/2022-04-honor-gossi...
2022-05-03 Matt CoralloMerge pull request #1460 from TheBlueMatt/2022-04-liqui...
2022-05-02 Matt CoralloMerge pull request #1447 from andozw/seana.20220422...
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 CoralloDo not force-close channels when we cannot communicate... 2022-04-drop-no-conn-possible
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...
next