2021-08-18 14:05:39 -07:00
# Changelog
2021-12-27 09:26:17 -08:00
## 0.1.6
### Added
added parseSequencesFromLog\*
2022-01-07 13:38:39 -08:00
2022-01-07 08:13:02 -08:00
Terra NFT token bridge
2022-01-07 13:38:39 -08:00
2022-01-07 08:13:02 -08:00
getIsTransferCompleted on NFT bridge
2021-12-27 09:26:17 -08:00
2022-01-07 13:38:39 -08:00
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
2021-12-15 14:19:06 -08:00
## 0.1.5
2021-12-27 09:26:17 -08:00
### Added
2021-12-15 14:19:06 -08:00
2021-12-27 09:26:17 -08:00
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
2021-12-15 14:19:06 -08:00
2021-12-20 13:12:27 -08:00
initial Oasis support
2021-12-27 09:26:17 -08:00
### Changed
deprecated postVaaSolana
2021-12-10 11:07:28 -08:00
## 0.1.4
initial AVAX testnet support
2021-12-09 13:00:50 -08:00
## 0.1.3
### Added
getSignedVAAHash
getIsTransferCompleted
2021-11-22 21:47:34 -08:00
## 0.1.1
### Added
CHAIN_ID_ETHEREUM_ROPSTEN
2021-11-21 16:18:37 -08:00
## 0.1.0
2021-11-19 11:31:29 -08:00
### Added
2021-11-21 16:18:37 -08:00
separate cjs and esm builds
2021-11-19 11:31:29 -08:00
updateWrappedOnSolana
2021-11-21 16:18:37 -08:00
top-level export getSignedVAAWithRetry
2021-11-08 14:23:59 -08:00
## 0.0.10
2021-11-12 16:01:40 -08:00
### Added
2021-11-08 14:23:59 -08:00
uint8ArrayToNative utility function for converting to native addresses from the uint8 format
2021-11-12 16:01:40 -08:00
Include node target wasms in lib
2021-11-05 12:18:12 -07:00
## 0.0.9
### Added
Integration tests
NodeJS target wasm
Ability to update attestations on EVM chains & Terra.
nativeToHexString utility function for converting native addresses into VAA hex format.
2021-10-26 14:02:53 -07:00
## 0.0.8
### Added
Polygon ChainId
2021-10-22 09:33:05 -07:00
## 0.0.7
### Changed
Changed function signature of attestFromTerra to be consistent with other terra functions
Removed hardcoded fees on terra transactions
2021-10-18 09:42:47 -07:00
## 0.0.6
2021-09-16 08:34:31 -07:00
2021-09-22 08:43:27 -07:00
### Changed
2021-10-18 09:42:47 -07:00
Allow separate payer and owner for Solana transfers
2021-10-18 10:39:51 -07:00
2021-10-18 09:42:47 -07:00
Support multiple EVM chains
2021-10-18 10:39:51 -07:00
2021-10-18 09:42:47 -07:00
Support native Terra tokens
2021-10-18 10:39:51 -07:00
2021-09-22 08:43:27 -07:00
Fixed nft_bridge getForeignAssetEth
2021-09-21 14:02:42 -07:00
## 0.0.5
### Added
NFT Bridge Support
2021-10-18 10:39:51 -07:00
2021-09-21 14:02:42 -07:00
getClaimAddressSolana
2021-10-18 10:39:51 -07:00
2021-09-21 14:02:42 -07:00
createMetaOnSolana
2021-09-19 23:03:49 -07:00
## 0.0.4
### Added
redeemOnEthNative
2021-10-18 10:39:51 -07:00
2021-09-19 23:03:49 -07:00
transferFromEthNative
2021-09-16 08:34:31 -07:00
## 0.0.3
### Added
Migration
2021-10-18 10:39:51 -07:00
2021-09-16 08:34:31 -07:00
NFT Bridge
### Changed
Fixed number overflow
2021-10-18 10:39:51 -07:00
2021-09-16 08:34:31 -07:00
Fixed guardian set index
2021-09-08 08:27:12 -07:00
## 0.0.2
2021-09-16 08:34:31 -07:00
Fix move postinstall to build
2021-09-08 08:27:12 -07:00
2021-08-18 14:05:39 -07:00
## 0.0.1
Initial release