Allow setting custom gossip seen timestamps.
[rapid-gossip-sync-server] / src / downloader.rs
2023-10-19 Arik SosmanAllow setting custom gossip seen timestamps.
2023-08-13 Matt CoralloMerge pull request #51 from arik-so/2023/08/pre_test_re...
2023-08-03 Arik SosmanRemove println from verifier.rs
2023-08-02 Arik SosmanSwitch Logger from Arc to Deref.
2023-08-02 Arik SosmanAllow custom logger types.
2023-06-28 Matt CoralloMerge pull request #40 from arik-so/2023-06-0.0.115
2023-06-27 Arik SosmanUpdate to 0.0.115.
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-11-08 Matt CoralloMerge pull request #19 from TheBlueMatt/main
2022-10-27 Matt CoralloUpdate LDK to 0.0.112
2022-09-14 ArikMerge pull request #14 from TheBlueMatt/main
2022-09-13 Matt CoralloUpdate to LDK 0.0.111, rust-bitcoin 0.29
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 CoralloDon't hold the counter lock while verifying gossip...
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 CoralloCorrect error-matching in downloader
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 ArikMerge pull request #5 from TheBlueMatt/2022-08-block...
2022-08-22 Matt CoralloBlock tasks if the DB writes get behind, rather than... 2022-08-block-on-slow-db
2022-08-22 Arik SosmanInitial commit.