Merge pull request #3036 from TheBlueMatt/2024-05-filter-color
[rust-lightning] / lightning /
3 days ago valentinewallaceMerge pull request #3036 from TheBlueMatt/2024-05-filte... upstream/main
3 days ago valentinewallaceMerge pull request #3061 from TheBlueMatt/2024-05-bindi...
3 days ago Matt CoralloAllow any `Deref` to an `EntropySource` in `BlindedPath... 2024-05-bindings-upstream
3 days ago Matt Coralloimpl `Clone` on various public (mostly BOLT12) types
4 days ago Matt CoralloExpose `ChannelManager` offer constructors in bindings
4 days ago Matt CoralloMark `io_extras` as no-bindings-export as its not for...
4 days ago Matt CoralloMake `offers::Amount` `Copy` and export it in bindings
4 days ago Matt CoralloUse prelude by universal import, rather than single...
4 days ago Matt CoralloExport `ChannelId` in bindings rather than `[u8; 32]`
4 days ago Matt CoralloSkip `BestBlock::new` in bindings as we already have one
4 days ago Matt CoralloMerge pull request #3058 from benthecarman/deref-empty...
6 days ago Matt CoralloMerge pull request #3059 from jkczyz/2024-05-drop-write...
7 days ago Jeffrey CzyzRemove WriteableEcdsaChannelSigner trait
7 days ago Jeffrey CzyzStop writing EcdsaChannelSigner
7 days ago Matt CoralloMerge pull request #2930 from jbesraa/Add-PaymentHash...
8 days ago ArikMerge pull request #2973 from valentinewallace/2024...
8 days ago benthecarmanimpl Deref for EmptyNodeIdLookUp
8 days ago Valentine WallaceFill in top-level docs for onion message offline peer...
8 days ago Valentine WallaceLimit OnionMessenger event buffer size.
8 days ago Valentine WallaceManually implement Debug for onion message packets.
8 days ago Valentine WallaceTest offline peer onion message interception.
8 days ago Valentine WallaceFix outdated comment in onion message functional test.
8 days ago Valentine WallaceRefactor MessengerNode test util construction to take...
8 days ago Valentine WallaceSupport forwarding prebuilt onion messages in OnionMess...
8 days ago Valentine WallaceOnionMessenger: support generating peer connection...
8 days ago Valentine WallaceSupport generating events when an OM for an offline...
8 days ago Matt CoralloMerge pull request #3041 from G8XSU/followup-2957
8 days ago jbesraaAdd `payment_hash` to `WithChannelMonitor`
8 days ago esraaAdd `PaymentHash` to `Record`
9 days ago Jeffrey CzyzMerge pull request #2907 from shaavan/issue2882
9 days ago Matt CoralloMerge pull request #3012 from TheBlueMatt/2024-04-0...
9 days ago Matt CoralloMerge pull request #3054 from TheBlueMatt/2024-04-fuzz...
9 days ago Matt CoralloBump `possiblyrandom` to 0.2 2024-04-0.0.123-rl
9 days ago Matt CoralloMerge pull request #3046 from TheBlueMatt/2024-03-fees...
9 days ago shaavanImplement ResponseInstruction Usage in OnionMessage...
10 days ago Matt CoralloFix the `full_stack_target` breakage test and doc feera... 2024-03-fees-are-dust
10 days ago Matt CoralloMerge pull request #3045 from TheBlueMatt/2024-03-fees...
10 days ago Matt CoralloAdd a simple test of the new excess-fees-are-dust behavior
10 days ago Matt CoralloUpdate default dust exposure limit and the documentatio...
10 days ago Matt CoralloInclude excess commitment transaction fees in dust...
11 days ago Gursharan SinghStop tracking chain_sync_monitor_persistences in TestPe...
11 days ago Gursharan SinghMake ChannelMonitor chain-sync log a trace log
11 days ago Gursharan SinghMinor Doc fixes after #2957
11 days ago Matt CoralloMerge pull request #3039 from valentinewallace/2024...
11 days ago Matt CoralloMerge pull request #2957 from G8XSU/pause-events
12 days ago Matt CoralloProvide more color in filter registration methods 2024-05-filter-color
13 days ago 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-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-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-27 Gursharan SinghRemove ChainMonitor::sync_persistence_id
2024-04-27 Gursharan SinghRemove MonitorUpdateId from persist trait
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-26 Gursharan SinghStop tracking MonitorUpdates from ChainSync in pending_...
2024-04-26 Gursharan SinghStop storing last_chain_persist_height
2024-04-26 Gursharan SinghDon't pause events for chainsync persistence
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...
2024-04-22 Jeffrey CzyzRemove unnecessary PaymentPreimage clone
2024-04-22 Gursharan SinghMerge pull request #2990 from TheBlueMatt/2024-04-log...
2024-04-22 Matt CoralloOnly include `derive_add_tweak` for base key types...
2024-04-22 Matt CoralloWord-wrap new doc comment in `DelayedPaymentOutputDescr...
2024-04-22 Matt CoralloUse `Sha256`s for tweaks in `sign` to enforce randomness
2024-04-22 Matt CoralloSimplify and clarify `derive_add_tweak` documentation
2024-04-22 Matt CoralloLog when a ChannelMonitor's claimable balances set... 2024-04-2964-followups
next