-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nostrdb
updated
15 files
+3 −2 | .envrc | |
+6 −0 | .gitignore | |
+21 −9 | Makefile | |
+1 −0 | README.md | |
+5 −1 | TODO | |
+97 −1 | ndb.c | |
+1 −1 | shell.nix | |
+2 −2 | src/bolt11/tal.h | |
+2 −2 | src/config.h | |
+1 −12 | src/cursor.h | |
+978 −72 | src/nostrdb.c | |
+25 −4 | src/nostrdb.h | |
+1 −3 | src/protected_queue.h | |
+232 −21 | test.c | |
+3 −3 | testdata/profile-updates.json |