]> git.bitcoin.ninja Git - rapid-gossip-sync-server/commit
Add an index over `node_announcements(seen, public_key)`
authorMatt Corallo <git@bluematt.me>
Wed, 18 Sep 2024 22:47:07 +0000 (22:47 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 18 Sep 2024 22:47:07 +0000 (22:47 +0000)
commit6aa5f492ed8ea91f49305c9a0dc44a4559f4c1f1
tree773b4ea301fe20c54e680bf2f7f33ddf53f623c5
parentdcb1d49ceff4d23b0c367c6aa9346f7326a06054
Add an index over `node_announcements(seen, public_key)`

Now that we query `node_announcements` and filter by `seen` and
`public_key` we should have an index over them, which we add here.
src/config.rs