Skip to content

Commit

Permalink
Add optional coordinator pubkey for entry (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tee8z authored Aug 27, 2024
1 parent 03d4f74 commit 4069304
Show file tree
Hide file tree
Showing 17 changed files with 1,727 additions and 1,614 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

8 changes: 7 additions & 1 deletion oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ nostr = "0.33.0"
duckdb = { version = "1.0.0" }
fern = { version = "0.6.2", features = ["colored"] }
futures = "0.3.28"
hex = "0.4.3"
hyper = "1.4.0"
h2 = "0.4.5"
itertools = "0.13.0"
Expand All @@ -38,7 +39,12 @@ rustix = "0.38.19"
scooby = "0.5.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.117"
time = { version = "0.3.36", features = ["parsing", "formatting", "macros"] }
time = { version = "0.3.36", features = [
"parsing",
"formatting",
"macros",
"serde",
] }
thiserror = "1.0.62"
tokio = { version = "1.35.1", features = [
"macros",
Expand Down
Loading

0 comments on commit 4069304

Please sign in to comment.