wormhole/sdk/js/CHANGELOG.md

84 lines
1011 B
Markdown
Raw Normal View History

# Changelog
## 0.0.10
uint8ArrayToNative utility function for converting to native addresses from the uint8 format
## 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.
## 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