Track db schema version 14.
[rapid-gossip-sync-server] / src /
2 days ago Arik SosmanTrack db schema version 14. main
6 days ago Matt CoralloMerge pull request #79 from arik-so/persist-node-data
6 days ago Arik SosmanTest storing node addresses.
6 days ago Arik SosmanTest NodeAnnouncement persistence.
6 days ago Arik SosmanStore serialized addresses and features.
6 days ago Arik SosmanUpdate schema for node announcement and address storage.
8 days ago Matt CoralloMerge pull request #78 from arik-so/conservative-announ...
11 days ago Arik SosmanOnly consider channel announcements with bidirectional...
11 days ago Matt CoralloMerge pull request #77 from arik-so/static-channel...
11 days ago Arik SosmanIncrease reminder snapshot scope interval threshold.
11 days ago Arik SosmanUse reference timestamp for reminder calculation.
11 days ago Arik SosmanAllow passing a timestamp override to snapshot calculation.
11 days ago Arik SosmanMake reminder inclusion more conservative.
11 days ago Arik SosmanUpdate test to reflect new reminder mechanics.
11 days ago Arik SosmanDetect beginning of static channel status streaks.
13 days ago Arik SosmanTest that channels with non-changing updates result...
13 days ago Arik SosmanDon't panic while panicking.
2024-03-24 ArikMerge pull request #74 from TheBlueMatt/main
2024-03-23 Matt CoralloFix unused `Result` in tests
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 SosmanSimplify client creation.
2024-03-22 Arik SosmanUse separate tokio runtime for gossip persistence.
2024-03-22 Arik SosmanFix CI compilation in beta environment.
2024-02-06 ArikMerge pull request #71 from TheBlueMatt/main
2024-02-01 Matt CoralloMerge pull request #72 from lightningdevkit/arik/2024...
2024-01-30 Arik SosmanImprove bitcoind RPC/Rest error message.
2024-01-29 Matt CoralloDo DB insertions in parallel
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...
2024-01-10 Matt CoralloMerge pull request #68 from johncantrell97/118
2023-12-05 John Cantrellbump to ldk 118
2023-11-11 Matt CoralloMerge pull request #65 from arik-so/announcement-histor...
2023-11-04 Arik SosmanTest announcement inclusion logic.
2023-11-04 Arik SosmanInclude old updates when necessary.
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 SosmanOptimize indices for expired value fix lookup.
2023-10-19 Arik SosmanFix expired value being sent as the latest update.
2023-10-19 Arik SosmanReproduce test for expired value being sent as the...
2023-10-19 Arik SosmanCreate snapshot generation test.
2023-10-19 Arik SosmanExtract snapshot generation method.
2023-10-19 Arik SosmanReplicate Mutiny test scenarios.
2023-10-19 Arik SosmanAllow setting custom gossip seen timestamps.
2023-10-15 Matt CoralloMerge pull request #62 from arik-so/2023/10/ordering_fix
2023-10-14 Arik SosmanAssert that schema is uninitialized.
2023-10-12 Matt CoralloMerge pull request #60 from arik-so/2023/08/first_unit_test
2023-10-05 Arik SosmanAssert schema sanitization.
2023-10-05 Arik SosmanUse schema as test logger id.
2023-10-05 Arik SosmanCreate first unit test.
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-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 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 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
next