rust-lightning
10 days ago Matt CoralloDon't attempt to resume channels if we already exchange... 2024-04-2982-123-fix
2024-05-23 Elias RohrerMerge pull request #3079 from jkczyz/2024-05-expects...
2024-05-22 Jeffrey CzyzAdd missing Offer::expects_quantity to tests
2024-05-21 valentinewallaceMerge pull request #3038 from TheBlueMatt/2024-05-no...
2024-05-21 Matt CoralloMerge pull request #3026 from valentinewallace/2024...
2024-05-21 Matt CoralloMerge pull request #3073 from tnull/2024-05-bump-nits
2024-05-21 Elias RohrerMerge pull request #3068 from toxeus/main
2024-05-20 Valentine WallaceAdd public util on RouteParameters for setting max...
2024-05-20 Valentine WallaceTest routing payment parameters' max path length settin...
2024-05-20 Valentine Wallaceoutbound_payment: set max path length in PaymentParameters.
2024-05-20 Valentine WallaceTest utils: include payment_metadata in PassAlongPathArgs.
2024-05-20 Valentine WallaceAbide by max path length param in router.
2024-05-20 Valentine WallaceAdd max path length knob to PaymentParameters.
2024-05-20 Elias RohrerMerge pull request #3069 from TheBlueMatt/2024-06-log...
2024-05-19 Matt CoralloLog how many nodes/channels we have synced when we... 2024-06-log-chan-count
2024-05-17 Filip GospodinovRe-export bitcoin crate
2024-05-17 Elias RohrerFix minor nits in `BumpTransactionEventHandler`
2024-05-16 Valentine WallaceExtract onion_utils::build_onion_payloads_callback...
2024-05-14 valentinewallaceMerge pull request #3036 from TheBlueMatt/2024-05-filte...
2024-05-14 Valentine WallaceMake MAX_PATH_LENGTH_ESTIMATE const pub and expand...
2024-05-14 Valentine WallaceTestRouter: support checking only that route params...
2024-05-14 Valentine WallaceRemove unnecessary RecipientOnionFields clone.
2024-05-14 Valentine WallaceOutboundOnionPayload: hold Vec fields as references.
2024-05-14 valentinewallaceMerge pull request #3061 from TheBlueMatt/2024-05-bindi...
2024-05-14 Matt CoralloAllow any `Deref` to an `EntropySource` in `BlindedPath... 2024-05-bindings-upstream
2024-05-14 Matt Coralloimpl `Clone` on various public (mostly BOLT12) types
2024-05-13 Matt CoralloExpose `ChannelManager` offer constructors in bindings
2024-05-13 Matt CoralloMark `io_extras` as no-bindings-export as its not for...
2024-05-13 Matt CoralloMake `offers::Amount` `Copy` and export it in bindings
2024-05-13 Matt CoralloUse prelude by universal import, rather than single...
2024-05-13 Matt CoralloExport `ChannelId` in bindings rather than `[u8; 32]`
2024-05-13 Matt CoralloSkip `BestBlock::new` in bindings as we already have one
2024-05-13 Matt CoralloMerge pull request #3058 from benthecarman/deref-empty...
2024-05-11 Matt CoralloMerge pull request #3059 from jkczyz/2024-05-drop-write...
2024-05-10 Jeffrey CzyzRemove WriteableEcdsaChannelSigner trait
2024-05-10 Jeffrey CzyzStop writing EcdsaChannelSigner
2024-05-10 Matt CoralloMerge pull request #2930 from jbesraa/Add-PaymentHash...
2024-05-09 ArikMerge pull request #2973 from valentinewallace/2024...
2024-05-09 benthecarmanimpl Deref for EmptyNodeIdLookUp
2024-05-09 Valentine WallaceFill in top-level docs for onion message offline peer...
2024-05-09 Valentine WallaceLimit OnionMessenger event buffer size.
2024-05-09 Valentine WallaceManually implement Debug for onion message packets.
2024-05-09 Valentine WallaceTest offline peer onion message interception.
2024-05-09 Valentine WallaceFix outdated comment in onion message functional test.
2024-05-09 Valentine WallaceRefactor MessengerNode test util construction to take...
2024-05-09 Valentine WallaceSupport forwarding prebuilt onion messages in OnionMess...
2024-05-09 Valentine WallaceOnionMessenger: support generating peer connection...
2024-05-09 Valentine WallaceSupport generating events when an OM for an offline...
2024-05-09 Matt CoralloMerge pull request #3041 from G8XSU/followup-2957
2024-05-09 Matt CoralloIgnore partially-pruned channels during routing 2024-05-no-dir-with-on-side-offline
2024-05-09 jbesraaAdd `payment_hash` to `WithChannelMonitor`
2024-05-09 esraaAdd `PaymentHash` to `Record`
2024-05-08 Jeffrey CzyzMerge pull request #2907 from shaavan/issue2882
2024-05-08 Matt CoralloMerge pull request #3012 from TheBlueMatt/2024-04-0...
2024-05-08 Matt CoralloMerge pull request #3054 from TheBlueMatt/2024-04-fuzz...
2024-05-08 Matt CoralloBump `possiblyrandom` to 0.2 2024-04-0.0.123-rl
2024-05-08 Matt CoralloAdd changelog entries for 0.0.123
2024-05-08 Matt CoralloUse consistent byte/char offsets when parsing invoice... 2024-04-fuzz-bolt11
2024-05-08 Matt CoralloSubstantially increase coverage in BOLT11 deserializati...
2024-05-08 Matt CoralloMove existing BOLT11 fuzz test to the `fuzz` crate
2024-05-08 Matt CoralloMerge pull request #3046 from TheBlueMatt/2024-03-fees...
2024-05-08 shaavanImplement ResponseInstruction Usage in OnionMessage...
2024-05-07 Matt CoralloFix the `full_stack_target` breakage test and doc feera... 2024-03-fees-are-dust
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 Gursharan SinghStop tracking chain_sync_monitor_persistences in TestPe...
2024-05-06 Gursharan SinghMake ChannelMonitor chain-sync log a trace log
2024-05-06 Gursharan SinghMinor Doc fixes after #2957
2024-05-06 Matt CoralloMerge pull request #3039 from valentinewallace/2024...
2024-05-06 Matt CoralloMerge pull request #2957 from G8XSU/pause-events
2024-05-06 Valentine WallaceFix overflow in invoice amount setter.
2024-05-05 Matt CoralloProvide more color in filter registration methods 2024-05-filter-color
2024-05-04 Matt CoralloMerge pull request #3035 from TheBlueMatt/2024-04-upstr...
2024-05-03 Matt CoralloKeep newlines between releases in CHANGELOG consistent
2024-05-03 Matt CoralloAdd release note for 0.0.122 with just three PRs.
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-03 shaavanIntroduce ResponseInstructions for OnionMessage Handling
2024-05-02 Jeffrey CzyzOnly require description when offer has an amount
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 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
next