2021-11-08 23:22:50 -08:00
|
|
|
# Changelog
|
|
|
|
|
2021-11-29 01:51:10 -08:00
|
|
|
## 0.0.10
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
uint8ArrayToNative utility function for converting to native addresses from the uint8 format
|
|
|
|
|
|
|
|
Include node target wasms in lib
|
|
|
|
|
|
|
|
## 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-11-08 23:22:50 -08:00
|
|
|
## 0.0.8
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
Polygon ChainId
|
|
|
|
|
|
|
|
## 0.0.7
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
Changed function signature of attestFromTerra to be consistent with other terra functions
|
|
|
|
|
|
|
|
Removed hardcoded fees on terra transactions
|
|
|
|
|
|
|
|
## 0.0.6
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
Allow separate payer and owner for Solana transfers
|
|
|
|
|
|
|
|
Support multiple EVM chains
|
|
|
|
|
|
|
|
Support native Terra tokens
|
|
|
|
|
|
|
|
Fixed nft_bridge getForeignAssetEth
|
|
|
|
|
|
|
|
## 0.0.5
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
NFT Bridge Support
|
|
|
|
|
|
|
|
getClaimAddressSolana
|
|
|
|
|
|
|
|
createMetaOnSolana
|
|
|
|
|
|
|
|
## 0.0.4
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
redeemOnEthNative
|
|
|
|
|
|
|
|
transferFromEthNative
|
|
|
|
|
|
|
|
## 0.0.3
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
Migration
|
|
|
|
|
|
|
|
NFT Bridge
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
Fixed number overflow
|
|
|
|
|
|
|
|
Fixed guardian set index
|
|
|
|
|
|
|
|
## 0.0.2
|
|
|
|
|
|
|
|
Fix move postinstall to build
|
|
|
|
|
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
Initial release
|