rust-lightning
2023-09-17 Matt CoralloReplace `cargo build` calls in CI with `cargo check` 2023-09-msrv-try-2
2023-09-17 Matt CoralloMove coverage generation to llvm-cov in the hopes its...
2023-09-16 Matt CoralloCorrect syn pinning on cargo 1.48
2023-09-15 Matt CoralloMerge pull request #2176 from TheBlueMatt/2023-04-expos...
2023-09-15 Matt CoralloMerge pull request #2579 from rmalonson/unsignedtx
2023-09-15 Rachel MalonsonRemove unnecessary signing call in ChannelMonitor
2023-09-15 Elias RohrerMerge pull request #2577 from TheBlueMatt/2023-09-msrv
2023-09-15 Matt CoralloMove to a constant for "bucket one" in the scoring... 2023-04-expose-success-prob
2023-09-15 Matt CoralloDecay `historical_estimated_channel_liquidity_*` result...
2023-09-15 Matt CoralloSpecial-case the 0th minimum bucket in historical scoring
2023-09-15 Matt CoralloTrack "steady-state" channel balances in history bucket...
2023-09-15 Matt CoralloMove the historical bucket tracker to 32 unequal sized...
2023-09-15 Matt CoralloImplement serialization for `[u16; 32]`, DRYing it...
2023-09-15 Matt CoralloClarify some scoring documentation by removing extraneo...
2023-09-15 Matt CoralloPin memchr in our release dependency list due to `core2... 2023-09-msrv
2023-09-14 Wilmer PaulinoMerge pull request #2571 from davidcaseria/htlc-descrip...
2023-09-14 Matt CoralloDrop `test_esplora_connects_to_public_server`
2023-09-14 Matt CoralloPin `syn` back to 2.0.32 fix MSRV in testing
2023-09-14 Matt CoralloMerge pull request #2568 from tnull/2023-09-housekeeping
2023-09-14 Matt CoralloMerge pull request #2572 from benthecarman/rexport...
2023-09-14 benthecarmanRe-export RouteHint and PaymentSecret
2023-09-14 Elias RohrerFix unused import warning in `shutdown_tests`
2023-09-14 Elias RohrerFix more unused warnings in `test_utils`
2023-09-14 Elias RohrerFix warnings in `lightning-net-tokio`
2023-09-14 Elias RohrerFix unused variable warning in `monitor_tests`
2023-09-13 Matt CoralloMerge pull request #2413 from valentinewallace/2023...
2023-09-13 Matt CoralloMerge pull request #2521 from TheBlueMatt/2023-08-one...
2023-09-13 Elias RohrerCleanup `ChannelId` re-export
2023-09-12 Valentine WallaceOnly allow creating 1-hop blinded paths.
2023-09-12 Valentine WallaceTest sending and receiving to 1-hop blinded paths
2023-09-12 Valentine WallaceSupport receiving to 1-hop blinded payment paths.
2023-09-12 Valentine WallaceParameterize InboundPayload reads with NodeSigner
2023-09-12 Valentine WallaceSupport paying blinded paths.
2023-09-12 Matt CoralloRestrict `ChannelManager` persist in fuzzing to when... 2023-08-one-less-write
2023-09-12 Matt CoralloMerge pull request #2169 from TheBlueMatt/2023-03-monit...
2023-09-12 David CaseriaMake HTLCDescriptor writeable
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-12 Matt CoralloTest monitor update completion actions on pre-startup... 2023-03-monitor-e-monitor
2023-09-12 Matt CoralloSplit `expect_payment_forwarded` into a function called...
2023-09-12 Matt CoralloUpdate tests to test re-claiming of forwarded HTLCs...
2023-09-12 Matt CoralloCorrect `expect_payment_forwarded` upstream channel...
2023-09-12 Matt CoralloBlock the mon update removing a preimage until upstream...
2023-09-12 Matt CoralloClean up test handling of resending responding commitme...
2023-09-12 Matt CoralloFix various unused warnings in test and regular builds
2023-09-11 Matt CoralloMerge pull request #2567 from G8XSU/payment-id
2023-09-11 Matt CoralloMerge pull request #2566 from G8XSU/check-best-block...
2023-09-11 Gursharan SinghAdd PaymentId in ChannelManager.list_recent_payments()
2023-09-11 valentinewallaceMerge pull request #2563 from tnull/2023-09-kvstore...
2023-09-11 Elias RohrerAdd length check for read ChannelMonitor keys
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-09 Gursharan SinghVerify channel-monitor processes blocks with skipped...
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 Elias RohrerHave `path_to_windows_str` take reference to avoid...
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
next