]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
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 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 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`
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-13 Elias RohrerUpgrade all github actions to `v4` variants
2024-08-13 Elias RohrerFix misc `shellcheck` complaints
2024-08-13 Elias RohrerHave `shellcheck` check all scripts in `contrib`
2024-08-13 Elias RohrerHave `shellcheck` check all scripts in `ci`
2024-08-13 Elias RohrerDrop `electrsd` autodownload feature for good
2024-08-13 Elias RohrerMove CI downloading `bitcoind`/`electrsd` to dedicated...
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 RohrerProtect against Core's Merkle leaf node weakness
2024-08-08 Elias RohrerMerge pull request #3230 from TheBlueMatt/2024-08-old...
2024-08-08 Elias RohrerAdd `Notifier` to `OnionMessenger`
next