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 Dec 13, 2024
1 parent 809457f commit a3021ca
Show file tree
Hide file tree
Showing 53 changed files with 10,682 additions and 2,438 deletions.
113 changes: 80 additions & 33 deletions Cargo.lock

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

10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,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_block = "0.1.1"
Expand Down Expand Up @@ -711,8 +713,8 @@ prometheus-http-query = "0.5.2"
prometheus-parse = "0.2.4"
proptest = "1.4.0"
proptest-derive = "0.4.0"
prost = { version = "0.12.3", features = ["no-recursion-limit"] }
prost-types = "0.12.3"
prost = { version = "0.13.3", features = ["no-recursion-limit"] }
prost-types = "0.13.3"
quanta = "0.10.1"
quick_cache = "0.5.1"
quick-junit = "0.5.0"
Expand Down Expand Up @@ -807,15 +809,15 @@ tokio-stream = { version = "0.1.14", features = ["fs"] }
tokio-test = "0.4.1"
tokio-util = { version = "0.7.2", features = ["compat", "codec"] }
toml = "0.7.4"
tonic = { version = "0.11.0", features = [
tonic = { version = "0.12.3", features = [
"tls-roots",
"transport",
"prost",
"gzip",
"codegen",
"zstd",
] }
tonic-reflection = "0.11.0"
tonic-reflection = "0.12.3"
topological-sort = "0.2.2"
triomphe = "0.1.9"
tsify-next = "0.5.4"
Expand Down
Loading

0 comments on commit a3021ca

Please sign in to comment.