Skip to content

Commit

Permalink
big change
Browse files Browse the repository at this point in the history
Signed-off-by: Guoteng Rao <[email protected]>
  • Loading branch information
grao1991 committed Jan 18, 2025
1 parent 4f7f768 commit 4f4bfad
Show file tree
Hide file tree
Showing 40 changed files with 4,661 additions and 801 deletions.
87 changes: 55 additions & 32 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,11 @@ blst = "0.3.11"
# The __private_bench feature exposes the Fp12 type which we need to implement a multi-threaded multi-pairing.
blstrs = { version = "0.7.1", features = ["serde", "__private_bench"] }
bollard = "0.15"
build_html = "2.5.0"
bulletproofs = { version = "4.0.0" }
byteorder = "1.4.3"
bytes = { version = "1.4.0", features = ["serde"] }
bytesize = { version = "1.3.0" }
camino = { version = "1.1.6" }
chrono = { version = "0.4.19", features = ["clock", "serde"] }
cfg-if = "1.0.0"
Expand Down Expand Up @@ -705,6 +707,8 @@ prometheus-parse = "0.2.4"
proptest = "1.4.0"
proptest-derive = "0.4.0"
prost = { version = "0.13.4", features = ["no-recursion-limit"] }
prost-types = "0.13.3"
quanta = "0.10.1"
quick_cache = "0.5.1"
quick-junit = "0.5.0"
quote = "1.0.18"
Expand Down
15 changes: 15 additions & 0 deletions ecosystem/indexer-grpc/indexer-grpc-data-service-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,25 @@ rust-version = { workspace = true }
[dependencies]
anyhow = { workspace = true }
aptos-indexer-grpc-server-framework = { workspace = true }
aptos-indexer-grpc-utils = { workspace = true }
aptos-protos = { workspace = true }
async-trait = { workspace = true }
build_html = { workspace = true }
clap = { workspace = true }
dashmap = { workspace = true }
futures = { workspace = true }
once_cell = { workspace = true }
prost = { workspace = true }
rand = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true }
tokio-scoped = { workspace = true }
tokio-stream = { workspace = true }
tonic = { workspace = true }
tonic-reflection = { workspace = true }
tracing = { workspace = true }
uuid = { workspace = true }
warp = { workspace = true }

[target.'cfg(unix)'.dependencies]
jemallocator = { workspace = true }
Loading

0 comments on commit 4f4bfad

Please sign in to comment.