Releases: ifiokjr/wasm_solana
Releases · ifiokjr/wasm_solana
[email protected]
🎉 Added
- add
AnchorRequestMethods::blockhash
trait method
[email protected]
⚙️ Miscellaneous Tasks
- updated the following local packages: wasm_client_anchor
[email protected]
🎉 Added
- [breaking] rename and add
authority
toinitialize_address_lookup_table
🐛 Bug Fixes
- update instances of
pubkey
andsign_message
after rename
[email protected]
🐛 Bug Fixes
- update instances of
pubkey
andsign_message
after rename
[email protected]
🐛 Bug Fixes
- update instances of
pubkey
andsign_message
after rename
[email protected]
🐛 Bug Fixes
- move
solana
specific features - update instances of
pubkey
andsign_message
after rename
[email protected]
🎉 Added
- [breaking] rename
pubkey
toWalletSolanaPubkey::solana_pubkey
to prevent clashes - [breaking] rename
sign_message
toWalletSolanaSignMessage::sign_message_async
🐛 Bug Fixes
- update instances of
pubkey
andsign_message
after rename
[email protected]
⚙️ Miscellaneous Tasks
- updated the following local packages: wallet_standard, wasm_client_anchor, wasm_client_solana
[email protected]
🎉 Added
- [breaking] add
async
methods directly toVersionedTransactionExtension
- add serialize and deserialize support to more method structs
[email protected]
🎉 Added
- [breaking] support address lookup tables in anchor transactions
🚜 Refactor
- [breaking] remove
AsyncSigner