rust-lightning
2023-12-03 Matt CoralloDoc that `Record::node_id` may be missing even with... 2023-12-2314-cleanups-3
2023-12-03 Matt CoralloSet log metadata in a few additional locations in ...
2023-12-03 Matt CoralloLog next-hop metadata when forwarding or failing to...
2023-12-03 Matt CoralloInclude next-hop counterparty node id in log metadata...
2023-12-03 Matt CoralloAdd missing counterparty node id metadata to logs in...
2023-12-02 Matt CoralloInclude counterparty node id and channel id in shutdown log
2023-12-02 Matt CoralloMerge pull request #2314 from henghonglee/issue-2292
2023-12-01 Jeffrey CzyzRefactor ChainMonitor::update_channel error case
2023-12-01 Jeffrey CzyzRemove unused handle_error macro rule
2023-12-01 henghongleeUse wrapper to add context to logging
2023-12-01 henghongleeAdd WithChannelMonitor
2023-12-01 henghongleeAdd WithChannelContext
2023-12-01 henghongleeAdd WithChannelDetails
2023-12-01 henghongleeAdd WithContext and Tests
2023-12-01 Jeffrey CzyzAdd semantics to logger::Records
2023-12-01 henghongleePass Record by value to Logger
2023-12-01 valentinewallaceMerge pull request #2540 from valentinewallace/2023...
2023-11-30 Valentine WallaceTest blinding point serialization in Channel.
2023-11-30 Valentine WallaceAdd release note for blinded HTLC backwards compat.
2023-11-30 Valentine WallaceTest intro node failing blinded intercept HTLC.
2023-11-30 Valentine WallaceTest intro node blinded HTLC failing in process_pending...
2023-11-30 Valentine WallaceCorrectly fail back downstream-failed blinded HTLCs...
2023-11-30 Valentine WallaceCorrectly fail back blinded inbound fwd HTLCs when...
2023-11-30 Valentine WallaceExtract blinded route param creation into test util
2023-11-30 Valentine WallaceCorrectly fail back on outbound channel check for blind...
2023-11-30 Valentine WallaceTest blinded forwarding payload encoded as receive...
2023-11-30 Valentine WallaceTest blinded forward failure to calculate outbound...
2023-11-30 Valentine WallaceRemove now-unused Readable impl for ReceiveTlvs
2023-11-30 Valentine WallaceSupport forwarding blinded HTLCs as intro node.
2023-11-29 Valentine WallaceParse blinded forward-as-intro onion payloads
2023-11-29 Valentine WallaceSet update_add blinding point on HTLC forward
2023-11-29 Valentine WallaceParameterize Channel's htlc forward method by outbound...
2023-11-29 Valentine WallaceSet HTLCPreviousHopData::blinded on intro node forward.
2023-11-29 Valentine WallacePersist whether an HTLC is blinded in HTLCPreviousHopData.
2023-11-29 Valentine WallaceStore whether a forwarded HTLC is blinded in PendingHTL...
2023-11-29 Valentine WallacePersist outbound blinding points in Channel
2023-11-29 Valentine WallaceParse blinded onion errors in tests only.
2023-11-29 Valentine Wallaceonion_utils: extract decrypting faiure packet into...
2023-11-29 Valentine WallaceParse blinding point in UpdateAddHTLC
2023-11-29 valentinewallaceMerge pull request #2739 from Evanfeenstra/channelmanag...
2023-11-29 Wilmer PaulinoMerge pull request #2721 from TheBlueMatt/2023-11-log...
2023-11-29 Matt CoralloMerge pull request #2755 from arik-so/arik/taproot...
2023-11-29 Arik SosmanRemove unused Taproot import.
2023-11-29 Arik SosmanMove validate_counterparty_revocation to ChannelSigner.
2023-11-29 Arik SosmanRemove superfluous commitment_number parameter.
2023-11-29 Arik SosmanGate Taproot-related todos behind cfg flag.
2023-11-28 Evan Feenstramove static channelmanager functions into their own...
2023-11-28 Matt CoralloMerge pull request #2512 from arik-so/taproot/2023...
2023-11-28 Wilmer PaulinoMerge pull request #2749 from TheBlueMatt/2023-11-2744...
2023-11-28 Arik SosmanMove ECDSA-specific signers into ecdsa.rs
2023-11-28 Arik SosmanReparametrize ChannelSignerType by SignerProvider.
2023-11-28 Arik SosmanAdd TaprootSigner variant to SignerProvider.
2023-11-28 Arik SosmanIntroduce TaprootSigner trait.
2023-11-28 Arik SosmanRename SignerProvider's Signer to EcdsaSigner.
2023-11-27 Matt CoralloHandle missing case in reestablish local commitment... 2023-11-log-forward-peer
2023-11-27 Matt CoralloClean up error messages and conditionals in reestablish...
2023-11-27 Matt CoralloAdd `channel_keys_id` to `SpendableOutputDescriptor... 2023-11-2744-followups
2023-11-27 Wilmer PaulinoMerge pull request #2744 from rmalonson/destinationscript
2023-11-27 Matt CoralloMerge pull request #2675 from yellowred/delayed_payment...
2023-11-27 Rachel MalonsonAdd channel_keys_id as param in get_destination_script
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.
next