Cargo Features
[dependencies]
white-whale-std = { version = "2.0.0-alpha.1", default-features = false, features = ["injective", "osmosis", "token_factory", "osmosis_token_factory", "backtraces"] }
- default = osmosis_token_factory
-
The
osmosis_token_factory
feature is set by default wheneverwhite-whale-std
is added without
somewhere in the dependency tree.default-features = false - injective = token_factory
-
Affects
coin::PEGGY_PREFIX
,asset::PEGGY_PREFIX
,pool_network::denom_injective
… - osmosis = osmosis_token_factory
-
Affects
fee::PoolFee.osmosis_fee
,pool_manager::SimulationResponse.osmosis_fee_amount
,pool_manager::ReverseSimulationResponse.osmosis_fee_amount
,pair::PoolFee.osmosis_fee
,pair::Config.cosmwasm_pool_interface
,pair::SimulationResponse.osmosis_fee_amount
,pair::ReverseSimulationResponse.osmosis_fee_amount
,trio::PoolFee.osmosis_fee
,trio::SimulationResponse.osmosis_fee_amount
,trio::ReverseSimulationResponse.osmosis_fee_amount
… - token_factory injective? osmosis_token_factory
-
Affects
pool_network::denom
… - osmosis_token_factory default osmosis? = token_factory
-
this is for the osmosis token factory proto definitions, which defer from the standard token factory :)
Affects
pool_network::denom_osmosis
… - backtraces
-
Enables backtraces of cosmwasm-std ^1.5.4