Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1.17 KB

CHANGELOG

v1.0.2

16 June 2021

Here is the release.

Changed:

  • Change NUMBER_OF_BLOCKS to BLOCKS_IN_YEAR.
  • Change BLOCKS_IN_YEAR from 4_906_443 to 4_656_810.

v1.0.1

12 May 2021

Here is the release.

Added:

  • Fix operationHandler function to support only Msg[].

v1.0.0

10 May 2021

First release.

Features:

  • Supports only the Terra blockchain.

  • Works with Anchor protocol contracts on both the testnet (Tequila-004) and mainnet (Columbus-4).

  • Supports the deposit, withdraw, and send execution functionalities.

    • Supports deposit in the TerraUSD (UST) currency.
    • Supports withdraw in both the TerraUSD (UST) and aUST currencies.
    • Supports send in both the TerraUSD (UST) and aUST currencies.
  • Supports market and user balance queries.

  • Supports customSigner, customBroadcaster, and loggable.