Crates.io | astrovault |
lib.rs | astrovault |
version | 1.0.2 |
source | src |
created_at | 2023-09-01 14:28:04.264611 |
updated_at | 2024-10-31 09:03:43.16194 |
description | Common Astrovault global helpers for this project |
homepage | https://astrovault.io |
repository | |
max_upload_size | |
id | 960958 |
size | 126,432 |
router
, add to enum QueryMsg
:
ConnectedPools
1.0.0
to indicate this package is compatible with cosmwasm v1standard_pool
, add to enum QueryMsg
:
OhlcMinData
OhlcHourData
router
, add to enum QueryMsg
:
RoutePoolsType
router
, QueryMsg::RoutePoolsType
add the asset_info.router
, QueryMsg::RouteSwapSimulation
add to_spot_price field.staking_derivative
, add to enum QueryMsg
:
AllUsersWithdrawals
router
, add to enum QueryMsg
:
RouteSummary
1.4.0
to 1.4.5
ratio_pool_factory
, add to enum QueryMsg
:
PoolMaxRatioVariation
PoolRatioExpirationTime
PoolSettingsInfo
ratio_pool
, on QueryMsg
change the StateResponse
struct to include the pool_settings_info
field.PoolInfoInput
)staking_derivative
, add bulk_distributor_distribute_rewards_over
field to QueryMsg::Config
response struct ConfigResponse
.router
, add the following:
RouterReceiveMsg::RouteV2
ExecuteMsg::ExecuteHopV2
PoolHopInfo
router
, add new query message to simulate a predefined route QueryMsg::RouteSwapSimulation
.standard_pool_factory
, stable_pool_factory
and ratio_pool_factory
, add new query messages QueryMsg::PoolInfo
and QueryMsg::PoolId
.standard_pool
, stable_pool
and ratio_pool
, add field id
to the QueryMsg::State
response struct StateResponse
.router
, deprecate the following:
ExecuteMsg::ExecuteHop
Hop
Route
StandardHopInfo
StableHopInfo
RatioHopInfo