rust-lightning
2024-01-09 Matt CoralloUpdate docs on `HTLC` and `DelayedPayment` keys for... 2023-11-2675-followups
2024-01-09 Matt CoralloDrop the unused `PaymentKey` type
2024-01-09 Matt CoralloUpdate docs for slightly more clarity on channel key...
2023-11-27 Matt CoralloChange `RevocationKey` args to make clear one side...
2023-11-27 Matt CoralloUpdate docs on `RevocationKey` for clarity and to provi...
2023-11-27 Matt CoralloFix space and execss indentation in `channel_keys.rs`
2023-11-27 Matt CoralloMerge pull request #2675 from yellowred/delayed_payment...
2023-11-27 olegkubrakovImplement struct wrappers for channel key types to...
2023-11-27 Matt CoralloMerge pull request #2685 from tnull/2022-12-add-electru...
2023-11-27 Elias RohrerMerge pull request #2741 from shaavan/issue-2215
2023-11-27 Elias RohrerMerge pull request #2746 from TheBlueMatt/2023-11-bitco...
2023-11-26 Matt CoralloRemove now-redundant checks in BOLT12 `Invoice` fallbac... 2023-11-bitcoin-0.30-followups
2023-11-26 Matt CoralloDrop panic if `rust-bitcoin` adds a new `Network`
2023-11-24 shaavanAdd test for PathParameterError introduced in previous...
2023-11-24 Elias RohrerUse `esplora-client`'s `async-https-rustls` feature
2023-11-23 Elias RohrerDRY up Esplora/Electrum `integration_tests`
2023-11-23 Elias RohrerAdd Electrum integration test
2023-11-23 Elias RohrerImplement `ElectrumSyncClient`
2023-11-23 Elias RohrerSet `pending_sync` when last-minute check fails in...
2023-11-23 Elias RohrerMove `sync_` methods to `SyncState`
2023-11-23 Elias RohrerImprove `EsploraSyncClient` test coverage
2023-11-23 Elias RohrerImprove `EsploraSyncClient` logging
2023-11-23 Elias RohrerUse upstream `TestLogger` util in tx sync tests
2023-11-23 Elias RohrerReturn confirmation height via `Confirm::get_relevant_t...
2023-11-23 Elias RohrerMerge pull request #2740 from wpaulino/rust-bitcoin...
2023-11-22 Wilmer PaulinoRemove nightly warnings
2023-11-22 Wilmer PaulinoBump rust-bitcoin to v0.30.2
2023-11-22 shaavanExplicitly reject routes that double-back
2023-11-16 Matt CoralloMerge pull request #2700 from Evanfeenstra/pub-htlc...
2023-11-15 Matt CoralloMerge pull request #2730 from benthecarman/invoice...
2023-11-15 Evan FeenstraInboundOnionErr fields public
2023-11-15 benthecarmanHave Invoice Description use UntrustedString
2023-11-15 benthecarmanMake invoice fields public
2023-11-15 Elias RohrerMerge pull request #2696 from TheBlueMatt/2023-10-no...
2023-11-14 Gursharan SinghMerge pull request #2727 from TheBlueMatt/2023-11-bette...
2023-11-14 Evan Feenstraremove obsolete comment
2023-11-14 Evan Feenstrapeel_payment_onion static fn in channelmanager
2023-11-14 Matt CoralloMerge pull request #2529 from TheBlueMatt/2023-08-shutd...
2023-11-14 Matt CoralloMerge pull request #2726 from shaavan/issue2712
2023-11-14 shaavanLog the error, when trying to forward the intercepted...
2023-11-14 Elias RohrerMerge pull request #2716 from TheBlueMatt/2023-11-hash...
2023-11-14 Matt Corallo`derive(Hash)` for P2P messages 2023-11-hash-if-eq
2023-11-14 Matt CoralloRely on const generic big arrays for `PartialEq` in...
2023-11-13 Matt CoralloMerge pull request #2544 from optout21/splicing-msgs0
2023-11-13 Matt CoralloMerge pull request #2732 from arik-so/2023/11/update...
2023-11-13 Matt CoralloMerge pull request #2708 from TheBlueMatt/2023-11-less...
2023-11-13 Arik SosmanUpdate MuSig2 dependency for Hash trait derivation.
2023-11-12 Matt CoralloMerge pull request #2715 from valentinewallace/2023...
2023-11-12 Matt CoralloDrop old `expiry_time_from_unix_epoch` helper in expiry... 2023-11-better-bolt11-utils
2023-11-12 Matt CoralloMerge pull request #2722 from benthecarman/dust-overflow
2023-11-11 Matt CoralloDon't send init `closing_signed` too early after final... 2023-08-shutdown-remove-early-sign
2023-11-11 Matt CoralloDrop non-anchor channel fee upper bound limit entirely 2023-10-no-chan-feerate-upper-bound
2023-11-11 benthecarmanImpl display for invoice fields
2023-11-10 Matt CoralloReplace maze of BOLT11 payment utilities with parameter...
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-09 benthecarmanFix potential cases where max_dust_htlc_exposure_msat...
2023-11-07 Valentine WallaceLink to LSP spec in accept_underpaying_htlcs config
2023-11-07 Valentine WallaceInclude counterparty skimmed fees in PaymentClaimed...
2023-11-07 Matt CoralloMerge pull request #2702 from G8XSU/libFuzzer
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 Jeffrey CzyzMerge pull request #2714 from TheBlueMatt/2023-11-one...
2023-11-07 optoutAdd Splicing (and Quiescence) wire message definitions
2023-11-07 Matt CoralloAvoid an unnecessary allocation in `TaggedHash` 2023-11-one-less-alloc
2023-11-07 Matt CoralloMerge pull request #2687 from orbitalturtle/signature...
2023-11-07 Matt CoralloMerge pull request #2677 from Evanfeenstra/public-onion...
2023-11-07 Matt CoralloPre-allocate the full `Vec` prior to serializing as...
2023-11-07 Orbitalexpose more granular data in TaggedHash struct
2023-11-07 Orbitalrefactor to remove message_digest
2023-11-07 Gursharan SinghUpdate fuzzing instructions for libFuzzer/cargo-fuzz
2023-11-06 Evan Feenstraexport create_onion_message and peel_onion_message...
2023-11-06 Evan Feenstrapublic create_payment_onion in onion_utils
2023-11-05 Matt CoralloMerge pull request #2699 from mhrheaume/mhr/temporary_c...
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-04 Matthew RheaumeAdded `temporary_channel_id` to `create_channel`.
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
next