]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
2024-05-14 Matt CoralloMerge pull request #3062 from TheBlueMatt/2024-04-123...
2024-05-14 Matt CoralloMove `Persister` back to lots of generic bounds
2024-05-14 Matt CoralloDrop `SerialId` type as bindings don't support primitiv...
2024-05-14 Matt CoralloHide `Direction::select_node_id` due to lifetimes
2024-05-14 Matt CoralloAvoid slices without inner references
2024-05-14 Matt CoralloReplace `EventsProvider` on `OnionMessageHandler` with...
2024-05-14 Matt CoralloMake the custom message traits cloneable as they're...
2024-05-14 Matt CoralloMake ChannelMonitor always clonable
2024-05-14 Matt Corallo`crate`-only several BOLT12 methods that require unboun...
2024-05-14 Matt CoralloMark several types no-export which should be exported...
2024-05-14 Matt CoralloHard-code scorer parameters to `ProbabilisticScoringFee...
2024-05-14 Matt CoralloUse `[u8; 3]` not `CurrencyCode` to skip type aliases...
2024-05-14 Matt CoralloMark a few offers fields no-export as we have no mappin...
2024-05-14 Matt CoralloAvoid enums containing references with lifetimes
2024-05-14 Matt CoralloExport `outbound_payment` structs in their respective...
2024-05-14 Matt CoralloUse an explicit `Sign` type on the `ChannelMonitor...
2024-05-14 Jeffrey CzyzRestrict ChannelInfo::as_directed_from visibility
2024-05-14 Matt CoralloMake `as_directed_to` non-public
2024-05-14 Matt CoralloStop relying on a `Clone`able `NetworkGraph` ref in...
2024-05-13 Matt Corallo[UPSTREAM] Allow any `Deref` to an `EntropySource`...
2024-05-13 Matt Corallo[UPSTREAM] impl `Clone` on BOLT12 builders in bindings
2024-05-13 Matt Corallo[UPSTREAM] impl `Clone` on unsigned BOLT12 types
2024-05-13 Matt Corallo[UPSTREAM] Expose `ChannelManager` offer constructors...
2024-05-12 Matt Corallo[UPSTREAM] Mark `io_extras` as no-bindings-export as...
2024-05-11 Matt Corallo[UPSTREAM] Make `offers::Amount` `Copy` and export...
2024-05-11 Matt Corallo[UPSTREAM] Use prelude by universal import, rather...
2024-05-11 Matt Corallo[UPSTREAM] Export `ChannelId` in bindings rather than...
2024-05-11 Matt Corallo[UPSTREAM] Skip `BestBlock::new` in bindings as we...
2024-05-09 Matt CoralloMerge pull request #3055 from TheBlueMatt/2024-05-123... v0.0.123
2024-05-08 Matt CoralloBump to release versions, dropping -rc1 2024-05-123-backports-2
2024-05-08 Matt CoralloBump `possiblyrandom` to 0.2
2024-05-08 Matt CoralloAdd changelog entries for 0.0.123
2024-05-08 Matt CoralloKeep newlines between releases in CHANGELOG consistent
2024-05-08 Matt CoralloAdd release note for 0.0.122 with just three PRs.
2024-05-08 Matt CoralloUse consistent byte/char offsets when parsing invoice...
2024-05-08 Matt CoralloFix the `full_stack_target` breakage test and doc feera...
2024-05-07 Matt CoralloMerge pull request #3048 from TheBlueMatt/2024-05-123... v0.0.123-rc1
2024-05-07 Matt CoralloBump crate versions to rc1 2024-05-123-backports
2024-05-07 Matt CoralloMerge pull request #3042 from TheBlueMatt/2024-05-123...
2024-05-07 Matt CoralloMerge pull request #3045 from TheBlueMatt/2024-03-fees...
2024-05-07 Matt CoralloAdd a simple test of the new excess-fees-are-dust behavior
2024-05-07 Matt CoralloUpdate default dust exposure limit and the documentatio...
2024-05-07 Matt CoralloInclude excess commitment transaction fees in dust...
2024-05-06 Matt CoralloMerge pull request #3039 from valentinewallace/2024...
2024-05-06 Matt CoralloMerge pull request #3035 from TheBlueMatt/2024-04-upstr...
2024-05-06 Matt CoralloMerge pull request #3018 from jkczyz/2024-04-optional...
2024-05-06 Matt CoralloMerge pull request #3029 from TheBlueMatt/2024-04-fix...
2024-05-06 Matt CoralloMerge pull request #3033 from TheBlueMatt/2024-04-notif...
2024-05-06 Matt CoralloMerge pull request #3032 from valentinewallace/2024...
2024-05-06 Matt CoralloMerge pull request #3031 from TheBlueMatt/2024-04-new...
2024-05-06 Matt CoralloMerge pull request #3017 from jkczyz/2024-04-optional...
2024-05-06 Matt CoralloMerge pull request #3028 from jkczyz/2024-04-offer...
2024-05-06 Valentine WallaceFix overflow in invoice amount setter.
2024-05-04 Matt CoralloMerge pull request #3035 from TheBlueMatt/2024-04-upstr...
2024-05-03 Matt CoralloMerge pull request #3018 from jkczyz/2024-04-optional...
2024-05-03 Matt CoralloMerge pull request #3029 from TheBlueMatt/2024-04-fix...
2024-05-02 Jeffrey CzyzOnly require description when offer has an amount
2024-05-02 valentinewallaceMerge pull request #3034 from TheBlueMatt/2024-04-2982...
2024-05-02 Matt CoralloSwap `UserConfig::default()` for `test_default_channel_...
2024-05-02 Matt CoralloCorrect indentation in `get_pending_htlc_stats`
2024-05-02 Matt CoralloUnify `get_{inbound,outbound}_pending_htlc_stats`
2024-05-01 Matt CoralloDon't attempt to resume channels if we already exchange...
2024-05-01 Matt CoralloMerge pull request #3033 from TheBlueMatt/2024-04-notif...
2024-05-01 Matt CoralloWake `background-processor` from `ChainMonitor` on... 2024-04-notify-bp-on-blocks
2024-05-01 Matt CoralloUpdate documentation on `[u8; 32]` wrappers for clarity 2024-04-upstream-123-bindings
2024-05-01 Matt CoralloMove `[u8; 32]` wrapper types to a common module
2024-05-01 Matt CoralloAdd bindings no-export tags to doc test types
2024-05-01 Matt CoralloAdd derives where they make sense and the bindings...
2024-05-01 Matt CoralloRename and expose message-specific `NextHop`
2024-05-01 Matt CoralloMerge pull request #3032 from valentinewallace/2024...
2024-04-30 valentinewallaceMerge pull request #3031 from TheBlueMatt/2024-04-new...
2024-04-30 Matt CoralloFix new rustc `#[macro_export]` warning in doctests 2024-04-new-rustc-warning
2024-04-30 Valentine WallaceFix overflow in lightning-invoice amount_pico_btc.
2024-04-30 Matt CoralloSend peers error messages for failures due to invalid... 2024-04-fix-batch-funding-failures
2024-04-30 Matt CoralloClose channels when `find_funding_output` fails to...
2024-04-29 Matt CoralloMerge pull request #3017 from jkczyz/2024-04-optional...
2024-04-29 Matt CoralloMerge pull request #3028 from jkczyz/2024-04-offer...
2024-04-29 Jeffrey CzyzRemove InvoiceRequestFields::features
2024-04-29 Jeffrey CzyzRemove InvoiceRequestFields::amount_msats
2024-04-29 Jeffrey CzyzRemove PaymentContext from OnionPayload
2024-04-26 Jeffrey CzyzDon't require Refund::description in API
2024-04-26 Jeffrey CzyzDon't require Offer::description in API
2024-04-26 Jeffrey CzyzBolt12Invoice for Offer without signing_pubkey
2024-04-26 Jeffrey CzyzAdd InvoiceRequestTlvStream::paths
2024-04-26 Jeffrey CzyzAllow parsing Offer without signing_pubkey
2024-04-26 Jeffrey CzyzOptional OfferContents::signing_pubkey
2024-04-25 Gursharan SinghMerge pull request #3003 from TheBlueMatt/2024-04-2964...
2024-04-25 Matt CoralloMerge pull request #3021 from TheBlueMatt/2024-04-drop...
2024-04-25 Matt CoralloMerge pull request #3004 from TheBlueMatt/2024-04-2761...
2024-04-25 Matt CoralloDrop completed blocked `ChannelMonitorUpdate`s on startup 2024-04-drop-blocked-completed-updates
2024-04-24 Elias RohrerMerge pull request #3015 from tnull/2024-04-sweeper...
2024-04-24 Elias RohrerMake `OutputSweeper::track_spendable_outputs` fallible
2024-04-23 Matt CoralloMerge pull request #2981 from dunxen/2024-03-PR2419fixups
2024-04-23 Duncan DeanAdd intermediate `ConstructedTransaction`
2024-04-23 Duncan DeanAdd lower bound segwit input weight estimates
2024-04-23 Duncan DeanAdd descriptions to test cases
2024-04-23 Duncan DeanAbort if we add a duplicate input
2024-04-23 Duncan DeanMake sent_tx_* fallible and handle errors & simplify...
2024-04-23 Duncan DeanCheck if msg.script.is_witness_program() before checkin...
2024-04-23 Duncan DeanUse HashMaps as, well, HashMaps (don't iter for key...
next