rapid-gossip-sync-server
2023-06-05 Matt CoralloRemoved unused_mut rejection and fix some unused `mut`s
2023-06-05 Matt CoralloMerge pull request #37 from marctyndel/configurable...
2023-06-05 Marc Tyndelquick fix to be able to set the caches path via env...
2023-05-16 Matt CoralloMerge pull request #35 from andrei-21/fix/dummy-symlink
2023-05-16 AndreiFix dummy symlink
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-24 Matt CoralloMerge pull request #31 from benthecarman/ignore-cargo...
2023-04-15 benthecarmanRemove need to pin deps
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-16 Matt CoralloWrite an `update_time.txt` file out to make monitoring...
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...
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 ArikMerge pull request #24 from andrei-21/feature/configure...
2023-02-08 AndreiLowercase network values
2023-02-08 AndreiMake ln peers configurable
2023-02-08 AndreiConfigure network
2022-11-15 Jurvis TanCreate simple docker-compose for testnet
2022-11-08 Matt CoralloMerge pull request #19 from TheBlueMatt/main
2022-11-08 Matt CoralloPin once_cell to 1.14 to fix MSRV
2022-11-08 Matt CoralloSet per-table autovacuum thresholds low
2022-10-27 Matt CoralloPrune the network graph immediately prior to generating...
2022-10-27 Matt CoralloUpdate LDK to 0.0.112
2022-09-14 ArikMerge pull request #14 from TheBlueMatt/main
2022-09-14 Matt CoralloAdd one additional index which postgres prefers as...
2022-09-14 Matt CoralloDrop useless indexes, add (very) useful indxes after...
2022-09-14 Matt CoralloDrop unused columns from SELECT queries
2022-09-14 Matt CoralloDrop the composite_index in favor of a multi-column...
2022-09-13 Matt CoralloAdd some further indexes on channel_updates to match...
2022-09-13 Matt CoralloDrop redundant block_height column on announcements...
2022-09-13 Matt CoralloSimplify composite index construction somewhat
2022-09-13 Matt CoralloUpdate to LDK 0.0.111, rust-bitcoin 0.29
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-09-13 Matt CoralloDrop several unused dependencies
2022-08-23 Matt CoralloMerge pull request #13 from arik-so/2022-08-envvar...
2022-08-23 Arik SosmanChange bitcoin REST endpoint default port to the standa...
2022-08-23 Matt CoralloMerge pull request #11 from arik-so/2022-08-envvar...
2022-08-23 Arik SosmanRename environment variables to reflect the name of...
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 CoralloDon't hold the counter lock while verifying gossip...
2022-08-23 Matt CoralloRemove unused fields and function in lib.rs
2022-08-23 Matt CoralloRemove indirection in initial sync completion
2022-08-23 Matt CoralloSkip pinning cpufeatures, which has fixed its MSRV 2022-08-no-pin-cpufeatures
2022-08-23 Matt CoralloMerge pull request #9 from arik-so/2022-08-snapshot...
2022-08-22 Arik SosmanAlways pin dependencies for 1.48.0.
2022-08-22 Arik SosmanReference canonical timestamps when generating snapshots.
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 Arik SosmanAdd 0.bin symlink for clients requiring an initial...
2022-08-22 Matt CoralloCleanup network graph persisting and ensure write succeeds 2022-08-cleanups
2022-08-22 Matt CoralloTrivial cleanups in lookup.rs
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 Matt CoralloRemove unnecessary Arcs in verifier.rs
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 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 ArikMerge pull request #3 from lightningdevkit/readme_fixups
2022-08-22 Arik SosmanFix readme links.
2022-08-22 ArikMerge pull request #2 from lightningdevkit/readme_fixups
2022-08-22 Arik SosmanFix readme.
2022-08-22 Arik SosmanInitial commit.
2022-05-20 Arik SosmanInitial commit