Skip to content

Releases: ifiokjr/wasm_solana

test_utils_solana@v0.4.1

03 Oct 06:20
8ffa708
Compare
Choose a tag to compare

🎉 Added

  • new Unsubscription struct which unsubscribes from rpc websocket methods

⚙️ Miscellaneous Tasks

  • update formatting

wasm_client_solana@v0.3.1

28 Sep 12:54
1c4ebe4
Compare
Choose a tag to compare

🎉 Added

  • support browsers for subscriptions
  • automate AbortController::abort on wasm Request drop

🐛 Bug Fixes

  • websocket url generator
  • wasm HttpProvider only aborts if fetch is still pending

🧪 Testing

  • make wasm tests work in browser
  • initial basic wasm tests

⚙️ Miscellaneous Tasks

  • remove unused deps

wasm_client_anchor@v0.2.1

28 Sep 12:55
1c4ebe4
Compare
Choose a tag to compare

🎉 Added

  • add create_program_client macro and test usage
  • add create_program_client_macro for implementing request methods for anchor clients
  • include WalletAnchor in prelude

🐛 Bug Fixes

  • export and use internal async_trait in macros
  • rename signed_versioned_transaction to signed_transaction

⚙️ Miscellaneous Tasks

  • remove unused deps

wallet_standard_wallets@v0.1.5

28 Sep 13:07
1c4ebe4
Compare
Choose a tag to compare

🧪 Testing

  • update test scripts and features

wallet_standard_browser@v0.2.0

28 Sep 13:05
1c4ebe4
Compare
Choose a tag to compare

🎉 Added

  • [breaking] make signed_transaction return VersionedTransaction

⚙️ Miscellaneous Tasks

  • remove unused deps

wallet_standard@v0.2.0

28 Sep 12:53
1c4ebe4
Compare
Choose a tag to compare

🎉 Added

  • [breaking] make signed_transaction return VersionedTransaction

test_utils_solana@v0.4.0

28 Sep 13:05
1c4ebe4
Compare
Choose a tag to compare

🐛 Bug Fixes

  • [breaking] remove ssr and js features since wasm doesn't actually work for test_utils_solana

🧪 Testing

  • remove invalid feature in tests
  • initial basic wasm tests

⚙️ Miscellaneous Tasks

  • remove unused deps

wasm_client_solana@v0.3.0

21 Sep 12:52
dfdddf4
Compare
Choose a tag to compare

🎉 Added

  • make Context::slot public
  • make spawn_local public
  • [breaking] remove &mut requirement for all *_subscribe methods

🐛 Bug Fixes

  • update builder methods for LogsSubscribeRequest
  • resolve broken support for streams

wasm_client_anchor@v0.2.0

21 Sep 12:53
dfdddf4
Compare
Choose a tag to compare

🎉 Added

  • support subscription to emit! anchor Event
  • [breaking] rename external module to __private

wallet_standard_wallets@v0.1.4

21 Sep 13:04
dfdddf4
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

  • updated the following local packages: wasm_client_solana