mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-08-19 22:50:47 -04:00
.cargo
docs
src
close.rs
config.rs
conn.rs
db.rs
error.rs
event.rs
hexrange.rs
info.rs
lib.rs
main.rs
nip05.rs
schema.rs
server.rs
subscription.rs
utils.rs
tests
.build.yml
.gitignore
.pre-commit-config.yaml
Cargo.lock
Cargo.toml
Dockerfile
LICENSE
README.md
config.toml
reverse-proxy.md
rustfmt.toml
Schema upgrades were buggy from 4->5 (the v5 would be skipped). This change also refactors the logic slightly so that future additions can be clearer (no need to have if and else-if combinations).