Skip to content

Commit

Permalink
Various improvements coming out of stress testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsasari committed Jul 30, 2024
1 parent a1b23a8 commit 4f7a1f1
Show file tree
Hide file tree
Showing 17 changed files with 1,480 additions and 853 deletions.
154 changes: 137 additions & 17 deletions Cargo.lock

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

17 changes: 14 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
[workspace]
members = [ "common", "service", "enclave", "enclave-interface", "client", "client-interface" ]
members = [
"common",
"service",
"enclave",
"enclave-interface",
"client",
"client-interface",
"stress-tool"
]
resolver = "2"

[workspace.package]
homepage = "https://projectglove.io/"
repository = "https://github.com/projectglove/glove-monorepo/"
version = "0.0.6"
version = "0.0.7"

[workspace.dependencies]
anyhow = "1.0.86"
Expand All @@ -26,7 +34,9 @@ parity-scale-codec = "3.6.12"
bigdecimal = "0.4.3"
clap = { version = "4.5.4", features = ["derive"] }
tokio = { version = "1.37.0" }
reqwest = { version = "0.12.4", features = ["json"] }
reqwest = { version = "0.12.4" }
reqwest-middleware = "0.3.2"
reqwest-retry = "0.6.0"
strum = { version = "0.26.2", features = ["derive"] }
axum = "0.7.5"
itertools = "0.13.0"
Expand All @@ -45,3 +55,4 @@ sha2 = "0.10.8"
flate2 = "1.0.30"
aws-config = "1.5.4"
aws-sdk-dynamodb = "1.38.0"
aws-smithy-runtime-api = "1.7.1"
Loading

0 comments on commit 4f7a1f1

Please sign in to comment.