]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
2024-08-20 Duncan DeanDeprecate AvailableBalances::balance_msat
2024-08-20 Elias RohrerMerge pull request #3253 from TheBlueMatt/2024-08-new...
2024-08-19 Matt CoralloMerge pull request #3245 from valentinewallace/2024...
2024-08-19 Valentine WallaceTest blinded PaymentParameter round trip serialization.
2024-08-19 Valentine WallaceMove BlindedPayInfo into blinded_path::payment module.
2024-08-19 Valentine WallaceMove BlindedPayInfo into BlindedPaymentPath.
2024-08-19 Matt CoralloMerge pull request #3204 from valentinewallace/2024...
2024-08-19 Matt CoralloMerge pull request #3188 from TheBlueMatt/2023-12-cache...
2024-08-19 Matt CoralloMerge pull request #3249 from TheBlueMatt/2024-08-featu...
2024-08-19 Matt CoralloMerge pull request #3222 from tnull/2024-08-rustfmt...
2024-08-19 Valentine WallaceAvoid && in public API for onion peeling/decoding.
2024-08-19 Valentine WallaceImplement route blinding spec test vectors.
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 CoralloSomewhat clean up `ci-tests.sh` and sort by `RUSTFLAGS`
2024-08-19 Matt CoralloDrop the `no-std` feature from `lightning-rapid-gossip...
2024-08-19 Matt CoralloDrop the `no-std` feature from `lightning-invoice`
2024-08-19 Matt CoralloDrop the `no-std` feature from BP and drop feature...
2024-08-19 Matt CoralloEnsure we always pass a `path` for in-workspace depende...
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-17 Elias Rohrer`rustfmt`: Drop `lightning-persister` from exclusion...
2024-08-17 Elias Rohrer`rustfmt`: Run on `lightning-persister`
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 fuzz warnings.
2024-08-16 Arik SosmanFix lightning-transaction sync warnings.
2024-08-16 Arik SosmanFix lightning-block-sync warnings.
2024-08-16 Arik SosmanFix lightning-background-processor warnings.
2024-08-16 Arik SosmanFix lightning warnings.
2024-08-16 Arik SosmanSuppress Taproot warnings.
2024-08-16 Arik SosmanRemove secp256k1 dependency.
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 Elias RohrerDisallow skipping tx-sync tests in CI
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 CzyzAdd pending changelog for Event::PaymentFailed
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 CzyzUse a smaller bit for UnknownFeature
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 Elias RohrerEnable caching for `bitcoind`/`electrs` in CI
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 CoralloAdd a `lightning-types` dependency to `lightning-invoice`
2024-08-13 Matt CoralloUse `check_added_monitors` test utility in invoice...
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`
next