Skip to content

Commit

Permalink
v0 and v1 availability modules
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Feb 10, 2025
1 parent 3b42047 commit d8d460c
Show file tree
Hide file tree
Showing 12 changed files with 559 additions and 301 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.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ libp2p-swarm-derive = { version = "0.35" }
typenum = "1"
cbor4ii = { version = "1.0", features = ["serde1"] }
serde_bytes = { version = "0.11" }
semver = "1"
num_cpus = "1"
dashmap = "6"
memoize = { version = "0.4", features = ["full"] }
Expand Down
1 change: 1 addition & 0 deletions hotshot-query-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ lazy_static = "1"
prometheus = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
semver = { workspace = true }
snafu = "0.8"
surf-disco = "0.9"
tagged-base64 = "0.4"
Expand Down
Loading

0 comments on commit d8d460c

Please sign in to comment.