Make blinded payment TLV fields public.
[rust-lightning] / lightning / src / ln /
2023-08-28 Matt CoralloMerge pull request #2528 from arik-so/arik/2023-08...
2023-08-27 Arik SosmanFix flaky aggregated HTLC revocation test.
2023-08-27 Matt CoralloMerge pull request #2485 from optout21/channel-id-4struct1
2023-08-25 optoutUse new ChannelId type
2023-08-25 optoutAdd new ChannelId type; unused
2023-08-25 Matt CoralloMerge pull request #2197 from jbesraa/feat/lockable_sco...
2023-08-25 Elias RohrerMerge pull request #2248 from TheBlueMatt/2023-04-gossi...
2023-08-25 Elias RohrerMerge pull request #2503 from valentinewallace/2023...
2023-08-25 Elias RohrerMerge pull request #2466 from TheBlueMatt/2023-07-expos...
2023-08-25 jbesraaSplit LockableScore responsibilities between read ...
2023-08-24 Matt CoralloMerge pull request #2519 from Sharmalm/main
2023-08-24 Lalitmohansharma1improving message in log
2023-08-23 Matt CoralloMake the `P2PGossipSync` `UtxoLookup` exchangable witho...
2023-08-23 Matt CoralloMerge pull request #2515 from TheBlueMatt/2023-08-earli...
2023-08-23 Matt CoralloMerge pull request #2337 from alecchendev/2023-06-watch...
2023-08-23 Matt CoralloMerge pull request #2412 from valentinewallace/2023...
2023-08-23 Alec ChenTest justice tx formation from persistence
2023-08-23 Alec ChenExpose revokeable output index and building a justice...
2023-08-23 Alec ChenEnable monitor to rebuild initial counterparty commitme...
2023-08-23 Matt CoralloRemove redundant payment preimag hashing in HTLC claim... 2023-08-earlier-payment-hash-log
2023-08-23 Matt CoralloInclude payment hash in more early payment logs
2023-08-23 Alec ChenAdd feerate and balances to `LatestCounterpartyCommitme...
2023-08-23 valentinewallaceMerge pull request #2492 from optout21/payment-hash...
2023-08-23 optoutUse Display of PaymentId&PaymentPreimage; avoid log_byt...
2023-08-23 ArikMerge pull request #2441 from arik-so/2023-07-taproot...
2023-08-22 Arik SosmanRemove unused imports.
2023-08-22 Arik SosmanIntroduce ChannelSignerType.
2023-08-22 Arik SosmanFix bench lifetimes.
2023-08-22 Arik SosmanAdd Taproot feature support.
2023-08-22 Arik SosmanFix persister/chain_monitor lifetimes.
2023-08-22 Matt CoralloMerge pull request #2511 from jbesraa/add-channel-id...
2023-08-22 valentinewallaceMerge pull request #2432 from jkczyz/2023-07-bolt12...
2023-08-22 Valentine WallaceRename ser macro
2023-08-22 Matt CoralloMerge pull request #2411 from valentinewallace/2023...
2023-08-22 optoutAdd Display to PaymentId & PaymentPreimage
2023-08-22 optoutUse Display of PaymentHash; avoid log_bytes macro
2023-08-22 optoutAdd Display to PaymentHash
2023-08-22 jbesraaAdd channel_id to SpendableOutputs event
2023-08-22 Elias RohrerMerge pull request #2507 from TheBlueMatt/2023-08-lnd...
2023-08-21 Matt CoralloSend warning messages when repeating shutdown messages... 2023-08-lnd-6039
2023-08-21 Matt CoralloMerge pull request #2498 from arik-so/arik/2023-08...
2023-08-21 Matt CoralloMerge pull request #2478 from waterson/settle-htlcs
2023-08-21 Matt CoralloMerge pull request #2112 from TheBlueMatt/2023-02-sent...
2023-08-21 Chris WatersonProvide the HTLCs that settled a payment.
2023-08-19 Valentine WallaceStruct-ify decoded onion failures
2023-08-19 Valentine WallaceDocument and test 0-len channel update onion error...
2023-08-19 Valentine WallaceAdd missing test coverage for bogus err packet with...
2023-08-19 Valentine WallaceGeneralize next_hop_packet_pubkey onion util
2023-08-19 Valentine WallaceBlinded paths: support constructing onion keys + handli...
2023-08-17 Matt CoralloWork around LND bug 6039
2023-08-17 Matt CoralloDelay RAA-after-next processing until PaymentSent is... 2023-02-sent-persist-order
2023-08-17 Matt CoralloPass `OutPoint`, rather than channel id to `claim_funds...
2023-08-17 Elias RohrerMerge pull request #2501 from TheBlueMatt/2023-08-err...
2023-08-17 Matt CoralloUpdate documentation on `Channel::set_outbound_scid_alias` 2023-08-err-pre-accept
2023-08-17 Matt CoralloMerge pull request #2504 from alecchendev/2023-08-custo...
2023-08-17 Alec ChenAddress custom HTLC TLV fixups
2023-08-16 Alec ChenSimplify custom HTLC TLV tests
2023-08-16 Matt CoralloMerge pull request #2500 from TheBlueMatt/2023-08-fix...
2023-08-15 Matt CoralloUse more human-readable lifetime names in test structs 2023-08-fix-test-lifetimes
2023-08-15 Matt CoralloCorrect test struct initialization ordering
2023-08-15 Matt CoralloDrop now-unused `outbound_scid_alias` param to channel...
2023-08-15 Matt CoralloEnsure we wipe pending un-accepted channel requests...
2023-08-15 Matt CoralloMerge pull request #2428 from waterson/create-channel...
2023-08-15 Matt CoralloMerge pull request #2476 from wvanlint/remove_balance_msat
2023-08-15 Matt CoralloCorrect lifetimes on `_reload_node`
2023-08-15 Willem Van LintRemove AvailableBalances::balance_msat
2023-08-14 Matt CoralloMerge pull request #2496 from dunxen/2023-08-fix2488
2023-08-14 Valentine WallaceWrap process_onion_failure comments at 100chars
2023-08-14 Valentine WallaceClean up process_onion_failure
2023-08-14 valentinewallaceMerge pull request #2458 from valentinewallace/2023...
2023-08-14 Duncan DeanSend error message to peer if we drop an unfunded chann...
2023-08-14 Chris WatersonWait to create a channel until after accepting.
2023-08-10 Matt CoralloMerge pull request #2387 from vladimirfomene/add_extra_...
2023-08-10 Matt CoralloMerge pull request #2308 from alecchendev/2023-05-custo...
2023-08-09 Matt CoralloMerge pull request #1789 from jkczyz/2022-10-scorer...
2023-08-09 Matt CoralloMerge pull request #2481 from TheBlueMatt/2023-08-keyse...
2023-08-08 Alec ChenEnforce explicit claims on payments with even custom...
2023-08-08 Alec ChenAdd `FailureCode::InvalidOnionPayload` variant
2023-08-08 Alec ChenDrop non-matching custom TLVs when receiving MPP
2023-08-08 Alec ChenHandle receiving custom HTLC TLVs
2023-08-08 Alec ChenDe/serialize custom TLVs on `{Inbound,Outbound}OnionPay...
2023-08-08 Alec ChenAdd custom tlvs to `PendingOutboundPayment::Retryable`
2023-08-08 Alec ChenAllow users to provide custom TLVs through `RecipientOn...
2023-08-08 Matt CoralloMerge pull request #2128 from valentinewallace/2023...
2023-08-08 Vladimir FomeneAdd test coverage ChannelClosed event fields
2023-08-08 Vladimir FomeneAdd counterparty_node_id & channel_capacity to ChannelC...
2023-08-08 Matt CoralloScope payment preimage in do_test_keysend_payments
2023-08-07 valentinewallaceMerge pull request #2475 from alecchendev/2023-08-actua...
2023-08-05 Alec ChenSend keysend preimage through OutboundPayment::send_pay...
2023-08-05 Alec ChenMove keysend tests to payment_tests.rs
2023-08-02 Valentine WallaceRemove unnecessary vecs in channel.rs
2023-08-02 Valentine WallaceReplace OnionHopData with OutboundPayload for outbound...
2023-08-02 Valentine WallaceReceive payment onions as new InboundPayload instead...
2023-08-02 Valentine WallaceRemove outdated documentation of a panic
2023-08-02 Valentine WallaceRemove indentation in payment receive util
2023-07-31 valentinewallaceMerge pull request #2366 from valentinewallace/2023...
2023-07-31 Matt CoralloMerge pull request #2460 from TheBlueMatt/2023-07-claim...
2023-07-31 Matt CoralloMerge pull request #2463 from TheBlueMatt/2023-07-no...
2023-07-31 Matt CoralloMerge pull request #2465 from alecchendev/2023-07-flip...
2023-07-31 valentinewallaceMerge pull request #2454 from optout21/unused-use
next