Allow custom logger types.
[rapid-gossip-sync-server] / src / lib.rs
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 CoralloRemove unused `consider_intermediate_updates` flag...
2023-07-02 ArikMerge pull request #42 from TheBlueMatt/main
2023-07-02 Matt CoralloBuild reminder updates with correct SCID field
2023-07-02 Matt CoralloMerge pull request #39 from arik-so/2023-06-announcemen...
2023-06-27 Arik SosmanSend reminders for stale-ish channels.
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-05-06 Matt CoralloMerge pull request #29 from arik-so/2023-04-empty-blob...
2023-05-06 Arik SosmanCreate a utility method to generate noöp RGS blobs.
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...
2023-03-07 Matt CoralloStop pruning the network graph on startup
2023-02-09 Matt CoralloMerge pull request #26 from andrei-21/feature/configure...
2023-02-08 AndreiConfigure network
2022-11-08 Matt CoralloMerge pull request #19 from TheBlueMatt/main
2022-10-27 Matt CoralloPrune the network graph immediately prior to generating...
2022-10-27 Matt CoralloUpdate LDK to 0.0.112
2022-08-23 ArikMerge pull request #10 from TheBlueMatt/2022-08-no...
2022-08-23 ArikMerge pull request #7 from TheBlueMatt/2022-08-fix...
2022-08-23 Matt CoralloRemove unused fields and function in lib.rs
2022-08-23 Matt CoralloRemove indirection in initial sync completion
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 CoralloDrop Arcs around the TestLogger, as its an empty struct...
2022-08-22 Matt CoralloSubstantially reduce boilerplate and Arcs in download_g...
2022-08-22 Matt CoralloClean up the flow and variables in lib.rs and main.rs
2022-08-22 Arik SosmanInitial commit.