rust-lightning
2023-03-09 Matt CoralloCorrect `outbound_payment` route-fetch calls to pass... 2023-02-0.0.114-java-bindings
2023-03-07 Matt CoralloMake the custom message traits cloneable as they're...
2023-03-07 Matt CoralloMake ChannelMonitor clonable again
2023-03-06 Matt CoralloMerge pull request #2075 from TheBlueMatt/2023-02-0...
2023-03-06 Matt CoralloMake the `offers` module non-public 2023-02-0.0.114-bindings
2023-03-06 Matt CoralloMark `InFlightHtlcs::process_path` not exported due...
2023-03-06 Matt CoralloAvoid enums containing references with lifetimes
2023-03-04 Matt CoralloExport `outbound_payment` structs in their respective...
2023-03-04 Matt CoralloUse an explicit `Sign` type on the `ChannelMonitor...
2023-03-04 Matt CoralloExport Onion Message structs in their respective modules
2023-03-04 Matt CoralloTag `KVStore` `(C-not exported)` as `Writeable` isn...
2023-03-04 Jeffrey CzyzRestrict ChannelInfo::as_directed_from visibility
2023-03-04 Matt CoralloSimplify type aliasing somewhat around times
2023-03-04 Matt CoralloMake `as_directed_to` non-public
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
next