Add ChannelManager methods to force close without broadcasting
[rust-lightning] / lightning / src / ln / channelmanager.rs
2022-06-25 Matt CoralloAdd ChannelManager methods to force close without broad...
2022-06-21 Matt CoralloMerge pull request #1518 from valentinewallace/2022...
2022-06-21 valentinewallaceMerge pull request #1556 from danielgranhao/2022-06...
2022-06-21 Matt CoralloMerge pull request #1486 from TheBlueMatt/2022-05-revok...
2022-06-21 Matt CoralloMerge pull request #1548 from NicolaLS/serde-module
2022-06-21 Matt CoralloMerge pull request #1527 from wpaulino/update-htlc...
2022-06-20 Wilmer PaulinoAllow forwarding HTLCs that were constructed for previo...
2022-06-20 Wilmer PaulinoTrack previous ChannelConfig and expire after enough...
2022-06-20 Wilmer PaulinoExpose API to update a channel's ChannelConfig
2022-06-20 Wilmer PaulinoExpose ChannelConfig within ChannelDetails
2022-06-17 Valentine Wallaceonion_utils: add next_hop_packet_pubkey method
2022-06-17 Matt CoralloMerge pull request #1532 from ariard/2022-06-scaleup...
2022-06-16 Antoine RiardScale up CLTV_FAR_FAR_AWAY to 2 weeks of blocks
2022-06-16 Matt CoralloMerge pull request #1544 from jkczyz/2022-06-node-alias
2022-06-16 Matt CoralloMerge pull request #1531 from ariard/2022-06-fee-sniping
2022-06-15 Matt CoralloMerge pull request #1541 from jkczyz/2022-06-nit-follow-ups
2022-06-14 Antoine RiardRecommend funding_tx to apply anti-fee sniping
2022-06-14 Antoine RiardCheck if funding transaction is final for propagation
2022-06-14 Matt CoralloMerge pull request #1540 from wpaulino/rename-config...
2022-06-13 Wilmer PaulinoRename UserConfig and LegacyChannelConfig fields
2022-06-13 Matt CoralloMerge pull request #1526 from tnull/2022-06-fix-minimal...
2022-06-13 Elias RohrerFix min. contrib. depending on `max_mpp_path_count`
2022-06-13 Matt CoralloMerge pull request #1529 from wpaulino/move-channel...
2022-06-09 Arik SosmanMerge pull request #1496 from TheBlueMatt/2022-05-macro...
2022-06-09 valentinewallaceMerge pull request #1513 from TheBlueMatt/2022-06-fix...
2022-06-09 Matt CoralloMerge pull request #1524 from ViktorTigerstrom/2022...
2022-06-08 Viktor TigerströmPass `peer_node_id` to `fail_holding_cell_htlcs`
2022-06-07 Matt CoralloMerge pull request #1517 from jkczyz/2022-06-gossip...
2022-06-06 Jeffrey CzyzParameterize NetworkGraph with Logger
2022-06-04 Matt CoralloMerge pull request #1501 from tnull/2022-05-mention...
2022-06-02 Matt CoralloMerge pull request #1159 from jkczyz/2021-11-network...
2022-06-02 Jeffrey CzyzMove network_graph.rs to gossip.rs
2022-06-02 Jeffrey CzyzUpdate missed references to get_route in docs
2022-06-02 valentinewallaceMerge pull request #1505 from tnull/2022-05-support...
2022-06-02 Elias RohrerImplement `ZeroConf` feature.
2022-06-01 Jeffrey CzyzMerge pull request #1504 from TheBlueMatt/2022-05-pub-io
2022-05-31 Arik SosmanMerge pull request #1500 from arik-so/2022-05-network...
2022-05-31 Matt CoralloMerge pull request #1506 from tnull/2022-05-rename...
2022-05-31 Elias RohrerRename `FundingLocked` to `ChannelReady`.
2022-05-30 valentinewallaceMerge pull request #1434 from TheBlueMatt/2022-04-robus...
2022-05-28 Matt CoralloChange `Event` `amt` fields to `amount_msat` for clarity 2022-04-robust-payment-claims
2022-05-28 Matt CoralloAdd internal docs for ChannelMonitor::payment_preimages
2022-05-28 Matt CoralloDrop return value from `fail_htlc_backwards`, clarify...
2022-05-28 Matt CoralloDo additional pre-flight checks before claiming a payment
2022-05-28 Matt CoralloProvide a redundant `Event::PaymentClaimed` on restart...
2022-05-28 Matt CoralloAdd a `PaymentClaimed` event to indicate a payment...
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 CoralloEnsure all HTLCs for a claimed payment are claimed...
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-19 Matt CoralloStore an `events::PaymentPurpose` with each claimable...
2022-05-19 Matt CoralloEnable removal of `OnionPayload::Invoice::_legacy_hop_d...
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
next