Merge pull request #78 from arik-so/conservative-announcements
[rapid-gossip-sync-server] / src / config.rs
2024-03-24 ArikMerge pull request #74 from TheBlueMatt/main
2024-03-23 Matt CoralloFix indentation in `test_ln_peers`
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.
2024-01-29 Matt CoralloMerge pull request #70 from domZippilli/2024/01/load...
2024-01-25 Dominic ZippilliIgnore trailing commas when parsing peers, and log...
2023-10-19 Matt CoralloMerge pull request #63 from arik-so/2023/10/ordering_fix
2023-10-19 Arik SosmanOptimize indices for expired value fix lookup.
2023-10-12 Matt CoralloMerge pull request #60 from arik-so/2023/08/first_unit_test
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 SosmanConnect peers independently.
2023-09-06 Matt CoralloMerge pull request #57 from arik-so/2023/08/old-increme...
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-17 Matt CoralloMerge pull request #54 from arik-so/2023/08/incremental...
2023-08-17 Arik SosmanCreate indices for schema version 12.
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-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 CoralloRemove unused `consider_intermediate_updates` flag...
2023-07-16 Matt CoralloSubstantially optimize reference-row-fetching
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 CoralloLet postgres filter timestamps rather than doing it...
2023-07-02 Matt CoralloMerge pull request #39 from arik-so/2023-06-announcemen...
2023-06-27 Arik SosmanSend reminders for stale-ish channels.
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-04-03 Matt CoralloMerge pull request #21 from jurvis/jurvis/2022-11-rgs...
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-08 Matt CoralloMerge pull request #19 from TheBlueMatt/main
2022-11-08 Matt CoralloSet per-table autovacuum thresholds low
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 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 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 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-22 Arik SosmanInitial commit.