Merge pull request #78 from arik-so/conservative-announcements
[rapid-gossip-sync-server] / src / types.rs
2024-03-24 ArikMerge pull request #74 from TheBlueMatt/main
2024-03-23 Matt CoralloBump LDK to 0.0.121/rust-bitcoin 0.30, bumping MSRV...
2023-10-19 Matt CoralloMerge pull request #63 from arik-so/2023/10/ordering_fix
2023-10-19 Arik SosmanAllow setting custom gossip seen timestamps.
2023-10-12 Matt CoralloMerge pull request #60 from arik-so/2023/08/first_unit_test
2023-10-05 Arik SosmanUse schema as test logger id.
2023-09-08 Arik SosmanCreate TestLogger.
2023-08-13 Matt CoralloMerge pull request #51 from arik-so/2023/08/pre_test_re...
2023-08-04 Arik SosmanAllow log threshold configuration.
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 CoralloUpgrade to LDK 0.0.116-alpha1
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-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 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 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.