rust-lightning
2023-02-28 Wilmer PaulinoMerge pull request #2006 from TheBlueMatt/2023-02-no... v0.0.114-beta
2023-02-28 Matt CoralloMerge pull request #2015 from TheBlueMatt/2023-02-no...
2023-02-28 Matt CoralloMake sure individual mutexes are constructed on differe... 2023-02-no-recursive-read-locks
2023-02-28 Matt CoralloExport RUST_BACKTRACE=1 in `--feature backtrace` CI...
2023-02-28 Matt CoralloDisallow taking two instances of the same mutex at...
2023-02-28 Matt CoralloRefuse recursive read locks in lockorder testing
2023-02-28 Matt CoralloDon't `per_peer_state` read locks recursively in monito...
2023-02-28 Matt CoralloExpect callers to hold read locks before `channel_monit...
2023-02-28 Matt CoralloHold the `total_consistency_lock` while in `outbound_pa...
2023-02-27 Matt CoralloRemove the `final_cltv_expiry_delta` in `RouteParameter... 2023-02-no-dumb-redundant-fields
2023-02-27 Matt CoralloSupport `ReadableArgs` types across in the TLV struct...
2023-02-27 Matt CoralloRequire a non-0 number of non-empty paths when deserial...
2023-02-27 Matt CoralloMerge pull request #2055 from TheBlueMatt/2023-02-fning...
2023-02-27 Matt CoralloMove `lightning-transaction-sync` out of the main workspace 2023-02-fning-msrv
2023-02-27 Matt CoralloRemove the `lightning-transaction-sync` MSRV
2023-02-27 Matt CoralloFix silent rebase conflict in previous PR
2023-02-27 Matt CoralloMerge pull request #2043 from valentinewallace/2023...
2023-02-27 Matt CoralloMerge pull request #2033 from tnull/2023-02-make-esplor...
2023-02-27 Matt CoralloMerge pull request #2025 from TheBlueMatt/2023-02-no...
2023-02-25 Valentine WallaceFix PaymentPathFailed generation and scid on initial...
2023-02-25 Valentine WallaceChange PaymentPathFailed's optional network update...
2023-02-25 Valentine WallaceImplement writeable for APIError
2023-02-25 Valentine Wallaceser_macros: Document behavior of upgradable_* variants
2023-02-25 Valentine WallaceFix upgradable_required fields to actually be required...
2023-02-25 Matt CoralloMerge pull request #1977 from jkczyz/2023-01-offers...
2023-02-25 Valentine WallaceRename OptionDeserWrapper->RequiredWrapper
2023-02-24 Valentine WallaceDisambiguate ignorable and ignorable_option
2023-02-24 Valentine WallaceSupport deserializing an Option-al MaybeReadable
2023-02-24 Valentine WallaceRemove all_paths_failed from PaymentPathFailed
2023-02-24 wpaulinoMerge pull request #2050 from douglaz/import-lightning...
2023-02-24 Allan Douglas... Only import lightning::io if futures are enabled
2023-02-24 Elias RohrerMake `test_esplora_syncs` more robust
2023-02-24 Jeffrey CzyzFix amount overflow in Invoice building
2023-02-24 Jeffrey CzyzFix amount overflow in Offer parsing and building
2023-02-24 Jeffrey CzyzFuzz test for bech32 decoding
2023-02-24 Jeffrey CzyzExpose Bech32Encode trait for fuzzing
2023-02-24 Jeffrey CzyzFuzz test for parsing Invoice
2023-02-24 Jeffrey CzyzFuzz test for parsing InvoiceRequest
2023-02-24 Matt CoralloRename `BestBlock::from_genesis` to `from_network`... 2023-02-no-pub-genesis-hashes
2023-02-24 Matt CoralloRemove genesis block hash from public API
2023-02-23 Valentine WallaceAdd missing import path in ser macro
2023-02-23 Matt CoralloMerge pull request #2014 from valentinewallace/2023...
2023-02-23 Valentine WallaceClarify Retry::Timeout vs PaymentParams::expiry_time...
2023-02-23 Valentine WallaceFix outdated PendingOutboundPayment::Abandoned docs
2023-02-23 Valentine WallaceOn initial send retries, avoid previously failed scids
2023-02-23 Valentine WallaceIn-line retry_with_route method
2023-02-23 Valentine WallaceRework auto retry send errors
2023-02-23 Valentine WallaceFix InvalidRoute error to be ChannelUnavailable
2023-02-22 Matt CoralloMerge pull request #1897 from TheBlueMatt/2022-11-monit...
2023-02-22 Matt CoralloDon't generate a `ChannelMonitorUpdate` for closed... 2022-11-monitor-updates-always-async
2023-02-22 Matt CoralloUse the new monitor persistence flow for `funding_creat...
2023-02-22 Matt CoralloUse new monitor persistence flow in funding_signed...
2023-02-22 Matt CoralloAlways process `ChannelMonitorUpdate`s asynchronously
2023-02-22 Matt CoralloMove TODO from `handle_monitor_update_res` into `Channel`
2023-02-22 Matt CoralloHandle `MonitorUpdateCompletionAction`s after monitor...
2023-02-22 Matt CoralloMerge pull request #1988 from TheBlueMatt/2023-01-limit...
2023-02-21 Matt CoralloLimit the number of pending un-funded inbound channel 2023-01-limited-chans
2023-02-21 Matt CoralloAdd an `inbound` flag to the `peer_connected` message...
2023-02-21 Matt CoralloMerge pull request #2035 from TheBlueMatt/2023-02-fix...
2023-02-21 Jeffrey CzyzDerive traits for InvoiceRequest and Invoice
2023-02-21 Matt CoralloMerge pull request #2040 from alecchendev/2023-02-index...
2023-02-21 Matt CoralloRemove the `peer_disconnected` `no_connection_possible... 2023-02-fix-no-con-discon
2023-02-21 Matt CoralloAdd a further debug_assert that disconnecting peers...
2023-02-21 Matt CoralloCorrect `funding_transaction_generated` err msg and...
2023-02-21 Matt CoralloCorrect the "is peer live" checks in `PeerManager`
2023-02-21 Matt CoralloAdd test of an initial message other than `Init`
2023-02-21 Matt CoralloFix (and DRY) the conditionals before calling `peer_dis...
2023-02-20 Alec ChenReplace `BTreeSet` in `IndexedMap` with sorted `Vec`
2023-02-19 Valentine WallacePass pending_events into pay_internal
2023-02-19 Valentine WallacePass payment hash into pay_internal
2023-02-19 Matt CoralloMerge pull request #2026 from valentinewallace/2023...
2023-02-17 Valentine WallaceDeduplicate PendingHTLCsForwardable events when queueing
2023-02-17 Valentine WallaceOn retryable update_fail, don't queue redundant Pending...
2023-02-17 Valentine WallaceCheck for abandon-able payments on startup
2023-02-17 Matt CoralloAdd a new monitor update result handling macro
2023-02-17 Matt CoralloAdd storage for `ChannelMonitorUpdate`s in `Channel`s
2023-02-17 Matt CoralloTrack actions to execute after a `ChannelMonitor` is...
2023-02-17 Matt CoralloAdd an infallible no-sign version of send_commitment_no...
2023-02-17 Matt CoralloFix the err msg provided when a send fails due to peer...
2023-02-16 Matt CoralloMerge pull request #2009 from TheBlueMatt/2023-02-no...
2023-02-16 Matt CoralloFix (and test) threaded payment retries 2023-02-no-racey-retries
2023-02-16 Matt CoralloAlways check `next_route` in `TestRouter` is fully...
2023-02-16 Matt CoralloTest if a given mutex is locked by the current thread...
2023-02-16 Matt CoralloMerge pull request #2037 from valentinewallace/2023...
2023-02-16 Matt CoralloMerge pull request #1921 from arik-so/2022-12-prohibit...
2023-02-16 Arik SosmanThrow error for RGS data that's more than two weeks...
2023-02-16 Valentine WallaceRemove pending probes on update_fail
2023-02-16 Matt CoralloMerge pull request #2008 from valentinewallace/2023...
2023-02-15 Valentine WallaceReword and fix grammar in PartialFailure docs
2023-02-15 Valentine WallaceRemove retry_payments method
2023-02-15 Valentine WallaceWhen processing pending htlcs, abandon outbounds that...
2023-02-15 Valentine WallaceAbandon payment on behalf of the user on payment path...
2023-02-15 Valentine WallaceAbandon payment if retry fails in process_pending_htlcs
2023-02-15 Matt CoralloMerge pull request #1832 from jkczyz/2022-11-composite...
2023-02-15 Valentine WallacePass pending events to outbound_payments::abandon_payment
2023-02-15 Valentine WallaceFix indentation in outbound payment mark_abandoned
2023-02-15 Matt CoralloMerge pull request #2020 from valentinewallace/2023...
2023-02-15 Jeffrey CzyzAdd CI testing for lightning-custom-message crate
2023-02-15 Jeffrey CzyzRe-write CustomMessageHandler documentation
2023-02-15 Jeffrey CzyzFix compilation errors in some doc tests
next