Skip to content

Releases: ifiokjr/wasm_solana

[email protected]

19 Oct 11:31
2f1be60
Compare
Choose a tag to compare

🎉 Added

  • add AnchorRequestMethods::blockhash trait method

[email protected]

19 Oct 11:41
2f1be60
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

  • updated the following local packages: wasm_client_anchor

[email protected]

13 Oct 11:45
ccbb071
Compare
Choose a tag to compare

🎉 Added

  • [breaking] rename and add authority to initialize_address_lookup_table

🐛 Bug Fixes

  • update instances of pubkey and sign_message after rename

[email protected]

13 Oct 11:46
ccbb071
Compare
Choose a tag to compare

🐛 Bug Fixes

  • update instances of pubkey and sign_message after rename

[email protected]

13 Oct 11:58
ccbb071
Compare
Choose a tag to compare

🐛 Bug Fixes

  • update instances of pubkey and sign_message after rename

[email protected]

13 Oct 11:57
ccbb071
Compare
Choose a tag to compare

🐛 Bug Fixes

  • move solana specific features
  • update instances of pubkey and sign_message after rename

[email protected]

13 Oct 11:44
ccbb071
Compare
Choose a tag to compare

🎉 Added

  • [breaking] rename pubkey to WalletSolanaPubkey::solana_pubkey to prevent clashes
  • [breaking] rename sign_message to WalletSolanaSignMessage::sign_message_async

🐛 Bug Fixes

  • update instances of pubkey and sign_message after rename

[email protected]

13 Oct 11:57
ccbb071
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

  • updated the following local packages: wallet_standard, wasm_client_anchor, wasm_client_solana

[email protected]

12 Oct 17:42
1cbe380
Compare
Choose a tag to compare

🎉 Added

  • [breaking] add async methods directly to VersionedTransactionExtension
  • add serialize and deserialize support to more method structs

[email protected]

12 Oct 17:43
1cbe380
Compare
Choose a tag to compare

🎉 Added

  • [breaking] support address lookup tables in anchor transactions

🚜 Refactor

  • [breaking] remove AsyncSigner