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 whenever mito-protocol is added without default-features = false somewhere in the dependency tree.

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 CosmWasm 1.1.0 or higher.