]> git.bitcoin.ninja Git - rust-lightning/history - lightning/src/ln
Merge pull request #3270 from optout21/bech32-iterser
[rust-lightning] / lightning / src / ln /
2024-08-08 Matt CoralloMerge pull request #3215 from tnull/2024-08-protect...
2024-08-08 Elias RohrerMerge pull request #3230 from TheBlueMatt/2024-08-old...
2024-08-08 Matt CoralloMerge pull request #3231 from tcharding/08-08-rm-blockdata
2024-08-08 Matt CoralloMerge pull request #3232 from cooltexture1/fix-#3209
2024-08-07 cooltextureFix #3209
2024-08-07 Tobin C. HardingRun contrib/run-rustfmt.sh
2024-08-07 Tobin C. HardingDo not use bitcoin::blockdata
2024-08-07 Elias RohrerMerge pull request #3226 from TheBlueMatt/2024-08-rustf...
2024-08-06 Matt CoralloMerge pull request #3219 from dunxen/2024-08-PR2989...
2024-08-06 Elias RohrerMerge pull request #3225 from TheBlueMatt/2024-08-3019...
2024-08-05 valentinewallaceMerge pull request #3224 from TheBlueMatt/2024-08-depre...
2024-08-05 Matt CoralloClean up `CommonOpenChannelFields` docs slightly 2024-08-3019-followups
2024-08-05 Matt CoralloMerge pull request #3019 from benthecarman/is-public
2024-08-05 Matt CoralloMerge pull request #3202 from jkczyz/2024-07-blinded...
2024-08-04 Matt CoralloMake `funding_transaction_generated` take a `ChannelId... 2024-07-chan-by-val
2024-08-04 Matt CoralloMake `send_payment_with_route` take `Route` by value 2024-08-deprecate-send_payment
2024-08-04 Matt CoralloMark `ChannelManager::send_payment_with_route` as depre...
2024-08-02 Duncan DeanFix remaining feedback and other nits for 2989
2024-07-30 Jeffrey CzyzReplace use of OffersContext::Unknown with None
2024-07-30 Jeffrey CzyzInclude payment hash in Bolt12Invoice reply path
2024-07-30 Jeffrey CzyzInclude payment hash when logging invoice handling
2024-07-30 Jeffrey CzyzInclude payment hash when logging InvoiceError
2024-07-30 Jeffrey CzyzDelay adding iv_bytes to MetadataMaterial::hmac
2024-07-30 Jeffrey CzyzResult from Bolt12Invoice::verify_using_payer_data
2024-07-30 Elias RohrerMerge pull request #3189 from tnull/2024-07-rustfmt...
2024-07-30 Elias RohrerMerge pull request #3171 from jkczyz/2024-07-propagate...
2024-07-29 benthecarmanAdd more information to OpenChannelRequest Event
2024-07-23 Elias RohrerMerge pull request #3196 from TheBlueMatt/2024-07-monit...
2024-07-23 Elias RohrerMerge pull request #3199 from TheBlueMatt/2024-07-fundi...
2024-07-22 Matt CoralloMerge pull request #3139 from jkczyz/2024-06-blinded...
2024-07-22 Matt CoralloMerge pull request #3197 from TheBlueMatt/2024-07-stupi...
2024-07-22 Matt CoralloEnforce segwit inputs for all "safe" funding transactions 2024-07-funding-check
2024-07-22 Jeffrey CzyzRename Bolt12Invoice::verify
2024-07-22 Jeffrey CzyzElide nonce from payer metadata
2024-07-22 Jeffrey CzyzInclude OffersContext in Event::InvoiceReceived
2024-07-22 Jeffrey CzyzAuthenticate Bolt12Invoice using BlindedPath data
2024-07-22 Jeffrey CzyzAdd nonce to OffersContext::OutboundPayment
2024-07-22 Jeffrey CzyzPass Nonce directly to RefundBuilder
2024-07-22 Jeffrey CzyzPass Nonce directly to InvoiceRequestBuilder
2024-07-22 Jeffrey CzyzAdd failure tests for offer message authentication
2024-07-22 Jeffrey CzyzDon't send InvoiceError on failed authentication
2024-07-22 Jeffrey CzyzAuthenticate Bolt12Invoice using OfferContext
2024-07-22 Jeffrey CzyzRename InvoiceRequest::verify
2024-07-22 Jeffrey CzyzAuthenticate InvoiceRequest using OfferContext
2024-07-22 Jeffrey CzyzAdd OffersContext::InvoiceRequest
2024-07-22 Jeffrey CzyzPass Nonce directly to OfferBuilder
2024-07-22 Jeffrey CzyzMove Nonce to a separate offers sub-module
2024-07-22 Jeffrey CzyzReorder imports
2024-07-22 Jeffrey CzyzChange Nonce visibility to pub
2024-07-22 Elias RohrerMerge pull request #3024 from jbesraa/funding-signed...
2024-07-19 Jeffrey CzyzAdd debug_assert!(false) for unreachable code
2024-07-19 Jeffrey CzyzRefactor send_payment_for_bolt12_invoice
2024-07-18 Matt CoralloMerge pull request #3152 from alecchendev/2024-06-async...
2024-07-18 Matt CoralloMerge pull request #2995 from tnull/2024-04-fallible...
2024-07-18 Elias RohrerMake event handling fallible
2024-07-17 Matt CoralloMerge pull request #3160 from TheBlueMatt/2024-07-bette...
2024-07-17 Alec ChenTest fallible commitment secret
2024-07-17 Matt CoralloMerge pull request #3136 from tnull/2024-06-rustfmt...
2024-07-17 Matt CoralloMake `impl_writeable_tlv_based_enum*` actually upgradable
2024-07-17 Matt CoralloMerge pull request #2803 from TheBlueMatt/2023-12-routi...
2024-07-16 Alec ChenHandle fallible `release_commitment_secret`
2024-07-16 Matt CoralloMerge pull request #3087 from shaavan/reply_path_diversity
2024-07-16 Matt CoralloMerge pull request #3185 from tnull/2024-07-clarify...
2024-07-16 Matt CoralloMerge pull request #3183 from TheBlueMatt/2024-07-no...
2024-07-16 Matt CoralloMerge pull request #3150 from alecchendev/2024-06-async...
2024-07-15 Alec ChenTest async get per commitment point for revoke_and_ack
2024-07-15 Alec ChenAllow failing revoke_and_ack if commitment point is...
2024-07-15 Alec ChenChange get_per_commitment_point to return result type
2024-07-15 Matt CoralloMerge pull request #3165 from Harshit933/link-fix
2024-07-15 Alec ChenAdd logger as parameter in creating ChannelContext
2024-07-15 Alec ChenReturn an error if we fail to advance our commitment...
2024-07-15 Matt CoralloMerge pull request #3173 from dunxen/2024-07-cargocheckcfg
2024-07-15 Alec ChenSplit HolderCommitmentPoint::advance off into separate...
2024-07-15 Matt CoralloMerge pull request #3180 from tnull/2024-07-use-upstrea...
2024-07-15 valentinewallaceMerge pull request #3172 from tnull/2024-07-revert...
2024-07-14 Matt CoralloMerge pull request #3138 from tnull/2024-06-rustfmt-bp
2024-07-12 shaavanIntroduce tests to check verify reply path diversification
2024-07-12 Elias RohrerRevert "Signal `GossipQuery` support when using `Ignori...
2024-07-11 Jeffrey CzyzRefactor initial route finding to separate method
2024-07-11 Jeffrey CzyzAdd Bolt12PaymentError::SendingFailed variant
2024-07-11 shaavanUpdate extract_invoice to also return the reply_path.
2024-07-11 shaavanExpand `create_blinded_path` Functionality for Enhanced...
2024-07-10 Matt CoralloSomewhat optimize the generic `Features::requires_unkno...
2024-07-10 valentinewallaceMerge pull request #3104 from TheBlueMatt/2024-06-routi...
2024-07-09 Matt CoralloMerge pull request #3085 from shaavan/issue2837
2024-07-09 Matt CoralloMerge pull request #3161 from vincenzopalazzo/macros...
2024-07-09 Vincenzo Palazzometa: update docs to reflect the code
2024-07-09 Matt CoralloMerge pull request #3149 from alecchendev/2024-06-async...
2024-07-09 shaavanAllow create_blinded_paths functions to accept MessageC...
2024-07-09 shaavanUpdate handle_message to accept OffersContext data...
2024-07-09 Alec ChenFix bug failing CS-RAA resend order on pending commitme...
2024-07-08 Matt CoralloMerge pull request #3120 from TheBlueMatt/2023-11-mon...
2024-07-08 Matt CoralloTest the new `RAAMonitorUpdateBlockingAction::ClaimedMP... 2023-11-mon-claim-bug
2024-07-08 Matt CoralloBlock monitor updates to ensure preimages are in each...
2024-07-08 Matt CoralloAdd a `RAAMonitorUpdateBlockingAction::ClaimedMPPPayment`
2024-07-08 Matt CoralloTrack the cp `node_id` which originated an HTLC in...
2024-07-08 Matt CoralloMerge pull request #3151 from alecchendev/2024-06-async...
2024-07-08 jbesraaAdd `FundingTxBroadcastSafe` event
2024-07-08 valentinewallaceMerge pull request #3156 from valentinewallace/2024...
2024-07-08 Valentine WallaceSet max path length when paying BOLT 12 invoices.
next