rust-lightning
2023-01-07 Matt CoralloMake the no-std `RwLockGuard` `try_lock` actually try 2023-01-nostd-try-lock
2023-01-06 valentinewallaceMerge pull request #1927 from jkczyz/2022-12-invoice...
2023-01-06 Jeffrey CzyzDefine blinded hop features for use in BOLT 12
2023-01-06 Jeffrey CzyzDefine BOLT 12 invoice features with MPP support
2023-01-06 Jeffrey CzyzUse explicit WithoutLength for BOLT 12 features
2023-01-06 Jeffrey CzyzRemove Option from InvoiceRequest::signature
2023-01-06 Jeffrey CzyzCorrect documentation about Refund::payer_id
2023-01-05 Matt CoralloMerge pull request #1812 from valentinewallace/2022...
2023-01-05 Valentine WallaceTest utils: allow queueing >2 persistence update results
2023-01-05 Valentine Wallaceser_macros: rename check_tlv_order
2023-01-05 Matt CoralloProvide a `static_value` TLV field serialization type
2023-01-05 Valentine WallaceParameterize Simple*ChannelManager with DefaultRouter...
2023-01-05 Valentine WallaceTake in-flight HTLCs by reference in Router::find_route
2023-01-05 Valentine WallaceImplement routing against the netgraph in tests
2023-01-03 Matt CoralloMerge pull request #1935 from TheBlueMatt/2022-12-no...
2023-01-03 Valentine WallaceParameterize ChannelManager by a Router trait
2023-01-03 Matt CoralloEnsure the per-channel key derivation counter doesn... 2022-12-no-non-time-panic
2023-01-03 Matt CoralloMerge pull request #1934 from TheBlueMatt/2022-12-113...
2023-01-03 Matt CoralloMerge pull request #1936 from TheBlueMatt/2023-01-in...
2023-01-02 Matt Corallo`#[derive(Clone)]` for `InFlightHtlcs` 2023-01-in-flight-clone
2022-12-28 Matt CoralloEnsure `derive_channel_keys` doesn't panic if per-run...
2022-12-25 Matt CoralloNo-export `&self` methods on non-cloneable enum(s) 2022-12-113-bindings-upstream
2022-12-25 Matt CoralloStore an owned `Score` in `ScorerAccountingForInFlightH...
2022-12-21 Matt CoralloMerge pull request #1929 from valentinewallace/2022...
2022-12-21 Valentine Wallaceoutbound_payment: put method signature closing paren...
2022-12-21 ArikMerge pull request #1931 from TheBlueMatt/2022-12-1910...
2022-12-21 Matt CoralloFix capitalization broken in 9d7bb73b599a7a9d8468a2f0c5... 2022-12-1910-followups
2022-12-21 Matt CoralloClean up use ordering introduced in 9d7bb73b599a7a9d846...
2022-12-21 Valentine WallaceFix cfg(test) indentation
2022-12-21 Valentine WallaceMake add_new_pending_payment private to module
2022-12-21 valentinewallaceMerge pull request #1928 from valentinewallace/2022...
2022-12-20 Valentine WallaceFix main build
2022-12-20 Matt CoralloMerge pull request #1910 from arik-so/2022-12-keys...
2022-12-20 valentinewallaceMerge pull request #1923 from valentinewallace/2022...
2022-12-20 Arik SosmanSplit out KeysInterface into EntropySource, NodeSigner...
2022-12-20 Valentine WallaceRename send_payment and retry_payment for retries
2022-12-20 Valentine WallaceReduce visibility of outbound payment methods
2022-12-20 Valentine WallaceStart parameters on a newline if they don't fit
2022-12-20 Valentine WallaceRemove unnecessary mut in finalize_claims
2022-12-20 Valentine WallaceSwap pending_outbound_payments for OutboundPayments...
2022-12-19 Valentine WallaceMove PaymentSendFailure into outbound_payment module
2022-12-19 Valentine WallaceMove PendingOutboundPayment to new outbound_payment...
2022-12-19 Matt CoralloMerge pull request #1922 from wpaulino/avoid-remaining...
2022-12-16 Matt CoralloMerge pull request #1908 from jkczyz/2022-11-refund
2022-12-16 Wilmer PaulinoAvoid redundant broadcast of local commitment transaction
2022-12-16 Matt CoralloMerge pull request #1920 from TheBlueMatt/2022-12-rel...
2022-12-16 Matt CoralloMerge pull request #1903 from TheBlueMatt/2022-12-1867...
2022-12-16 Matt CoralloUpdate release date on 0.0.113 in changelog 2022-12-rel-date
2022-12-16 ArikMerge pull request #1917 from TheBlueMatt/2022-12-0... v0.0.113
2022-12-15 Matt CoralloBump crate versions to 0.0.113/invoice 0.21 2022-12-0.0.113
2022-12-15 Matt CoralloAdd release notes for 0.0.113
2022-12-15 Matt CoralloOnly do backtrace builds on stable to fix MSRV break...
2022-12-15 Matt CoralloMerge pull request #1918 from TheBlueMatt/2022-12-one...
2022-12-14 Jeffrey CzyzRefund parsing tests
2022-12-14 Jeffrey CzyzRefund building tests
2022-12-14 Jeffrey CzyzBuilder for creating refunds
2022-12-14 Jeffrey CzyzRefund parsing from bech32 strings
2022-12-14 Jeffrey CzyzRefund encoding and parsing
2022-12-14 Matt CoralloUpdate references to "blinded route" to "blinded path" 2022-12-one-blinded-path
2022-12-14 Matt CoralloRename `blinded_route` variables and module to `blinded...
2022-12-14 Matt CoralloUnify blinding nomenclature to call them "paths" not...
2022-12-13 Jeffrey CzyzRemove Option from OfferContents::signing_pubkey
2022-12-13 Matt CoralloCorrect docs on `generate_channel_keys` 2022-12-1867-followups
2022-12-13 Matt CoralloClarify docs on `provide_channel_parameters`
2022-12-13 Matt CoralloMerge pull request #1915 from TheBlueMatt/2022-12-jit...
2022-12-13 Matt CoralloDrop forwarded HTLCs which were still pending at persis... 2022-12-jit-reload-consistency
2022-12-13 Matt CoralloRemove unused fetch in `lightning_invoice` tests.
2022-12-13 Matt CoralloMerge pull request #1894 from ssbright/2022-12-custom_p...
2022-12-12 Matt CoralloMerge pull request #1900 from tnull/2022-12-improve...
2022-12-12 Matt CoralloMerge pull request #1892 from tnull/2022-12-spendableou...
2022-12-12 Matt CoralloMerge pull request #1907 from TheBlueMatt/2022-12-aband...
2022-12-12 ssbrightAdd invoice constructor with custom payment hash
2022-12-12 Elias RohrerImprove `Confirm` docs
2022-12-12 Elias RohrerClean up docs in `keysinterface.rs`
2022-12-12 Matt CoralloNote that abandon_payment does not persist the state... 2022-12-abandon-crash-reset
2022-12-12 Matt CoralloMerge pull request #1904 from TheBlueMatt/2022-12-1825...
2022-12-12 valentinewallaceMerge pull request #1738 from jkczyz/2022-09-invoice...
2022-12-12 Matt CoralloMerge pull request #1906 from wpaulino/prevent-downgrad...
2022-12-12 Matt CoralloMerge pull request #1886 from TheBlueMatt/2022-11-claim...
2022-12-09 Jeffrey CzyzCheck entire TLV stream instead of by field
2022-12-09 Jeffrey CzyzAdd BOLT 12 merkle root test for `invoice_request`
2022-12-09 Jeffrey CzyzInvoice request parsing tests
2022-12-09 Jeffrey CzyzInvoice request building tests
2022-12-09 Jeffrey CzyzBuilder for creating invoice requests
2022-12-09 Jeffrey CzyzInvoice request raw byte encoding and decoding
2022-12-09 Jeffrey CzyzMerkle root hash computation
2022-12-09 Jeffrey CzyzSchnorr Signature serialization
2022-12-09 Jeffrey CzyzInvoice request message interface and data format
2022-12-08 Matt CoralloAdd second TODO when claiming to mirror the existing... 2022-11-claim-relock
2022-12-08 Matt CoralloDrop unused link in `claim_funds`
2022-12-08 Matt CoralloDrop now-unused `ClaimFundsFromHop` enum and replace...
2022-12-08 Matt CoralloHandle claim result event generation in claim_funds_fro...
2022-12-08 Matt CoralloDon't hold `channel_state` lock for entire duration...
2022-12-08 Matt CoralloHandle closed-chan HTLC claims in `claim_funds_from_hop`
2022-12-08 Matt CoralloAdd support for handling "actions" after a monitor...
2022-12-08 Matt CoralloStore pending claims awaiting monitor update in a separ...
2022-12-08 Matt CoralloSlightly clarify comment on safety of only processing... 2022-12-1825-followups
2022-12-07 Matt CoralloEnsure `Event::BumpTransaction` is forwards-compatible
2022-12-07 Matt CoralloUse `Witness::push_bitcoin_signature` where relevant
2022-12-07 Matt CoralloDrop excess mut on `OnchainTxHandler::generate_external...
next