rust-lightning
2023-12-15 Matt CoralloSIMD 4x interleaved loop w/ floats 2023-12-scoring-simd
2023-12-15 Matt Corallo2x interleave non-FP loop
2023-12-15 Matt Corallosplit loops on linear success
2023-12-15 Matt Corallo(prob) f use new simd impl wrappers
2023-12-15 Matt Corallomax simd
2023-12-15 Matt Corallosimd the success prob
2023-12-15 Matt CoralloAdd impl of SIMD'd f32s
2023-12-13 Matt Corallouse f32s
2023-12-12 Matt CoralloInline point count divide
2023-12-12 Matt CoralloSplit inner scoring iteration into two branches rather...
2023-12-12 Matt CoralloAvoid excess multiplies by multiplying in `success_prob...
2023-12-12 Matt CoralloUse a real (probing-generated) scorer in benchmarks
2023-12-11 Matt CoralloManually lay out scorer memory
2023-12-10 Matt CoralloCache the total points tracked in our historical liquid...
2023-12-10 Matt CoralloChange the directed history tracker's storage of its...
2023-12-10 Matt CoralloMake the historical bucket data private to `bucketed_hi...
2023-12-10 Matt CoralloStore both min and max historical buckets in one, new...
2023-12-10 Matt CoralloMove log approximation from `scoring.rs` to its own...
2023-12-10 Matt CoralloForce inlining source and target node id lookup in...
2023-12-10 Matt CoralloPrefetch per-direction channel info before looking...
2023-12-10 Matt CoralloLayout channel info to ensure routing uses cache lines...
2023-12-10 Matt CoralloPush the route benchmark results into a separate uninli...
2023-12-10 Matt CoralloConsolidate `candidate` access in `add_entry` during...
2023-12-10 Matt CoralloSomewhat optimize the generic `Features::requires_unkno...
2023-12-10 Matt CoralloStore source/target `node_counter`s in `DirectionalChan...
2023-12-10 Matt CoralloDRY redundant calls to `$candidate.htlc_minimum_msat...
2023-12-10 Matt CoralloAlign `PathBuildingHop` to 128b, now that we store...
2023-12-10 Matt CoralloCache whether a node is a first-hop target in the per...
2023-12-10 Matt CoralloDrop the `dist` `HashMap` in routing, replacing it...
2023-12-10 Matt CoralloStore the source and destination `node_counter`s in...
2023-12-09 Matt CoralloTrack a `counter` for each node in our network graph
2023-12-09 Matt CoralloDrop fake time advancing in scoring tests
2023-12-09 Matt Corallof drop shift test
2023-12-09 Matt CoralloDrop half-life-based bucket decay in `update_history_bu...
2023-12-09 Matt CoralloMake scorer decay + persistence more frequent
2023-12-09 Matt CoralloDrop warning about mixing `no-std` and `std` `Probabili...
2023-12-09 Matt CoralloAdd a benchmark for decaying a 100k channel scorer...
2023-12-09 Matt CoralloDrop now-trivial `decayed_offset_msat` helper utility
2023-12-09 Matt CoralloDrop now-unused `T: Time` bound on `ProbabilisticScorer`
2023-12-09 Matt CoralloUse `Duration` based time info in scoring rather than...
2023-12-09 Matt CoralloPipe `Duration`-based time information through scoring...
2023-12-09 Matt CoralloUpdate history bucket last_update time immediately...
2023-12-09 Matt CoralloStop decaying liquidity information during bounds-based...
2023-12-09 Matt CoralloStop decaying historical liquidity information during...
2023-12-09 Matt Corallof handle zero half life
2023-12-09 Matt Corallof include ms/ns time parts when decaying
2023-12-09 Matt CoralloImpl decaying in `ProbabilisticScorer::decay_liquidity_...
2023-12-09 Matt Corallof temp bug
2023-12-09 Matt CoralloTrack historical liquidity update time separately from...
2023-12-09 Matt Corallof sp
2023-12-09 Matt Corallof correct decay+persist log line
2023-12-09 Matt Corallof docs
2023-12-09 Matt CoralloAdd a scoring decay method to the `ScoreUpdate` trait
2023-12-09 Matt CoralloPass the current time through `ScoreUpDate` methods
2023-12-09 Matt CoralloDepend on `libm` in `no-std` for `powf`(64)
2023-12-08 Matt CoralloMerge pull request #2752 from valentinewallace/2023...
2023-12-08 Elias RohrerMerge pull request #2774 from TheBlueMatt/2023-12-2551...
2023-12-08 Valentine WallaceError if onion payloads exceed max length on packet...
2023-12-08 Valentine WallaceFix debug panic in onion utils on large custom TLVs...
2023-12-08 Matt CoralloPre-calculate heap element scores (retaining RouteGraph... 2023-12-2551-followups
2023-12-08 Matt CoralloReorder `PathBuildingHop` fields somewhat
2023-12-08 Matt CoralloMake `find_route`'s `dist` map elements fit in 128...
2023-12-08 Matt CoralloMake `CandidateRouteHop::PrivateHop::target_node_id...
2023-12-08 Matt CoralloSimplify and make scoring calls in `TestRouter` more...
2023-12-08 Matt CoralloMake `CandidateRouteHop` method docs somewhat more...
2023-12-08 Matt CoralloFix indentation in `router.rs` broken in a1d15ac1926f70...
2023-12-08 Matt CoralloRename `CandidateRouteHop::FirstHop::node_id` and make...
2023-12-08 Matt Corallo`#[inline]` `CandidateRouteHop` accessors
2023-12-08 Matt CoralloFix new unused warnings in `scoring.rs`
2023-12-08 Matt CoralloPrivatise `CandidateRouteHop::short_channel_id` as...
2023-12-08 Matt CoralloFix and re-enable the `remembers_historical_failures...
2023-12-08 Matt CoralloRename `DirectedChannelInfo::outbound` to `from_node_one`
2023-12-08 Matt CoralloRewrite docs in `CandidateRouteHop` to be somewhat...
2023-12-08 Wilmer PaulinoMerge pull request #2760 from TheBlueMatt/2023-11-chan...
2023-12-08 Matt CoralloMerge pull request #2776 from jkczyz/2023-12-direct...
2023-12-08 Jeffrey CzyzReturn correct SendSuccess in OnionMessenger
2023-12-08 Jeffrey CzyzRename OnionMessagePath::addresses
2023-12-08 Jeffrey CzyzFix create_onion_message return type documentation
2023-12-08 Matt CoralloImmediately error in `close_channel_internal` if there... 2023-11-chan-close-loop
2023-12-08 Matt CoralloMove pre-funded-channel immediate shutdown logic to...
2023-12-08 Matt CoralloDrop unreachable shutdown code in `Channel::get_shutdown`
2023-12-08 Matt CoralloLimit the scope of `get_funding_created_msg` to outboun...
2023-12-08 Matt CoralloMove to `Funded` after `funding_signed` rather than...
2023-12-08 Matt CoralloMerge pull request #2723 from jkczyz/2023-11-direct...
2023-12-07 Matt CoralloMerge pull request #2691 from wpaulino/refactor-channel...
2023-12-07 Wilmer PaulinoRename certain flags to align with dual funding
2023-12-06 Jeffrey CzyzRename OnionMessageBuffer to OnionMessageRecipient
2023-12-06 Jeffrey CzyzRemove superfluous space from where clause
2023-12-06 Jeffrey CzyzTest pending connection onion message buffering
2023-12-06 Jeffrey CzyzReuse MessengerNode in spec_test_vector
2023-12-06 Jeffrey CzyzCall OnionMessageHandler::timer_tick_occurred
2023-12-06 Jeffrey CzyzProcess OnionMessageHandler events in background
2023-12-06 Jeffrey CzyzRe-order define_run_body macro parameters
2023-12-06 Jeffrey CzyzRe-wrap define_run_body macro parameters
2023-12-06 Jeffrey CzyzRemove unnecessary BackgroundProcessor type param
2023-12-06 Matt CoralloMerge pull request #2765 from TheBlueMatt/2023-12-2314...
2023-12-06 Jeffrey CzyzDrop buffered messages for timed out nodes
2023-12-06 Jeffrey CzyzMake OnionMessageHandler extend EventsProvider
2023-12-06 Jeffrey CzyzAdd Event::ConnectionNeeded for onion messages
2023-12-06 Jeffrey CzyzReturn socket addresses from DefaultMessageRouter
next