rust-lightning
2023-03-04 Matt CoralloMerge pull request #2065 from TheBlueMatt/2023-02-0... 0.0.114-bindings v0.0.114
2023-03-04 Matt CoralloUpdate crate versions to 0.0.114/invoice 0.22 2023-02-0.0.114
2023-03-04 Matt CoralloAdd release notes for 0.0.114
2023-03-04 Matt CoralloMerge pull request #2072 from jkczyz/2023-01-fix-scorin...
2023-03-03 Matt CoralloMerge pull request #2071 from TheBlueMatt/2023-01-fix...
2023-03-03 Matt CoralloUse ProbabilisticScorer in router fuzzing, to cover...
2023-03-03 Jeffrey CzyzGuard against division by zero in scorer
2023-03-03 Jeffrey CzyzUpdate scoring history buckets when no change
2023-03-03 Matt CoralloMerge pull request #2068 from jkczyz/2023-03-doc-fixes
2023-03-03 Matt CoralloMerge pull request #2069 from TheBlueMatt/2023-03-no...
2023-03-03 Matt CoralloMerge pull request #2070 from TheBlueMatt/2023-03-get-key
2023-03-03 Jeffrey CzyzFix build warnings
2023-03-03 Jeffrey CzyzAdd more documentation about BlockSourceError
2023-03-03 Matt CoralloExpose the node secret key in `{Phantom,}KeysManager` 2023-03-get-key
2023-03-03 Matt CoralloMerge pull request #2067 from benthecarman/fix-typos
2023-03-03 Matt CoralloMerge pull request #2066 from TheBlueMatt/2023-02-no...
2023-03-03 Matt CoralloMerge pull request #2048 from TheBlueMatt/2023-02-send...
2023-03-03 Matt CoralloDo not auto-select the lightning `std` feature from... 2023-03-no-tx-sync-auto-std
2023-03-03 Matt CoralloPass `FailureCode` to `fail_htlc_backwards` by ownership 2023-02-no-enum-refs
2023-03-03 Matt CoralloRemove unused compat block in `provide_latest_holder_co... 2023-02-send-persist-order-a
2023-03-03 Matt CoralloTrack claimed outbound HTLCs in ChannelMonitors
2023-03-03 Jeffrey CzyzReference `Router` in `ChannelManager` docs
2023-03-03 Jeffrey CzyzDRY up historical bucket_idx calculation
2023-03-03 Jeffrey CzyzFix scorer panic when available capacity is zero
2023-03-03 benthecarmanFix typos in lightning-transaction-sync
2023-03-02 Matt CoralloMerge pull request #2060 from TheBlueMatt/2023-02-peers...
2023-03-02 Matt CoralloAvoid removing stale preimages when hashes collide...
2023-03-02 Matt CoralloFuzz rapid peer connection/disconnections in threads 2023-02-peers-disconnect-consistency
2023-03-02 Matt CoralloImprove `PeerHandler` debug_assertions and checks
2023-03-02 Wilmer PaulinoMerge pull request #2064 from TheBlueMatt/2023-03-debug...
2023-03-02 Jeffrey CzyzMerge pull request #2057 from johncantrell97/rpc-error...
2023-03-02 Matt CoralloMake waking after a future completes propagates to... 2023-03-debug-futures
2023-03-01 Matt CoralloMerge pull request #2061 from TheBlueMatt/2023-02-114...
2023-03-01 Matt CoralloTag types used for the TLV macros with `(C-not exported)` 2023-02-114-upstream-bindings
2023-03-01 Matt CoralloMark `IndexedMap` types as `(C-not exported)`
2023-02-28 Matt CoralloRemove peers from the `node_id_to_descriptor` even...
2023-02-28 Wilmer PaulinoMerge pull request #2046 from TheBlueMatt/2023-02-rgs...
2023-02-28 John CantrellSurface bitcoind rpc error code
2023-02-28 Matt CoralloAdd some basic logging to Rapid Gossip Sync processing 2023-02-rgs-robust-and-log
2023-02-28 Matt CoralloMake log macros more usable outside of the `lightning...
2023-02-28 Matt CoralloDo not fail to apply RGS updates for removed channels
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...
next