Skip to content

Commit

Permalink
Cleanup RPC/gRPC server codegen (#1922)
Browse files Browse the repository at this point in the history
* Cleanup RPC/gRPC server codegen

* Fix warnings

* Additional cleanup and prettyplease types output
  • Loading branch information
Jouzo authored Apr 18, 2023
1 parent 6fee45a commit 58e3a9f
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 506 deletions.
17 changes: 14 additions & 3 deletions lib/Cargo.lock

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

4 changes: 2 additions & 2 deletions lib/ain-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ ethereum = "0.14.0"
hex = "0.4.3"
async-trait = "0.1.68"


[build-dependencies]
cxx-gen = "0.7"
heck = "0.4"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.5"
syn = { version = "1.0", features = ["full"] }
syn = { version = "2.0", default-features = false, features = ["parsing", "printing"] }
prost-build = "0.11"
tonic-build = "0.8"
prettyplease = "0.2.4"
Loading

0 comments on commit 58e3a9f

Please sign in to comment.