rapid-gossip-sync-server
2023-10-05 Arik SosmanUse schema as test logger id.
2023-10-05 Arik SosmanCreate first unit test.
2023-10-05 Arik SosmanUpgrade to LDK 117.
2023-09-08 Arik SosmanCreate TestLogger.
2023-09-07 Arik SosmanCreate test-aware db env vars.
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-09-06 Matt CoralloMerge pull request #57 from arik-so/2023/08/old-increme...
2023-09-06 Arik SosmanSend full updates after old last seen updates.
2023-09-02 Matt CoralloMerge pull request #59 from arik-so/2023/08/custom...
2023-09-01 Arik SosmanDynamically adjust snapshot scopes.
2023-09-01 Arik SosmanDistinguish between snapshot and symlink intervals.
2023-08-31 Graham KrizekAllow the snapshot interval to be configurable in the...
2023-08-28 Matt CoralloMerge pull request #55 from arik-so/2023/08/multiplicat...
2023-08-28 Arik SosmanFix multiplication overflow bug.
2023-08-17 Matt CoralloMerge pull request #54 from arik-so/2023/08/incremental...
2023-08-17 Arik SosmanCreate indices for schema version 12.
2023-08-17 Arik SosmanCreate method for obtaining UTC-prepared Postgres client.
2023-08-17 Arik SosmanSend full updates whenever the channel announcement...
2023-08-17 Arik SosmanFix ordering of intermediate commits to ensure the...
2023-08-17 Matt CoralloMerge pull request #53 from arik-so/2023/08/query-times...
2023-08-17 Arik SosmanSwitch timestamp reads to use i64.
2023-08-16 Arik SosmanSwitch timestamp queries to use f64.
2023-08-13 Matt CoralloMerge pull request #49 from TheBlueMatt/main
2023-08-13 Matt CoralloMake snapshotter a bit more amenable to changes in...
2023-08-13 Matt CoralloOnly generate as many symlinks as we need (rather than...
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-03 Arik SosmanRemove println from verifier.rs
2023-08-03 Arik SosmanRemove println from tracking.rs
2023-08-03 Arik SosmanRemove println from snapshot.rs
2023-08-03 Arik SosmanRemove println from persistence.rs
2023-08-03 Arik SosmanRemove println from lookup.rs
2023-08-03 Arik SosmanRemove println from lib.rs
2023-08-02 Arik SosmanSwitch Logger from Arc to Deref.
2023-08-02 Arik SosmanAllow custom logger types.
2023-08-02 Arik SosmanUpgrade to 116 release.
2023-07-16 ArikMerge pull request #48 from TheBlueMatt/2023-07-further-opt
2023-07-16 Matt CoralloCorrect upgrade logic to ignore missing indexes 2023-07-further-opt
2023-07-16 Matt CoralloDrop overly optimistic index
2023-07-16 Matt CoralloFurther optimize intermediate row fetching by filtering...
2023-07-16 Matt CoralloEnforce panic = abort in all build modes
2023-07-16 Matt CoralloUpgrade to LDK 0.0.116-alpha1
2023-07-16 Matt CoralloDon't hold the `NetworkGraph` read lock across an await...
2023-07-16 Matt CoralloSwitch to streaming queries
2023-07-16 Matt CoralloBump tokio to latest LTS version now that we have a...
2023-07-16 Matt CoralloSwitch to Rust edition 2021
2023-07-16 Matt CoralloRemove unused `consider_intermediate_updates` flag...
2023-07-16 Matt CoralloSubstantially optimize reference-row-fetching
2023-07-10 ArikMerge pull request #43 from TheBlueMatt/main
2023-07-10 Matt CoralloRequire DB insertions to complete in fifteen seconds
2023-07-02 ArikMerge pull request #42 from TheBlueMatt/main
2023-07-02 Matt CoralloRedo indexes for new SELECTs and trivially tweak one...
2023-07-02 Matt CoralloBuild reminder updates with correct SCID field
2023-07-02 Matt CoralloLet postgres filter timestamps rather than doing it...
2023-07-02 Matt CoralloFix query compat with Postgres 13
2023-07-02 Matt CoralloClean up SQL query formatting to make them somewhat...
2023-07-02 Matt CoralloReduce data loaded from the `channel_update` table...
2023-07-02 Matt CoralloMerge pull request #39 from arik-so/2023-06-announcemen...
2023-06-28 Matt CoralloMerge pull request #40 from arik-so/2023-06-0.0.115
2023-06-27 Arik SosmanOmit reminders for channels with incomplete data.
2023-06-27 Arik SosmanCreate dummy flags without secondary lookup query.
2023-06-27 Arik SosmanSend reminders for stale-ish channels.
2023-06-27 Arik SosmanFix first update lookup.
2023-06-27 Arik SosmanUpdate to 0.0.115.
2023-06-12 Matt CoralloMerge pull request #38 from TheBlueMatt/main
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...
next