Skip to content

Commit

Permalink
added alternative feature locked messages that abstract away from usi…
Browse files Browse the repository at this point in the history
…ng the Any trait
  • Loading branch information
Guy Garcia committed May 28, 2024
1 parent 3551d45 commit cd2c1fd
Show file tree
Hide file tree
Showing 37 changed files with 56,859 additions and 14 deletions.
41 changes: 27 additions & 14 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions packages/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tonic = { version = "0.11.0", optional = true, default-features = false, feature
tendermint-proto = "0.36.0"

[dev-dependencies]
serde_test = "1.0"
anyhow = "1.0.75"
tonic = { version = "0.11.0", features = [
"tls",
Expand All @@ -45,6 +46,8 @@ grpc-transport = ["grpc", "tonic/transport"]
grpc = ["tonic", "tendermint-proto/grpc"]
cosmwasm = []
proto-descriptor = []
# Replaces all structs that use Any with a generic type
replace-any = []

[package.metadata.docs.rs]
all-features = true
Expand Down
Loading

0 comments on commit cd2c1fd

Please sign in to comment.