Cargo Features
[dependencies]
mito-protocol = { version = "0.2.7-fixed-docs", default-features = false, features = ["backtraces", "cosmwasm_1_1"] }
- backtraces
-
for more explicit tests, cargo test --features=backtraces
Enables backtraces of cosmwasm-std ^1.5.0
- default = cosmwasm_1_1
-
The
cosmwasm_1_1
feature is set by default whenevermito-protocol
is added without
somewhere in the dependency tree.default-features = false - cosmwasm_1_1 default
-
Enables cosmwasm_1_1 of cosmwasm-std ^1.5.0
cosmwasm-std:
This feature makes
BankQuery::Supply
available for the contract to call, but requires the host blockchain to run CosmWasm1.1.0
or higher.