Fix ordering of intermediate commits to ensure the latest comes first and is used...
[rapid-gossip-sync-server] / src / lookup.rs
2023-08-17 Arik SosmanFix ordering of intermediate commits to ensure the...
2023-08-17 Matt CoralloMerge pull request #53 from arik-so/2023/08/query-times...
2023-08-17 Arik SosmanSwitch timestamp reads to use i64.
2023-08-16 Arik SosmanSwitch timestamp queries to use f64.
2023-08-13 Matt CoralloMerge pull request #51 from arik-so/2023/08/pre_test_re...
2023-08-03 Arik SosmanRemove println from lookup.rs
2023-08-02 Arik SosmanSwitch Logger from Arc to Deref.
2023-08-02 Arik SosmanAllow custom logger types.
2023-07-16 ArikMerge pull request #48 from TheBlueMatt/2023-07-further-opt
2023-07-16 Matt CoralloFurther optimize intermediate row fetching by filtering...
2023-07-16 Matt CoralloDon't hold the `NetworkGraph` read lock across an await...
2023-07-16 Matt CoralloSwitch to streaming queries
2023-07-16 Matt CoralloRemove unused `consider_intermediate_updates` flag...
2023-07-16 Matt CoralloSubstantially optimize reference-row-fetching
2023-07-02 ArikMerge pull request #42 from TheBlueMatt/main
2023-07-02 Matt CoralloRedo indexes for new SELECTs and trivially tweak one...
2023-07-02 Matt CoralloLet postgres filter timestamps rather than doing it...
2023-07-02 Matt CoralloFix query compat with Postgres 13
2023-07-02 Matt CoralloClean up SQL query formatting to make them somewhat...
2023-07-02 Matt CoralloReduce data loaded from the `channel_update` table...
2023-07-02 Matt CoralloMerge pull request #39 from arik-so/2023-06-announcemen...
2023-06-27 Arik SosmanOmit reminders for channels with incomplete data.
2023-06-27 Arik SosmanCreate dummy flags without secondary lookup query.
2023-06-27 Arik SosmanSend reminders for stale-ish channels.
2023-06-27 Arik SosmanFix first update lookup.
2023-06-12 Matt CoralloMerge pull request #38 from TheBlueMatt/main
2023-06-05 Matt CoralloRemoved unused_mut rejection and fix some unused `mut`s
2023-04-03 Matt CoralloMerge pull request #21 from jurvis/jurvis/2022-11-rgs...
2023-03-18 ArikMerge pull request #25 from TheBlueMatt/main
2023-03-07 Matt CoralloUpgrade to latest lightning crate, switching to async...
2022-09-14 ArikMerge pull request #14 from TheBlueMatt/main
2022-09-14 Matt CoralloDrop unused columns from SELECT queries
2022-09-13 Matt CoralloUse more appropriate data types for SCIDs, direction...
2022-08-22 Matt CoralloMerge pull request #8 from arik-so/2022-08-add-0-symlink
2022-08-22 ArikMerge pull request #6 from TheBlueMatt/2022-08-cleanups
2022-08-22 Matt CoralloTrivial cleanups in lookup.rs
2022-08-22 Matt CoralloDrop Arcs around the TestLogger, as its an empty struct...
2022-08-22 Arik SosmanInitial commit.