rust-lightning
2023-10-24 Matt CoralloMerge pull request #2678 from TheBlueMatt/2023-10-0... v0.0.118
2023-10-23 Matt CoralloBump crate versions to lightning 0.0.118, invoice 0.26 2023-10-0.0.118
2023-10-23 Matt Corallo0.0.118 release notes
2023-10-23 Matt CoralloMerge pull request #2679 from TheBlueMatt/2023-10-116...
2023-10-23 Matt CoralloFix CI on rustc 1.50 and below 2023-10-116-bindings-1
2023-10-23 Matt CoralloUse a tuple, not a struct, for `PendingOnionMessage...
2023-10-23 Matt CoralloMerge pull request #2676 from TheBlueMatt/2023-10-vario...
2023-10-23 Matt CoralloAdd relevant no-export tags to functions returning... 2023-10-various-followups
2023-10-23 Matt CoralloDrop an unnecessary no-export on ParsedOnionMessageContents
2023-10-21 Matt CoralloDo not compile the `Simple*` type aliases in `c_binding...
2023-10-21 Matt CoralloFix (and test) the `c_bindings` build flag
2023-10-21 Matt CoralloRemove some additional excess words in `ConfirmationTar...
2023-10-21 Matt CoralloRemove a redundant sentence in `ConfirmationTarget...
2023-10-21 Matt CoralloDrop unused `use` import.
2023-10-21 Matt CoralloAvoid a redundant allocation in `InvoiceError` handling...
2023-10-21 Matt CoralloUse `Default::default()` for scoring params in tests
2023-10-20 Matt CoralloMerge pull request #2667 from wpaulino/random-htlc...
2023-10-20 Matt CoralloMerge pull request #2674 from wpaulino/consider-anchor...
2023-10-20 Wilmer PaulinoMove HTLCDescriptor to sign module
2023-10-20 Wilmer PaulinoDon't sign holder HTLCs along with holder commitments
2023-10-20 Wilmer PaulinoRemove caching of holder HTLC signatures
2023-10-20 Wilmer PaulinoUse sign_holder_htlc_transaction to sign non-anchors...
2023-10-20 Matt CoralloApply a default max fee rather than none when paying...
2023-10-20 Wilmer PaulinoOnly account for fee spike buffer multiple on non-ancho... 2023-10-2674-fuzz-test
2023-10-20 Wilmer PaulinoConsider anchor outputs value on channel open
2023-10-20 Wilmer PaulinoConsider anchor outputs value on inbound HTLCs
2023-10-20 Wilmer PaulinoConsider anchor outputs value in get_available_balances
2023-10-20 Wilmer PaulinoRun chanmon_consistency_test with anchor outputs channels
2023-10-20 Wilmer PaulinoProvide missing derivation parameters to OnchainTxHandler
2023-10-20 Wilmer PaulinoSupport signing non-anchors HTLCs with HTLCDescriptor
2023-10-20 Matt CoralloMerge pull request #2660 from benthecarman/flexible...
2023-10-20 benthecarmanMore flexible fee rate estimates
2023-10-20 Matt CoralloMerge pull request #2039 from jkczyz/2023-02-offer...
2023-10-20 Matt CoralloMerge pull request #2670 from yanganto/socket-addr...
2023-10-20 Jeffrey CzyzFix PaymentConstraints::max_cltv_expiry docs
2023-10-20 Jeffrey CzyzFix build warnings
2023-10-20 Jeffrey CzyzExpand request_refund_payment docs for limitations
2023-10-20 Jeffrey CzyzOnion message routing to immediate peers.
2023-10-20 Jeffrey CzyzAdd privacy section to pay_for_offer docs
2023-10-20 Jeffrey CzyzOrganize create_refund and pay_for_offer docs
2023-10-20 Jeffrey CzyzDocument InvoiceRequestFailed in ChannelManager
2023-10-20 Jeffrey CzyzRevert "Config-guard Event::InvoiceRequestFailed"
2023-10-20 Jeffrey CzyzUse ChannelManager as OffersMessageHandler
2023-10-20 Jeffrey CzyzOffersMessageHandler impl for ChannelManager
2023-10-20 Jeffrey CzyzCheck offer expiry when building invoice in no-std
2023-10-20 Jeffrey CzyzGrammar fix in docs
2023-10-20 Jeffrey CzyzBOLT12 invoice_feature methods for ChannelManager
2023-10-20 Jeffrey CzyzQualify BOLT11 ChannelManager invoice_features
2023-10-20 Jeffrey CzyzUtility for creating and sending Bolt12Invoices
2023-10-20 Jeffrey CzyzUtility for paying for an Offer
2023-10-20 Jeffrey CzyzAbsolute expiry or timer tick payment expiration
2023-10-20 Jeffrey CzyzStore OffersMessages for later sending
2023-10-20 Jeffrey CzyzExpand docs on failing expired outbound payments
2023-10-20 Antonio Yangimpl Display for SocketAddress
2023-10-20 Elias RohrerMerge pull request #2636 from slanesuke/impl-ToSocketAd...
2023-10-19 Matt CoralloMerge pull request #2666 from tnull/2023-10-observable...
2023-10-19 Matt CoralloMerge pull request #2661 from TheBlueMatt/2023-10-dup...
2023-10-19 Matt CoralloImmediately unblock channels on duplicate claims 2023-10-dup-claim-chan-hang
2023-10-19 Matt CoralloAdd an immediately-freeing `MonitorUpdateCompletionAction`.
2023-10-19 Matt CoralloIndicate to `claim_funds_internal` that we're replaying...
2023-10-19 Matt CoralloLog when we prepare to block a channel's next `revoke_a...
2023-10-19 Elias RohrerDon't apply PathFailure::ChannelUpdateMessage
2023-10-19 Elias RohrerAllow to verify channel updates without applying them
2023-10-19 Matt CoralloMerge pull request #2578 from jkczyz/2023-09-offer...
2023-10-18 slanesukeImpl ToSocketAddrs for SocketAddress
2023-10-18 Jeffrey CzyzClean up peel_onion name, parameters, and docs
2023-10-18 Jeffrey CzyzInclude a one-hop blinded path in Offer and Refund
2023-10-18 Jeffrey CzyzStateless offer and refund builder utilities
2023-10-18 Jeffrey CzyzAwait for invoices using an absolute expiry
2023-10-18 Jeffrey CzyzRemove outdated docs
2023-10-18 Jeffrey CzyzAllow sending onion messages to 1-hop blinded path
2023-10-18 Jeffrey CzyzEnqueue onion messages in handlers
2023-10-18 Jeffrey CzyzGeneralize CustomOnionMessageContents trait
2023-10-18 Jeffrey CzyzRename OnionMessageContents
2023-10-18 Jeffrey CzyzGeneralize respond_with_onion_message
2023-10-18 Jeffrey CzyzImport msgs::OnionMessage
2023-10-18 Jeffrey CzyzClean up onion messenger parameters and docs
2023-10-18 Jeffrey CzyzAvoid overloading introduction_node_id
2023-10-18 Jeffrey CzyzRemove OnionMessageProvider
2023-10-18 Jeffrey CzyzUpdate OnionMessenger docs for Offers
2023-10-18 Matt CoralloMerge pull request #2663 from TheBlueMatt/2023-10-peer...
2023-10-18 Matt CoralloMerge pull request #2658 from wpaulino/bogus-channel...
2023-10-18 Matt CoralloMerge pull request #2599 from Evanfeenstra/peel-onion
2023-10-18 Matt CoralloFix race between outbound messages and peer disconnection 2023-10-peer-race-send-discon
2023-10-18 Wilmer PaulinoRelease short_to_chan_info lock throughout forwarding_c...
2023-10-18 Wilmer PaulinoDisconnect peer when force closing a funded channel...
2023-10-18 Wilmer PaulinoSend bogus ChannelReestablish for unknown channels
2023-10-17 Evan Feenstrapublic static peel_onion method on OnionMessenger
2023-10-17 valentinewallaceMerge pull request #2662 from jkczyz/2023-10-chain...
2023-10-16 valentinewallaceMerge pull request #2665 from TheBlueMatt/2023-10-scana...
2023-10-16 Jeffrey CzyzUse ChainHash instead of BlockHash as applicable
2023-10-16 Matt CoralloMerge pull request #2664 from TheBlueMatt/2023-10-ci...
2023-10-15 Matt CoralloMerge pull request #2625 from tnull/2023-09-moar-tests...
2023-10-15 Matt CoralloMake test log lines somewhat more eye-scannable 2023-10-scanable-test-logs
2023-10-14 Matt CoralloReduce disk usage in CI 2023-10-ci-disk-usage
2023-10-14 Matt CoralloMerge pull request #2655 from TheBlueMatt/2023-10-no...
2023-10-13 valentinewallaceMerge pull request #2639 from vladimirfomene/fix-final...
2023-10-13 Vladimir Fomenefix: use the update_add_htlc's cltv_expiry for comparison
2023-10-13 Matt CoralloReplace `lightning-block-sync` test that depended on... 2023-10-no-test-net
2023-10-12 Matt CoralloMerge pull request #2650 from TheBlueMatt/2023-10-make...
next