Merge pull request #78 from arik-so/conservative-announcements
[rapid-gossip-sync-server] / src / tracking.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...
2024-03-22 Matt CoralloMerge pull request #73 from arik-so/arik/2024-03-tokio...
2024-03-22 Arik SosmanFix CI compilation in beta environment.
2023-09-06 Matt CoralloMerge pull request #56 from arik-so/2023/08/connect...
2023-09-06 Arik SosmanAlways wait 10 seconds prior to attempting reconnection.
2023-09-06 Arik SosmanDon't special-case initial connection attempt.
2023-09-06 Arik SosmanConnect peers independently.
2023-08-13 Matt CoralloMerge pull request #51 from arik-so/2023/08/pre_test_re...
2023-08-03 Arik SosmanRemove println from tracking.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 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-15 Matt CoralloDelay prior to reconnecting peers that have disconnected
2023-03-15 Matt CoralloCall `PeerManager::timer_tick_occurred` regularly to...
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-09-13 Matt CoralloDrop several unused dependencies
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 ArikMerge pull request #4 from TheBlueMatt/2022-08-fix...
2022-08-22 Matt CoralloDon't spawn new single-threaded executors, stay inside... 2022-08-fix-executors
2022-08-22 Arik SosmanInitial commit.