rust-lightning
2023-09-12 Matt CoralloRestrict `ChannelManager` persist in fuzzing to when... 2023-08-one-less-write
2023-09-12 Matt CoralloRemove largely useless checks in chanmon_consistency...
2023-09-12 Matt CoralloSkip persistence in the usual case handling channel_ree...
2023-09-12 Matt CoralloAlways persist the `ChannelManager` on a failed Channel...
2023-09-12 Matt CoralloAvoid persisting `ChannelManager` in response to peer...
2023-09-12 Matt CoralloMove a handful of channel messages to notify-without...
2023-09-12 Matt CoralloUpdate `channelmanager::NotifyOption` to indicate persi...
2023-09-12 Matt CoralloSeparate ChannelManager needing persistence from having...
2023-09-12 Matt CoralloMake it harder to forget to call CM::process_background...
2023-09-11 Matt CoralloMake PersistenceNotifierGuard::optionally_notify take...
2023-09-10 Matt CoralloRename `ChannelManager` update future methods for new API
2023-09-10 Matt CoralloMerge pull request #2514 from valentinewallace/2023...
2023-09-09 Matt CoralloMerge pull request #2495 from dunxen/2023-07-channelenummap
2023-09-08 Duncan DeanRemove v1 peer state channel maps & refactor with Chann...
2023-09-08 Duncan DeanRefactor `ChannelManager` with `ChannelPhase`
2023-09-08 Matt CoralloMerge pull request #2549 from yanganto/socket-addr
2023-09-08 Valentine WallaceStruct-ify blinded payment path intermediate node info
2023-09-08 Valentine WallaceRemove unnecessary doc links
2023-09-08 Valentine WallaceFix blinded payment TLV ser to not length-prefix
2023-09-08 Valentine WallaceDerive Clone and Debug for blinded payment TLV structs
2023-09-08 Valentine WallaceMake blinded payment TLV fields public.
2023-09-08 Valentine WallaceSupport aggregating htlc_maximum_msat for BlindedPayInfo
2023-09-08 Valentine WallaceSupport aggregating htlc_minimum_msat for BlindedPayInfo
2023-09-08 Valentine WallaceCompute aggregated BlindedPayInfo in path construction
2023-09-08 Antonio YangRename SocketAddress from NetAddress
2023-09-08 Duncan DeanIntroduce `ChannelPhase` enum
2023-09-08 Duncan DeanRemove outdated `Channel` TODO
2023-09-08 Matt CoralloMerge pull request #2371 from jkczyz/2023-06-offer...
2023-09-07 Matt CoralloMerge pull request #2472 from tnull/2023-08-add-kvstore
2023-09-07 Jeffrey CzyzConfigure BOLT 12 invoice payment retry strategy
2023-09-07 Jeffrey CzyzUse u32 instead of usize in Retry::Attempts
2023-09-07 Jeffrey CzyzAdd tests for send_payment_for_bolt12_invoice
2023-09-07 Jeffrey Czyzpub(crate) visibility for offers/test_utils.rs
2023-09-07 Jeffrey CzyzSupport paying BOLT 12 invoices
2023-09-07 Jeffrey CzyzRename OutboundPayments::retry_payment_internal
2023-09-07 Jeffrey CzyzRefactor OutboundPayments::retry_payment_internal
2023-09-07 Jeffrey CzyzAdd PendingOutboundPayment::InvoiceReceived
2023-09-07 Jeffrey CzyzTest removing abandoned AwaitingInvoice payments
2023-09-07 Jeffrey CzyzTest for removing stale AwaitingInvoice payments
2023-09-07 Jeffrey CzyzMove IDEMPOTENCY_TIMEOUT_TICKS to where it is used
2023-09-07 Jeffrey CzyzAdd PendingOutboundPayment::AwaitingInvoice
2023-09-07 Elias RohrerAdd `TestStore` implementation of `KVStore`
2023-09-07 Elias RohrerAdd benchmarking for `FilesystemStore`
2023-09-07 Elias RohrerMigrate `FilesystemPersister` tests to `FilesystemStore`
2023-09-07 Elias RohrerMigrate to `KVStore`/`FilesystemStore`
2023-09-07 Elias RohrerAdd `read_channel_monitors` utility
2023-09-07 Elias RohrerAdd `FilesystemStore`
2023-09-07 Elias RohrerAdd `test_utils`
2023-09-07 Elias RohrerUpdate `lightning-persister` crate
2023-09-07 Elias RohrerAdd `KVStore` interface trait
2023-09-07 Jeffrey CzyzAdd an InvoiceRequestFailed event
2023-09-07 Elias RohrerMerge pull request #2134 from jbesraa/add_fromstr_to_ne...
2023-09-07 Matt CoralloMerge pull request #2557 from waterson/stale-monitor...
2023-09-06 Chris WatersonFix misspelling, s/and/but/.
2023-09-06 Matt CoralloMerge pull request #2555 from tnull/2023-08-have-get...
2023-09-06 Elias RohrerImprove `Route::get_total_amount` docs
2023-09-06 Elias RohrerInclude overpaid value in `Route::get_total_fees`
2023-09-06 Elias RohrerHave `Route` hold `RouteParameters`
2023-09-06 Elias RohrerHave `get_route` take `RouteParameters`
2023-09-06 jbesraaImplement `from_str` trait for `NetAddress`
2023-09-06 Chris WatersonLog each condition that was violated for a stale monitor
2023-09-06 jbesraaFix indent in `message_signing.rs`
2023-09-06 jbesraaMove `zbase32` implementation to `base32` file
2023-09-06 jbesraaAdd RFC4648 base32 `encode` and `decode` functions
2023-09-05 Matt CoralloMerge pull request #1924 from benthecarman/handle-coinb...
2023-09-05 Elias RohrerMerge pull request #2548 from JosephGoulden/chain-monit...
2023-09-04 Duncan DeanAdd test for coinbase funding transactions
2023-09-04 benthecarmanSupport creating coinbase funding transactions in tests
2023-09-04 benthecarmanHandle if funding output is in a coinbase transaction
2023-09-03 Joseph GouldenDowngrade log message regarding Channel Monitor sync...
2023-09-01 Matt CoralloMerge pull request #2522 from sr-gi/202308-set-feature
2023-09-01 Matt CoralloMerge pull request #2543 from optout21/txabort-typo
2023-09-01 Sergi Delgado... Adds a set of convenience methods to set non-custom...
2023-09-01 Elias RohrerAdd constructor to `RouteParameters`
2023-08-31 optoutFix wrong msg type in SendTxAbort, typo
2023-08-29 Matt CoralloMerge pull request #2468 from jkczyz/2023-08-offer...
2023-08-29 Jeffrey CzyzInclude PaymentId in payer metadata
2023-08-29 Jeffrey CzyzAdd a ChaCha20 utility for encrypting in place
2023-08-29 Jeffrey CzyzAdd a ChaCha20 utility for encrypting a block
2023-08-29 Jeffrey CzyzAdd an encryption key to ExpandedKey for Offers
2023-08-29 Jeffrey CzyzRemove unnecessary #[allow(unused)]
2023-08-29 Jeffrey CzyzSplit InvoiceRequest::verify_and_respond_using_derived_keys
2023-08-29 Elias RohrerMerge pull request #2531 from optout21/channel-id-breaking
2023-08-29 Matt CoralloMerge pull request #2537 from TheBlueMatt/2023-08-one...
2023-08-28 Matt CoralloPin the `memchr` test-only transitive dependency of... 2023-08-one-less-feature-dep
2023-08-28 Matt CoralloDrop dep `tokio`'s `io-util` feat as it broke MSRV...
2023-08-28 Matt CoralloMerge pull request #2536 from waterson/test-channel...
2023-08-28 Valentine WallaceFix BlindedPath::new_for_payment docs
2023-08-28 Matt CoralloMerge pull request #2528 from arik-so/arik/2023-08...
2023-08-28 Chris WatersonRename EnforcingSigner to TestChannelSigner
2023-08-28 optoutAdd ChannelId pending change note; formatting
2023-08-27 Arik SosmanFix flaky aggregated HTLC revocation test.
2023-08-27 Arik SosmanRelease write lock between monitor update iterations.
2023-08-27 Matt CoralloMerge pull request #2485 from optout21/channel-id-4struct1
2023-08-25 optoutUse new ChannelId type
2023-08-25 optoutAdd new ChannelId type; unused
2023-08-25 Matt CoralloMerge pull request #2197 from jbesraa/feat/lockable_sco...
2023-08-25 Elias RohrerMerge pull request #2248 from TheBlueMatt/2023-04-gossi...
2023-08-25 Elias RohrerMerge pull request #2503 from valentinewallace/2023...
2023-08-25 Elias RohrerMerge pull request #2466 from TheBlueMatt/2023-07-expos...
next