16 June 2021
Here is the release.
- Change
NUMBER_OF_BLOCKS
toBLOCKS_IN_YEAR
. - Change
BLOCKS_IN_YEAR
from4_906_443
to4_656_810
.
12 May 2021
Here is the release.
- Fix
operationHandler
function to support onlyMsg[]
.
10 May 2021
First release.
-
Supports only the Terra blockchain.
-
Works with Anchor protocol contracts on both the testnet (Tequila-004) and mainnet (Columbus-4).
-
Supports the
deposit
,withdraw
, andsend
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
-
Supports
market
and userbalance
queries. -
Supports
customSigner
,customBroadcaster
, andloggable
.