feat: smart relay pool

This commit is contained in:
codytseng 2026-01-05 18:20:32 +08:00
parent d1b3a8c4c7
commit 695f2fe017
4 changed files with 59 additions and 11 deletions

8
package-lock.json generated
View file

@ -60,7 +60,7 @@
"lru-cache": "^11.0.2",
"lucide-react": "^0.469.0",
"next-themes": "^0.4.6",
"nostr-tools": "^2.17.0",
"nostr-tools": "^2.19.1",
"nstart-modal": "^2.0.0",
"path-to-regexp": "^8.2.0",
"qr-code-styling": "^1.9.2",
@ -9930,9 +9930,9 @@
}
},
"node_modules/nostr-tools": {
"version": "2.17.0",
"resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.17.0.tgz",
"integrity": "sha512-lrvHM7cSaGhz7F0YuBvgHMoU2s8/KuThihDoOYk8w5gpVHTy0DeUCAgCN8uLGeuSl5MAWekJr9Dkfo5HClqO9w==",
"version": "2.19.4",
"resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.19.4.tgz",
"integrity": "sha512-qVLfoTpZegNYRJo5j+Oi6RPu0AwLP6jcvzcB3ySMnIT5DrAGNXfs5HNBspB/2HiGfH3GY+v6yXkTtcKSBQZwSg==",
"license": "Unlicense",
"dependencies": {
"@noble/ciphers": "^0.5.1",