Use separate tokio runtime for gossip persistence.
[rapid-gossip-sync-server] / src / persistence.rs
2024-03-22 Arik SosmanUse separate tokio runtime for gossip persistence.
2024-02-06 ArikMerge pull request #71 from TheBlueMatt/main
2024-01-29 Matt CoralloDo DB insertions in parallel
2023-11-11 Matt CoralloMerge pull request #65 from arik-so/announcement-histor...
2023-11-04 Arik SosmanAllow seen override for announcements.
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-08-17 Matt CoralloMerge pull request #54 from arik-so/2023/08/incremental...
2023-08-17 Arik SosmanCreate method for obtaining UTC-prepared Postgres client.
2023-08-13 Matt CoralloMerge pull request #51 from arik-so/2023/08/pre_test_re...
2023-08-03 Arik SosmanRemove println from persistence.rs
2023-08-02 Arik SosmanSwitch Logger from Arc to Deref.
2023-08-02 Arik SosmanAllow custom logger types.
2023-07-10 ArikMerge pull request #43 from TheBlueMatt/main
2023-07-10 Matt CoralloRequire DB insertions to complete in fifteen seconds
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-14 Matt CoralloDrop the composite_index in favor of a multi-column...
2022-09-13 Matt CoralloDrop redundant block_height column on announcements...
2022-09-13 Matt CoralloSimplify composite index construction somewhat
2022-09-13 Matt CoralloUse more appropriate data types for SCIDs, direction...
2022-09-13 Matt CoralloDrop the chain_hash column
2022-09-13 Matt CoralloAdd upgrade query support
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 CoralloDrop spurious comments 2022-08-fix-deadlock
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 CoralloCleanup network graph persisting and ensure write succeeds 2022-08-cleanups
2022-08-22 Matt CoralloDrop Arcs around the TestLogger, as its an empty struct...
2022-08-22 Matt CoralloClean up the flow and variables in lib.rs and main.rs
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.