Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

51 lines (35 loc) · 2.33 KB

Changelog

0.11.0

Improvements

Added

  • Proto types generation; for Stargate queries and messages;
  • ICQ for proposal voters;
  • MsgRegisterInterchainAccountResponse binding response is added, so now contracts are able to catch channel_id and port_id directly in a reply handler of MsgRegisterInterchainAccount;
  • Bindings for Slinky Oracle and MarketMap;
  • limit_sell_price is added to PlaceLimitOrder DEX message;

0.10.0

Bindings for Neutron Dex module is added.

Added

  • feat: cw dex bindings by @swelf19 in #120

0.9.0

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.

Added

  • ICQ helpers for Cosmos SDK 0.47 by @pr0n00gler in #133
  • Feat: missing tokenfactory bindings by @pr0n00gler in #128
  • Add grpc option IncludePoolData to QueryUserDeposits by @sotnikov-s in #127
  • Add query for validators signing infos and unbonding delegations query by @albertandrejev in #122

Fixed

  • NTRN-201 fix potential overflow during delegations reconstruct by @quasisamurai in #132

Changed

  • 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