- Rust 1.78;
- Cosmwasm optimizer 0.16;
- CosmWasm STD is upgraded to v2.0;
- ICQ balances query is improved to support a list of denoms to query balances of;
- Proto types generation; for Stargate queries and messages;
- ICQ for proposal voters;
MsgRegisterInterchainAccountResponse
binding response is added, so now contracts are able to catchchannel_id
andport_id
directly in a reply handler ofMsgRegisterInterchainAccount
;- Bindings for Slinky Oracle and MarketMap;
limit_sell_price
is added toPlaceLimitOrder
DEX message;
Bindings for Neutron Dex module is added.
- feat: cw dex bindings by @swelf19 in #120
Now Neutron-SDK supports ICQ and ICTX helpers for different version of Cosmos-SDK and specifically 0.9.0 release introduces ICQ and ICTX helpers for Cosmos SDK 0.47.
So if your contract requires interaction with remote chain that uses Cosmos SDK 0.47 you should use helpers from v047
packages.
- ICQ helpers for Cosmos SDK 0.47 by @pr0n00gler in #133
- Feat: missing tokenfactory bindings by @pr0n00gler in #128
- Add grpc option
IncludePoolData
toQueryUserDeposits
by @sotnikov-s in #127 - Add query for validators signing infos and unbonding delegations query by @albertandrejev in #122
- NTRN-201 fix potential overflow during delegations reconstruct by @quasisamurai in #132
- Remove usage of deprecated
data
field in Neutron SDK ICTX helper for SDK 0.47 chains & update SDK 0.45 helper to backw compat NTRN-223 by @quasisamurai in #134