Skip to content

Commit

Permalink
remove module feature. will wait for grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Jul 13, 2024
1 parent 288fe60 commit 74a576e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion packages/proto-build/src/code_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl CodeGenerator {

fn generate_mod_file(&self) {
mod_gen::generate_mod_file(&self.absolute_out_dir());
mod_gen::add_root_features(&self.absolute_out_dir());
// mod_gen::add_root_features(&self.absolute_out_dir()); // disable until grpc enabled
}

fn transform(&self) {
Expand Down
9 changes: 0 additions & 9 deletions packages/provwasm-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,3 @@ serde = { workspace = true, default-features = false, features = ["derive"] }
serde-cw-value = "0.7.0"
base64 = "0.21.0"
strum_macros = "0.25.3"

[features]
default = ["cosmos", "provenance"]
capability = []
cosmos = ["tendermint"]
cosmwasm = []
ibc = []
provenance = ["ibc"]
tendermint = []

0 comments on commit 74a576e

Please sign in to comment.