Skip to content

Commit

Permalink
vm_env: use tendermint/tendermint-abcipp features
Browse files Browse the repository at this point in the history
Through some chain of dependencies, vm_env references tendermint proofs
via the core crate. Use one of the tendermint features depending on
abciplus/abcipp for now.
  • Loading branch information
juped committed Jan 11, 2023
1 parent 85c8692 commit 51c4e1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vm_env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ version = "0.12.1"
default = ["abciplus"]
abciplus = [
"namada_core/abciplus",
"namada_core/tendermint",
]
abcipp = [
"namada_core/abcipp",
"namada_core/tendermint-abcipp",
]

[dependencies]
Expand Down

0 comments on commit 51c4e1e

Please sign in to comment.