wormhole/sdk/js-query/CHANGELOG.md

46 lines
574 B
Markdown
Raw Normal View History

2024-02-14 13:40:28 -08:00
## 0.0.10
Fix SolanaAccount mock for bad rentEpoch parsing
Add axios as dependency to avoid errors for mock users
2024-01-25 11:55:47 -08:00
## 0.0.9
Fix SolanaAccount mock for minContextSlot
## 0.0.8
Add signaturesToEvmStruct utility
2024-01-25 11:55:47 -08:00
Fix SolanaAccount mock for dataSliceOffset == 0
## 0.0.7
Add EthCallByTimestamp mock support
2024-01-19 11:12:52 -08:00
Add SolanaAccount support
2023-11-09 19:01:44 -08:00
## 0.0.6
Deserialization support
2023-11-07 08:22:03 -08:00
## 0.0.5
Mock support
2023-10-31 16:25:13 -07:00
## 0.0.4
Add ethCallWithFinality support
2023-10-19 13:40:52 -07:00
## 0.0.3
Explicitly import buffer
## 0.0.2
Switch out web3.utils.keccak256 for @ethersproject/keccak256
## 0.0.1
2023-10-19 13:40:52 -07:00
Initial release