9 releases
new 0.1.8 | Sep 24, 2024 |
---|---|
0.1.7 | Sep 23, 2024 |
0.1.5 | Aug 8, 2024 |
0.1.4 | Feb 23, 2024 |
0.1.0 | Sep 1, 2023 |
#302 in Magic Beans
583 downloads per month
170KB
4K
SLoC
Astrovault
Change Log
[0.1.8]
Added
- On
standard_pool
, add to enumQueryMsg
:OhlcMinData
OhlcHourData
- On
router
, add to enumQueryMsg
:RoutePoolsType
Changed
- On
router
,QueryMsg::RoutePoolsType
add the asset_info. - On
router
,QueryMsg::RouteSwapSimulation
add 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.0
to1.4.5
[0.1.4]
Added
- On
ratio_pool_factory
, add to enumQueryMsg
:PoolMaxRatioVariation
PoolRatioExpirationTime
PoolSettingsInfo
Changed
- On
ratio_pool
, onQueryMsg
change theStateResponse
struct to include thepool_settings_info
field.
[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_over
field toQueryMsg::Config
response structConfigResponse
. - On
router
, add the following:RouterReceiveMsg::RouteV2
ExecuteMsg::ExecuteHopV2
PoolHopInfo
- On
router
, add new query message to simulate a predefined routeQueryMsg::RouteSwapSimulation
. - On
standard_pool_factory
,stable_pool_factory
andratio_pool_factory
, add new query messagesQueryMsg::PoolInfo
andQueryMsg::PoolId
. - On
standard_pool
,stable_pool
andratio_pool
, add fieldid
to theQueryMsg::State
response structStateResponse
.
Deprecated
- On
router
, deprecate the following:ExecuteMsg::ExecuteHop
Hop
Route
StandardHopInfo
StableHopInfo
RatioHopInfo
Dependencies
~4–6MB
~130K SLoC