rust-lightning
2023-04-16 Matt CoralloFix deserialization of u16 arrays 2023-04-fix-bucket-deser
2023-04-14 Matt CoralloMerge pull request #2172 from TheBlueMatt/2023-04-fix...
2023-04-14 Matt CoralloMerge pull request #2180 from benthecarman/impl-pk...
2023-04-13 benthecarmanImpl FromStr for NodeId
2023-04-13 Matt CoralloMerge pull request #2179 from benthecarman/use-node...
2023-04-13 benthecarmanUse NodeAlias type in NodeAnnouncement
2023-04-13 benthecarmanImplement to and from for PublicKey and NodeId
2023-04-11 valentinewallaceMerge pull request #2142 from alecchendev/2023-03-expos...
2023-04-10 Alec ChenAdd reason to `Event::PaymentFailed`
2023-04-10 valentinewallaceMerge pull request #2173 from benthecarman/convert...
2023-04-09 benthecarmanConvert Network to and from Currency
2023-04-09 Matt CoralloRemove a race-y debug assertion in new channel update... 2023-04-fix-panicy-debug-assert
2023-04-08 ArikMerge pull request #2161 from benthecarman/prune-stale...
2023-04-07 valentinewallaceMerge pull request #2158 from TheBlueMatt/2023-04-handl...
2023-04-07 Jeffrey CzyzMerge pull request #2023 from futurepaul/fallback-to...
2023-04-07 Alec ChenCreate `PaymentFailureReason` enum
2023-04-07 Matt CoralloMerge pull request #2170 from TheBlueMatt/2023-04-silen...
2023-04-07 Wilmer PaulinoMerge pull request #2162 from jkczyz/2023-04-invoice...
2023-04-07 Matt CoralloFix silent merge conflict between new test and payment... 2023-04-silent-merge-conflict
2023-04-07 Matt CoralloMerge pull request #2148 from TheBlueMatt/2023-04-claim...
2023-04-07 Matt CoralloMerge pull request #2139 from TheBlueMatt/2023-03-metad...
2023-04-07 Matt CoralloMerge pull request #2165 from wpaulino/fix-bp-channel...
2023-04-07 Matt CoralloSplit up comically long error return 2023-04-handle_err_more-check
2023-04-07 Jeffrey CzyzExpose a BOLT 12 Invoice's signable_hash
2023-04-07 Jeffrey CzyzExpose a BOLT 11 Invoice's signable_hash
2023-04-07 Jeffrey CzyzLinkify lightning-invoice docs
2023-04-07 benthecarmanLift std check to function definition
2023-04-06 Wilmer PaulinoUse signal for handling ChannelPending in test_backgrou...
2023-04-06 Matt CoralloMerge pull request #2163 from TheBlueMatt/2023-04-less...
2023-04-06 benthecarmanPrune stale channels from network graph after RGS sync
2023-04-06 Matt CoralloAdd a `claim_deadline` field to `PaymentClaimable`... 2023-04-claim-from-closed
2023-04-06 Matt CoralloAvoid holding a `per_peer_state` lock while claiming... 2023-04-less-lock
2023-04-06 Matt CoralloMerge pull request #2101 from TheBlueMatt/2023-03-one...
2023-04-06 Paul Miller`Fallback`: add `Address` getter and use bitcoin types
2023-04-06 Matt CoralloTest for extra locks held in `handle_error` unconditionally
2023-04-05 Matt CoralloMerge pull request #2145 from TheBlueMatt/2023-04-async...
2023-04-05 Matt CoralloCorrect documentation of `payment_id` in events 2023-03-metadata-prefactors
2023-04-05 Matt CoralloPipe the new `RecipientOnionFields` through send pipeline
2023-04-05 Matt CoralloAdd a `RecipientOnionFields` argument to spontaneous...
2023-04-05 Matt CoralloReplace `PaymentSecret` with `RecipientOnionFields...
2023-04-05 Matt CoralloRemove the `PaymentSecret` field from `HTLCSource:...
2023-04-04 Matt CoralloAllow claiming a payment if a channel with an HTLC...
2023-04-04 Matt CoralloAdd an async version of BP's test_channel_manager_persi... 2023-04-async-bp-cleanups
2023-04-04 Matt CoralloMake BP's `not_pruning_network_graph_until...` test...
2023-04-04 Matt CoralloMake BP's `test_payment_path_scoring` dual sync/async.
2023-04-04 Matt CoralloEnsure `background-processor` exits after any sleep...
2023-04-04 Matt CoralloDon't immediately exit BP if `ChannelManager` is persis...
2023-04-04 Matt CoralloMake `lightning-background-processor` test failures...
2023-04-04 valentinewallaceMerge pull request #2150 from TonyGiorgio/esplora-0.4
2023-04-04 Matt CoralloMerge pull request #2147 from TheBlueMatt/2023-04-rgs...
2023-04-04 Tony Giorgiolightning-transaction-sync: Bump esplora to 0.4
2023-04-04 Matt CoralloMerge pull request #2005 from arik-so/2023-01-taproot...
2023-04-04 Matt CoralloAdd some trivial logging during RGS update processing. 2023-04-rgs-log-some
2023-04-03 Arik SosmanAdd Taproot CI test.
2023-04-03 Arik SosmanUpdate the `RevokeAndACK` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `CommitmentSigned` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `FundingSigned` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `FundingCreated` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `AcceptChannel` message for Taproot support.
2023-04-03 Arik SosmanIntroduce MuSig2-related types for Taproot channels.
2023-04-03 Matt CoralloMerge pull request #2090 from TheBlueMatt/2023-03-mon...
2023-04-03 Matt CoralloMerge pull request #2098 from tnull/2023-03-add-channel...
2023-04-03 Matt CoralloMerge pull request #2143 from get10101/chore/convenient...
2023-04-03 Elias RohrerAdd `ChannelPending` event emitted upon `funding_signed`
2023-04-03 Matt CoralloExpose an option to substantially reduce sleep time... 2023-03-mon-wake-bp
2023-04-03 Matt CoralloWake the background processor if an async monitor updat...
2023-04-03 Matt CoralloDrop the dummy no-std `Condvar` which never sleeps
2023-04-03 Matt CoralloMove the pub `wait` methods from `ChannelManager` to...
2023-04-03 Matt CoralloImplement the ability to block on multiple futures...
2023-04-03 Matt CoralloDo not bound callbacks by `Send` when building for...
2023-04-03 Matt CoralloAdd `CondVar::wait_{timeout_,}while` to `debug_sync`
2023-04-03 Lucas Soriano... Implement chain::Confirm without mandating any owned...
2023-03-31 Matt CoralloCorrect `lightning-net-tokio` documentation, remove...
2023-03-31 Wilmer PaulinoMerge pull request #2141 from TheBlueMatt/2023-03-fuck...
2023-03-31 Matt CoralloRemove `futures` dependency in `lightning-background... 2023-03-fuck-rust
2023-03-31 Matt CoralloReplace `futures` `select` with our own select enum...
2023-03-30 Matt CoralloAvoid connection-per-RPC-call again by caching connections
2023-03-30 Matt CoralloDrop `futures` dependency from `lightning-block-sync`
2023-03-30 Matt CoralloMerge pull request #2136 from marctyndel/2023-03-paymen...
2023-03-29 Matt CoralloMerge pull request #2059 from wpaulino/broadcast-missin...
2023-03-29 Marc Tyndeladd outbound_amount_forwarded_msat field to PaymentForw...
2023-03-29 valentinewallaceMerge pull request #2062 from alecchendev/2023-02-allow...
2023-03-29 Wilmer PaulinoAdd pending changelog noting possible backwards compat...
2023-03-29 Wilmer PaulinoIgnore lockorder violation on same callsite with differ...
2023-03-29 ArikMerge pull request #2082 from wpaulino/bump-htlc-resolu...
2023-03-28 Alec ChenUse onion amount `amt_to_forward` for MPP set calculation
2023-03-28 Alec ChenAllow overshooting final cltv_expiry
2023-03-28 Alec ChenAllow overshooting `total_msat` for an MPP
2023-03-28 Alec ChenAdd `total_value_received` to `ClaimableHTLC` for claim...
2023-03-28 Wilmer PaulinoExpose HTLC transaction locktime in BumpTransactionEven...
2023-03-28 Wilmer PaulinoSet transaction locktime on malleable packages to disco...
2023-03-28 Wilmer PaulinoRe-work PackageSolvingData::absolute_tx_timelock
2023-03-28 Wilmer PaulinoMerge pull request #2133 from tnull/2023-03-pin-syn
2023-03-28 Matt CoralloMerge pull request #2132 from tnull/2023-03-tx-sync...
2023-03-28 Matt CoralloMerge pull request #2083 from wpaulino/events-module
2023-03-28 Elias RohrerPin `tokio` to fix CI
2023-03-28 Elias RohrerRemove unnecessary restriction on `esplora-client`...
2023-03-28 Elias RohrerMove test `bitcoind`/`electrsd` out of `OnceCell`
2023-03-27 Matt CoralloMerge pull request #2125 from benthecarman/invoice...
2023-03-27 benthecarmanAdd helper functions for invoice expiry
next