rust-lightning
2022-10-11 Matt CoralloIncrease the default `liquidity_offset_half_life` to... 2022-10-better-liq-halflife-docs
2022-10-11 Matt CoralloRewrite documentation some on `ProbabilisticScorer`
2022-10-10 Matt CoralloMerge pull request #1744 from tnull/2022-09-fix-bp...
2022-10-10 Elias RohrerAdd `futures` CI check
2022-10-10 Elias RohrerFix `background-processor` doc build for `futures`
2022-10-07 valentinewallaceMerge pull request #1756 from TheBlueMatt/2022-10-rgs...
2022-10-07 Matt CoralloMerge pull request #1649 from dunxen/2022-08-implementn...
2022-10-07 Jeffrey CzyzMerge pull request #1693 from valentinewallace/2022...
2022-10-07 Matt CoralloMerge pull request #1758 from TheBlueMatt/2022-10-fix...
2022-10-07 Matt CoralloTest a full `no-std` build in the `no-std-check` crate... 2022-10-rgs-no-std
2022-10-07 Matt CoralloMerge pull request #1625 from TheBlueMatt/2022-07-histo...
2022-10-07 valentinewallaceMerge pull request #1751 from TheBlueMatt/2022-10-fix...
2022-10-07 Matt CoralloMerge pull request #1760 from TheBlueMatt/2022-10-invoi...
2022-10-07 Valentine WallaceFix outdated README sections
2022-10-07 Duncan DeanRemove and track perm failed nodes & channels
2022-10-07 Matt CoralloDrop the subsecond part of timestamps when constructing... 2022-10-invoice-builder-round
2022-10-06 Matt CoralloSupport platforms with only 32-bit atomics
2022-10-06 Matt CoralloTest `rapid-gossip-sync` in `no-std` in CI
2022-10-06 Matt CoralloUpdate `rapid-gossip-sync` docs to not reference `std...
2022-10-06 Matt CoralloFix (and test) `Future` creation after a `Notifier... 2022-10-fix-pre-notified-future
2022-10-06 Matt CoralloDecay historical liquidity tracking when no new data... 2022-07-history-tracking
2022-10-06 Matt CoralloTrack a reference to scoring parameters in DirectedChan...
2022-10-06 Matt CoralloCalculate a new penalty based on historical channel...
2022-10-06 Matt CoralloTrack history of where channel liquidities have been...
2022-10-06 Matt CoralloCorrect the directionality of liquidity non-update... 2022-10-fix-score-log-direction
2022-10-06 Matt CoralloCorrect `rapid-gossip-sync` `no-std` build and test
2022-09-29 Matt CoralloMerge pull request #1106 from TheBlueMatt/2021-10-no...
2022-09-29 Matt CoralloClarify ambiguous comment in persist methods 2021-10-no-perm-err-broadcast
2022-09-29 Matt CoralloRename APIError::MonitorUpdateFailed to MonitorUpdateIn...
2022-09-29 Matt CoralloRename `handle_monitor_err!()` `handle_monitor_update_res!`
2022-09-29 Matt CoralloRename `Channel::monitor_update_failed` to `monitor_upd...
2022-09-29 Matt CoralloAdd a TODO for an important issue for making async...
2022-09-29 Matt CoralloRework `chain::Watch` return types to make async update...
2022-09-26 valentinewallaceMerge pull request #1740 from TheBlueMatt/2022-09-invoi...
2022-09-26 valentinewallaceMerge pull request #1742 from tnull/2022-09-remove...
2022-09-26 Matt CoralloDon't make references to `std` in `lightning-invoice... 2022-09-invoice-bindings-nostd
2022-09-26 Elias RohrerRemove done TODO
2022-09-25 Matt CoralloMerge pull request #1737 from TheBlueMatt/2022-09-futur...
2022-09-23 Matt CoralloAdd a bindings-only version of `Future::register_callback` 2022-09-future-trait
2022-09-23 valentinewallaceMerge pull request #1734 from TheBlueMatt/2022-09-bette...
2022-09-23 Matt CoralloRename `MultiThreadedLockableScoreLock` to `MultiThread... 2022-09-better-lock-name
2022-09-22 valentinewallaceMerge pull request #1733 from TheBlueMatt/2022-09-downg...
2022-09-22 valentinewallaceMerge pull request #1731 from valentinewallace/2022...
2022-09-22 Matt CoralloDowngrade `hashbrown` to meet MSRV 2022-09-downgrade-hashbrown
2022-09-21 Valentine WallaceImport util::test_utils as ::ln_test_utils in router
2022-09-20 Valentine WallaceRename routing::router::test_utils to ::bench_utils
2022-09-20 Matt CoralloMerge pull request #1656 from ViktorTigerstrom/2022...
2022-09-19 Valentine WallaceMove router test utils into their own module
2022-09-19 Viktor TigerströmAdd lock order docs to `ChannelManager` fields
2022-09-19 Matt CoralloMerge pull request #1729 from TheBlueMatt/2022-09-locka...
2022-09-19 Jeffrey CzyzMerge pull request #1728 from TheBlueMatt/2022-09-slice...
2022-09-19 Matt CoralloAvoid returning a reference to a u64. 2022-09-slices-not-vecs
2022-09-19 Matt CoralloSwap `Vec<&RouteHop>` parameters for slices
2022-09-19 Matt CoralloAdd a `MutexGuard` wrapper for the bindings-only `Locka... 2022-09-lockablescore-bindings
2022-09-18 Viktor TigerströmRemove `forward_htlc` after `channel_state` lock order
2022-09-18 Viktor TigerströmRemove unnecessary aquiring of the `channel_state`...
2022-09-18 Viktor TigerströmMove `forward_htlcs` into standalone lock
2022-09-16 valentinewallaceMerge pull request #1725 from TheBlueMatt/2022-09-no...
2022-09-16 Jeffrey CzyzMerge pull request #1694 from jurvis/jurvis/2022-08...
2022-09-16 Jurvis TanMove Scorer requirement away from Router trait
2022-09-16 Matt CoralloStop building with lockorder debugging in benchmarks 2022-09-no-bench-lockorder
2022-09-15 Matt CoralloDo not broadcast commitment txn on Permanent mon update...
2022-09-15 ArikMerge pull request #1708 from tnull/2022-09-rgs-unpub...
2022-09-15 Elias RohrerAdd `no-std` support for RGS
2022-09-15 Elias RohrerRework RGS crate-level docs
2022-09-15 Matt CoralloMerge pull request #1707 from TheBlueMatt/2022-09-no...
2022-09-14 Matt CoralloAssert that all defined features are in the known featu... 2022-09-no-global-features
2022-09-14 Matt CoralloStop tracking feature bits as known or required in...
2022-09-14 Matt CoralloRemove the `*Features::known` constructor
2022-09-14 Matt CoralloRemove all remaining references to `*Features::known`
2022-09-14 Matt CoralloStop relying on `*Features::known` in fuzzing tests
2022-09-14 Matt CoralloStop relying on `*Features::known` in BP and persister...
2022-09-14 Matt CoralloStop relying on the `*Features::known` method in net...
2022-09-14 Matt CoralloStop relying on the `*Features::known` method in lightn...
2022-09-14 Matt CoralloStop relying on `*Features::known` in channel{,manager}.rs
2022-09-14 Matt CoralloStop relying on `*Features::known` in functional test...
2022-09-14 Matt CoralloStop relying on the `*Features::known` method in functi...
2022-09-14 Matt CoralloStop relying on the `*Features::known` method in `routi...
2022-09-14 Matt CoralloList supported/required feature bits explicitly in...
2022-09-14 valentinewallaceMerge pull request #1721 from acid-bit/fix_typo
2022-09-14 Matt CoralloMerge pull request #1720 from TheBlueMatt/2022-09-fix...
2022-09-14 acid-bitFix typo in comment in Cargo.toml
2022-09-14 Matt CoralloFix warnings in fuzz which should have been fixed in... 2022-09-fix-fuzz-warnings
2022-09-14 Matt CoralloFix compile warning in fuzzing introduced in cd0d19c005...
2022-09-13 Matt CoralloMerge pull request #1685 from wpaulino/anchors-prep
2022-09-13 valentinewallaceMerge pull request #1717 from TheBlueMatt/2022-09-req...
2022-09-13 Matt CoralloMerge pull request #1706 from jkczyz/2022-09-filtered...
2022-09-13 Wilmer PaulinoUpdate anchors test vectors to zero HTLC transaction...
2022-09-13 Wilmer PaulinoAccount for zero fee HTLC transaction within dust limit...
2022-09-13 Wilmer PaulinoUpdate HTLC script detection to check for anchor output...
2022-09-13 Wilmer PaulinoUse zero fee HTLC transactions for anchor channels
2022-09-13 Wilmer PaulinoExclude HTLC transactions from broadcast on anchor...
2022-09-13 Wilmer PaulinoAvoid commitment broadcast upon detected funding spend
2022-09-13 Wilmer PaulinoUse proper sighash flag for remote HTLCs with anchor...
2022-09-13 Jeffrey CzyzSupport filtered blocks in lightning-block-sync
2022-09-13 valentinewallaceMerge pull request #1703 from TheBlueMatt/2022-09-badon...
2022-09-13 Matt CoralloAdd now-missing `unwrap`s on test calls to `peer_connec... 2022-09-req-features-in-handlers
2022-09-13 Matt CoralloMove checking of specific require peer feature bits...
2022-09-13 Matt CoralloSwap some `peer_connected` features to `known` from...
2022-09-13 Matt CoralloAdd a note that `peer_disconnected` impls must be idemp...
next