Astrovault
Change Log
[1.0.0]
- Set the version to
1.0.0to indicate this package is compatible with cosmwasm v1
[0.1.8]
Added
- On
standard_pool, add to enumQueryMsg:OhlcMinDataOhlcHourData
- On
router, add to enumQueryMsg:RoutePoolsType
Changed
- On
router,QueryMsg::RoutePoolsTypeadd the asset_info. - On
router,QueryMsg::RouteSwapSimulationadd to_spot_price field.
[0.1.5]
Added
- On
staking_derivative, add to enumQueryMsg:AllUsersWithdrawals
- On
router, add to enumQueryMsg:RouteSummary
Changed
- Update cosmwasm dependencies from
1.4.0to1.4.5
[0.1.4]
Added
- On
ratio_pool_factory, add to enumQueryMsg:PoolMaxRatioVariationPoolRatioExpirationTimePoolSettingsInfo
Changed
- On
ratio_pool, onQueryMsgchange theStateResponsestruct to include thepool_settings_infofield.
[0.1.3]
Improvements
- Make router input more flexible, now one of 3 methods (pool_id, pool_address and pool_asset_infos) of indicating the pool of a hop can be used (using
PoolInfoInput)
Added
- On
staking_derivative, addbulk_distributor_distribute_rewards_overfield toQueryMsg::Configresponse structConfigResponse. - On
router, add the following:RouterReceiveMsg::RouteV2ExecuteMsg::ExecuteHopV2PoolHopInfo
- On
router, add new query message to simulate a predefined routeQueryMsg::RouteSwapSimulation. - On
standard_pool_factory,stable_pool_factoryandratio_pool_factory, add new query messagesQueryMsg::PoolInfoandQueryMsg::PoolId. - On
standard_pool,stable_poolandratio_pool, add fieldidto theQueryMsg::Stateresponse structStateResponse.
Deprecated
- On
router, deprecate the following:ExecuteMsg::ExecuteHopHopRouteStandardHopInfoStableHopInfoRatioHopInfo