Merge pull request #3096 from alecchendev/2024-06-drop-one-signer-call
[rust-lightning] / lightning /
41 min ago ArikMerge pull request #3096 from alecchendev/2024-06-drop... upstream/main
66 min ago Elias RohrerMerge pull request #3105 from johncantrell97/johncantre...
2 hours ago John Cantrelladd peer_(dis)connected to custom message handler
43 hours ago Matt CoralloMerge pull request #3072 from arik-so/arik/gossip-v2...
43 hours ago Alec ChenCache commitment point on ExternalHTLCClaim to drop...
2 days ago Arik SosmanReintroduce addresses to NodeAnnouncementInfo.
2 days ago Matt CoralloMerge pull request #3091 from TheBlueMatt/2024-06-chann...
2 days ago Matt CoralloMerge pull request #3081 from G8XSU/2024-05-08-claimabl...
2 days ago Matt CoralloFromat moved code in `channel_state.rs` 2024-06-channel_state_ser
2 days ago Matt CoralloMove serialization of `channel_state` fields to `channe...
2 days ago Matt CoralloMerge pull request #3060 from TheBlueMatt/2024-05-paral...
3 days ago Matt CoralloMerge pull request #3088 from alecchendev/2024-06-fc...
3 days ago Elias RohrerMerge pull request #3089 from TheBlueMatt/2024-06-chann...
3 days ago Matt CoralloMove the public path for `channel_state` types to their... 2024-06-channel_state-module
3 days ago Matt CoralloReformat `channel_state.rs` to match rustfmt requirements
3 days ago Matt CoralloMove the public channel state API into a new module
3 days ago Matt CoralloMerge pull request #2965 from tnull/2024-03-impl-readab...
3 days ago Elias RohrerImplement `Readable` for `Refund`
3 days ago Elias RohrerImplement `Readable` for `Offer`
3 days ago Alec ChenDon't disconnect on manual force closes
3 days ago ArikMerge pull request #2889 from Sharmalm/2840
3 days ago G8XSUWatch all outputs irrespective of claimable outpoints.
3 days ago Matt CoralloDrop `EventsProvider` bounds on `OnionMessageHandler`s 2024-05-parallel-async-om-events
3 days ago Matt CoralloAdd a parallel async event handler to `OnionMessenger`
3 days ago Matt CoralloStore `OnionMessenger` events in different `Vec`s
4 days ago Matt CoralloMerge pull request #3057 from G8XSU/2024-05-08-claimabl...
4 days ago dunxenMerge pull request #2947 from tnull/2024-03-log-feature...
6 days ago Matt CoralloMerge pull request #2996 from shaavan/issue2882.2
6 days ago Matt CoralloMerge pull request #3063 from jirijakes/upgrade-bitcoin-031
7 days ago Elias RohrerMerge pull request #2931 from TheBlueMatt/2024-03-log...
7 days ago Matt CoralloMerge pull request #3084 from jkczyz/2024-05-onion...
8 days ago G8XSUMinimize reads to counterparty_claimable_outpoints
8 days ago Matt CoralloLog available liquidity on each channel when starting... 2024-03-log-outbound-channels
8 days ago Jiri JakesUpgrade rust-bitcoin to 0.31
8 days ago shaavanIntroduce new tests for `ResponseInstruction::WithReply...
8 days ago shaavanRefactor TestCustomMessageHandler
8 days ago shaavanRefactor: Rename Request & Response to Ping & Pong
8 days ago shaavanIntroduce ResponseInstruction::WithReplyPath variant.
8 days ago shaavanConvert handle_onion_message_response to a public funct...
9 days ago Matt CoralloMerge pull request #3011 from jkczyz/2024-04-compact...
9 days ago Jeffrey CzyzAdd missing copyright statement
9 days ago Jeffrey CzyzCompact introduction node test vector
9 days ago Jeffrey CzyzCompact a BlindedPath's introduction node
9 days ago Jeffrey CzyzUnwrap reply_path in extract_invoice_request
9 days ago Jeffrey CzyzPass ForwardNode when creating BlindedPath
9 days ago Jeffrey CzyzSupport NextHop::ShortChannelId in BlindedPath
9 days ago valentinewallaceMerge pull request #3006 from arik-so/arik/trampoline...
9 days ago Matt CoralloMerge pull request #3051 from TheBlueMatt/2024-04-2982...
10 days ago Matt CoralloDon't attempt to resume channels if we already exchange... 2024-04-2982-123-fix
10 days ago Matt Corallof docs
13 days ago Jeffrey CzyzCheck custom_tlvs in Event::PaymentClaimed
13 days ago Jeffrey CzyzPass ClaimAlongRouteArgs to claim_payment_along_route
13 days ago Jeffrey CzyzPass ClaimAlongRouteArgs to do_claim_payment_along_route
13 days ago Jeffrey CzyzInclude RecipientOnionFields in PaymentClaimed
2024-05-24 Jeffrey CzyzAdd RecipientOnionFields to ClaimingPayment
2024-05-24 Jeffrey CzyzUse HashMap::entry instead of HashMap::insert
2024-05-24 Jeffrey CzyzFormat HashMap::insert call
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-21 Arik SosmanTest Trampoline onion (de)serialization round trip.
2024-05-21 Arik SosmanMake Trampoline onion deserializable.
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 CoralloAdd a utility to poll multiple futures simultaneously
2024-05-10 Matt CoralloCreate an `AOnionMessenger` trait similar to our other...
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...
next