rust-lightning
2023-11-09 Matt CoralloStop writing signer data as a part of channels 2023-11-less-graph-memory-frag
2023-11-09 Matt CoralloAvoid allocating when checking gossip message signatures
2023-11-09 Matt CoralloAvoid a `tokio::mpsc::Sender` clone for each P2P send...
2023-11-09 Matt CoralloAvoid re-allocating to encrypt gossip messages when...
2023-11-07 Matt CoralloUse `VecDeque`, rather than `LinkedList` in peer messag...
2023-11-07 Matt CoralloAvoid unnecessarily alloc'ing a new buffer when decrypt...
2023-11-07 Matt CoralloAdd an option to in-place decrypt with `ChaCha20Poly1305`
2023-11-07 Matt CoralloPre-allocate the full `Vec` prior to serializing as...
2023-11-04 Matt CoralloAvoid unnecessarily overriding `serialized_length`
2023-11-04 Matt CoralloPre-allocate send buffer when forwarding gossip
2023-11-04 Matt CoralloPrefer `Writeable.encode()` over `VecWriter` use
2023-11-04 Matt CoralloReduce on-startup heap frag due to network graph map...
2023-11-02 Matt CoralloMerge pull request #2558 from waterson/pr-2554
2023-11-02 Elias RohrerMerge pull request #2641 from alexanderwiederin/2585...
2023-11-01 Chris WatersonAdd basic async signer tests
2023-11-01 Matt CoralloHandle retrying sign_counterparty_commitment inb fundin...
2023-11-01 Matt CoralloHandle retrying sign_counterparty_commitment outb fundi...
2023-11-01 Matt CoralloHandle retrying sign_counterparty_commitment failures
2023-11-01 Matt CoralloHandle sign_counterparty_commitment failing during...
2023-11-01 Matt CoralloHandle sign_counterparty_commitment failing during...
2023-11-01 Matt CoralloHandling for sign_counterparty_commitment failing durin...
2023-11-01 valentinewallaceMerge pull request #2682 from jkczyz/2023-09-bolt12...
2023-11-01 alexanderwiederinadd preflight probes test coverage
2023-11-01 Matt CoralloMerge pull request #2686 from jkczyz/2023-10-onion...
2023-10-30 valentinewallaceMerge pull request #2668 from TheBlueMatt/2023-10-fix-doc
2023-10-30 valentinewallaceMerge pull request #2693 from Evanfeenstra/next-hop...
2023-10-30 Matt CoralloMerge pull request #2669 from benthecarman/trace-sync...
2023-10-29 Matt CoralloMerge pull request #2689 from benthecarman/no-std-offer...
2023-10-29 Matt CoralloMerge pull request #2613 from wvanlint/batch_funding_fix_up
2023-10-28 Evan Feenstranext_hop_pubkey secp Verification only
2023-10-27 benthecarmanAdd is_expired_no_std to Offer & Refund
2023-10-25 Jeffrey CzyzRe-add one-hop onion message fuzzing test
2023-10-25 Jeffrey CzyzWrap long onion_message fuzz strings
2023-10-24 Jeffrey CzyzBOLT 12 test vectors for offer parsing
2023-10-24 Jeffrey CzyzSeparate and describe BOLT 12 test vectors
2023-10-24 Jeffrey CzyzMove bech32 parsing tests to the parse module
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 CoralloUpdate docs on `MonitorEvent::HolderForceClosed` 2023-10-fix-doc
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
next