Updated @terra-money/terra.js to 3.0.7
Removed @terra-money/wallet-provider
Removed walletAddress parameter from getIsTransferCompletedTerra
Fantom support
Aurora support
added parseSequencesFromLog*
Terra NFT token bridge
getIsTransferCompleted on NFT bridge
export for wasm, createPostVaaInstructionSolana, createVerifySignaturesInstructionsSolana, postVaaSolana, postVaaSolanaWithRetry, and getSignedVAAWithRetry
re-export top level objects ethers_contracts, solana, terra, rpc, utils, bridge, token_bridge, nft_bridge
added postVaaSolanaWithRetry, which will retry transactions which failed during processing
added createVerifySignaturesInstructions, createPostVaaInstruction, which allows users to construct the postVaa process for themselves at the instruction level
added chunks and sendAndConfirmTransactionsWithRetry as utility functions
added integration tests for postVaaSolanaWithRetry
initial Oasis support
deprecated postVaaSolana
initial AVAX testnet support
getSignedVAAHash
getIsTransferCompleted
CHAIN_ID_ETHEREUM_ROPSTEN
separate cjs and esm builds
updateWrappedOnSolana
top-level export getSignedVAAWithRetry
uint8ArrayToNative utility function for converting to native addresses from the uint8 format
Include node target wasms in lib
Integration tests
NodeJS target wasm
Ability to update attestations on EVM chains & Terra.
nativeToHexString utility function for converting native addresses into VAA hex format.
Polygon ChainId
Changed function signature of attestFromTerra to be consistent with other terra functions
Removed hardcoded fees on terra transactions
Allow separate payer and owner for Solana transfers
Support multiple EVM chains
Support native Terra tokens
Fixed nft_bridge getForeignAssetEth
NFT Bridge Support
getClaimAddressSolana
createMetaOnSolana
redeemOnEthNative
transferFromEthNative
Migration
NFT Bridge
Fixed number overflow
Fixed guardian set index
Fix move postinstall to build
Initial release