Skip to content

Commit

Permalink
refactor the service.
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos committed Mar 2, 2023
1 parent 856e1e8 commit dfa6bf7
Show file tree
Hide file tree
Showing 15 changed files with 762 additions and 720 deletions.
124 changes: 54 additions & 70 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ members = [
"ecosystem/indexer-grpc/indexer-grpc-cache-worker",
"ecosystem/indexer-grpc/indexer-grpc-data-service",
"ecosystem/indexer-grpc/indexer-grpc-file-store",
"ecosystem/indexer-grpc/indexer-grpc-file-store-data-verifier",
"ecosystem/indexer-grpc/indexer-grpc-fullnode",
"ecosystem/indexer-grpc/indexer-grpc-utils",
"ecosystem/node-checker",
Expand Down Expand Up @@ -227,7 +226,6 @@ aptos-indexer-grpc-data-service = { path = "ecosystem/indexer-grpc/indexer-grpc-
aptos-indexer-grpc-file-store = { path = "ecosystem/indexer-grpc/indexer-grpc-file-store" }
aptos-indexer-grpc-fullnode = { path = "ecosystem/indexer-grpc/indexer-grpc-fullnode" }
aptos-indexer-grpc-utils = { path = "ecosystem/indexer-grpc/indexer-grpc-utils" }
aptos-indexer-grpc-file-store-data-verifier = { path = "ecosystem/indexer-grpc/indexer-grpc-file-store-data-verifier" }
aptos-infallible = { path = "crates/aptos-infallible" }
aptos-inspection-service = { path = "crates/inspection-service" }
aptos-jellyfish-merkle = { path = "storage/jellyfish-merkle" }
Expand Down Expand Up @@ -326,11 +324,11 @@ bytes = "1.1.0"
chrono = { version = "0.4.19", features = ["clock", "serde"] }
cfg-if = "1.0.0"
claims = "0.7"
clap = { version = "3.2.17", features = ["derive", "env", "suggestions"] }
clap = { version = "3.2.23", features = ["derive", "env", "suggestions"] }
clap_complete = "3.2.3"
cloud-storage = { version = "0.11.1", features = ["global-client"] }
codespan-reporting = "0.11.1"
console-subscriber = "0.1.6"
console-subscriber = "0.1.8"
const_format = "0.2.26"
criterion = "0.3.5"
criterion-cpu-time = "0.1.0"
Expand Down
258 changes: 141 additions & 117 deletions crates/aptos-protos/src/pb/aptos.datastream.v1.rs

Large diffs are not rendered by default.

28 changes: 17 additions & 11 deletions crates/aptos-protos/src/pb/aptos.transaction.v1.serde.rs

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

Loading

0 comments on commit dfa6bf7

Please sign in to comment.