]> git.bitcoin.ninja Git - rust-lightning/history - lightning/src
Merge pull request #3311 from TheBlueMatt/2024-09-3010-followups
[rust-lightning] / lightning / src /
2024-08-19 Valentine WallaceFix blinded hop feature serialization.
2024-08-19 Valentine WallaceSupport next_blinding_override in blinded payment paths.
2024-08-19 Matt CoralloRemove the `std` feature implications from the `lightni... 2024-08-feature-cleanup-1
2024-08-19 Matt CoralloDrop the `_test_vectors` feature in favor of a `cfg...
2024-08-19 Matt CoralloOptimize `BufReader` somewhat for the only used case
2024-08-19 Matt CoralloFix bug in `BufReader::fill_buf` when reaching EOF
2024-08-19 Matt CoralloMerge pull request #3240 from tnull/2024-08-add-ci...
2024-08-19 Matt CoralloRe-export `lightning_types` in top-level `lightning... 2024-08-new-types-export
2024-08-19 Matt CoralloTweak alignment and memory order in the `ProbabilisticS... 2023-12-cache-scoring-points
2024-08-19 Matt CoralloCache the total points tracked in our historical liquid...
2024-08-19 Matt CoralloChange the directed history tracker's storage of its...
2024-08-19 Matt CoralloMake the historical bucket data private to `bucketed_hi...
2024-08-19 Matt CoralloStore both min and max historical buckets in one, new...
2024-08-19 Matt CoralloFormat `log_approx.rs` per rustfmt
2024-08-19 Matt CoralloMove log approximation from `scoring.rs` to its own...
2024-08-19 valentinewallaceMerge pull request #3242 from jkczyz/2024-08-payment...
2024-08-16 Jeffrey CzyzAdd PaymentId authentication to public API
2024-08-16 Matt CoralloMerge pull request #3239 from arik-so/bitcoin-0.32...
2024-08-16 Arik SosmanFix lightning warnings.
2024-08-16 Arik SosmanSuppress Taproot warnings.
2024-08-16 Arik SosmanUpgrade rust-bitcoin to 0.32.2.
2024-08-16 Matt CoralloMerge pull request #3182 from valentinewallace/2024...
2024-08-16 Jeffrey CzyzReturn a Result from verify_payment_id
2024-08-16 Arik SosmanReimplement io::Cursor.
2024-08-16 Arik SosmanIntroduce io module.
2024-08-16 Arik SosmanDrop Seek and SeekFrom usage.
2024-08-16 Arik SosmanSimplify Readable mutability.
2024-08-16 Valentine WallaceMake advance_path_by_one an associated method.
2024-08-16 Valentine WallaceTweak phrasing in Blinded{Message,Payment}Path::advance...
2024-08-16 Valentine WallaceMove NextMessageHop into blinded_path::message
2024-08-16 Valentine WallaceMake BlindedPath type private.
2024-08-16 Valentine WallaceReduce visibility of BlindedMessagePath inner path.
2024-08-15 valentinewallaceMerge pull request #3241 from TheBlueMatt/2024-08-ret...
2024-08-15 Valentine WallaceReduce visibility of BlindedPaymentPath inner path.
2024-08-15 Valentine WallaceAdd accessor methods for inner blinded path fields.
2024-08-15 Valentine WallaceMove public_intro_node util into Blinded{Message,Paymen...
2024-08-15 Valentine WallaceMove compact blinded path util to message paths only.
2024-08-15 Valentine WallaceExpose blinded paths' advance_path_by_one methods.
2024-08-15 Valentine WallaceAdd BlindedMessagePath type to disambiguate from blinde...
2024-08-15 Valentine WallaceAdd BlindedPaymentPath type, to disambiguate from messa...
2024-08-14 Matt CoralloReturn slices, rather than `Vec` references, in addresses 2024-08-ret-slice-not-ref-vec
2024-08-14 Matt CoralloMerge pull request #3192 from jkczyz/2024-07-invoice...
2024-08-14 Jeffrey CzyzMake PaymentFailureReason downgradable
2024-08-14 Jeffrey CzyzMake PaymentFailureReason upgradable
2024-08-14 Jeffrey CzyzAdd PaymentFailureReason::InvoiceRequestRejected
2024-08-14 Jeffrey CzyzAdd PaymentFailureReason::InvoiceRequestExpired
2024-08-14 Jeffrey CzyzRemove Event::InvoiceRequestFailed
2024-08-14 Jeffrey CzyzMake payment_hash optional in Event::PaymentFailed
2024-08-14 Jeffrey CzyzTest Bolt12Invoice with unknown required features
2024-08-14 Jeffrey CzyzRemove unused macro param
2024-08-14 Jeffrey CzyzAdd InvoiceBuilder::features_unchecked
2024-08-14 Jeffrey CzyzMove BOLT12 invoice features check
2024-08-14 Jeffrey CzyzDon't include HMAC in Refund paths
2024-08-14 Jeffrey CzyzDon't use UserAbandoned reason for auto-failing
2024-08-14 Jeffrey CzyzDon't abandon payments for duplicate invoices
2024-08-14 Jeffrey CzyzAuthenticate payment_id from OffersContext
2024-08-14 Jeffrey CzyzAdd an HMAC to OffersContext::OutboundPayment
2024-08-14 Jeffrey CzyzAdd Sha256 HMAC (de)serialization
2024-08-14 Jeffrey CzyzHMAC construction and verification for PaymentID
2024-08-14 valentinewallaceMerge pull request #3212 from dunxen/2024-07-sensible...
2024-08-14 Matt CoralloMerge pull request #3234 from TheBlueMatt/2024-08-light...
2024-08-13 Matt CoralloMerge pull request #3020 from tnull/2024-04-drop-electr...
2024-08-13 Matt Corallo`rustfmt` new files added in the past few commits 2024-08-lightning-dep-inv
2024-08-13 Matt CoralloPrepare to `rustfmt` newly added files
2024-08-13 Matt CoralloProvide the signer with a full `RawBolt11Invoice` to...
2024-08-13 Matt CoralloSwap the dep order between `lightning` and `lightning...
2024-08-13 Matt CoralloMove `UntrustedString` and `PrintableString` to `lightn...
2024-08-13 Matt CoralloMove `Features` into `lightning-types`
2024-08-13 Matt CoralloReplace usages of `Features::is_subset` and remove it
2024-08-13 Matt CoralloMove `Rout{ingFees,eHint{,Hop}}` to `lightning-types`
2024-08-13 Matt CoralloMove `Payment{Hash,Preimage,Secret}` into a new crate
2024-08-13 Duncan DeanTest claimable balance is expected for forwarded/outbou...
2024-08-13 Duncan DeanIndicate source of balances
2024-08-13 Matt CoralloExplain how rounded millisat values are included in...
2024-08-13 Duncan DeanTest rounded msat balances
2024-08-13 Matt CoralloInclude rounded msat balances in `Balance::ClaimableOnC...
2024-08-13 Matt CoralloAdd tx fee information to `Balance::ClaimableOnChannelC...
2024-08-13 Matt CoralloMove commitment tx fee calculation helpers to `chan_utils`
2024-08-13 Matt CoralloDrop `chan_utils` self-import
2024-08-13 Matt CoralloInclude an `outbound_payment` flag in `MaybeTimeoutClai...
2024-08-12 Matt CoralloMerge pull request #3210 from tcharding/07-31-rm-hex-dep
2024-08-12 Matt CoralloMerge pull request #3236 from TheBlueMatt/2024-08-unclo...
2024-08-12 Matt CoralloStop relying on a `Clone`able `NetworkGraph` ref in... 2024-08-unclonable-graph
2024-08-12 Matt CoralloMerge pull request #3214 from TheBlueMatt/2024-07-chan...
2024-08-08 Tobin C. HardingUse bitcoin::hex instead of bitcoin::hashes::hex
2024-08-08 Tobin C. HardingRemove explicit dependency on hex-conservative
2024-08-08 Matt CoralloMerge pull request #3220 from dunxen/2024-08-config...
2024-08-08 Duncan DeanSet default ChannelHandshakeLimits::min_funding_satoshi...
2024-08-08 Matt CoralloMerge pull request #3194 from tnull/2024-07-om-event...
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 Elias RohrerAdd `Notifier` to `OnionMessenger`
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 Matt CoralloMinor doc tweaks to `MonitorHolder` 2024-08-old-doc-tweaks
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...
next