Skip to content

Commit

Permalink
Switch to async nostrdb
Browse files Browse the repository at this point in the history
This updates notecrumbs to use the new async nostrdb apis.

It is still not ideal, we should try to fetch pubkeys immediately after
we fetch the note, but this is ok for now.

Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Dec 29, 2024
1 parent f85f398 commit f1a80c0
Show file tree
Hide file tree
Showing 11 changed files with 653 additions and 510 deletions.
114 changes: 57 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hyper-util = { version = "0.1.1", features = ["full"] }
http-body-util = "0.1"
log = "0.4.20"
env_logger = "0.10.1"
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "d7ad4a44b929157795601a68542490b4184ae657" }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "b4dfb0b29d6537d9f5f852028bd34c5ccff4c839" }
#nostrdb = { path = "/home/jb55/src/rust/nostrdb-rs" }
#nostrdb = "0.1.6"
#nostr-sdk = { git = "https://github.com/damus-io/nostr-sdk.git", rev = "fc0dc7b38f5060f171228b976b9700c0135245d3" }
Expand Down
Loading

0 comments on commit f1a80c0

Please sign in to comment.