Skip to content

Releases: ifiokjr/wasm_solana

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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

🧪 Testing

  • update test scripts and features

[email protected]

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

🎉 Added

  • [breaking] make signed_transaction return VersionedTransaction

⚙️ Miscellaneous Tasks

  • remove unused deps

[email protected]

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

🎉 Added

  • [breaking] make signed_transaction return VersionedTransaction

[email protected]

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

[email protected]

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

[email protected]

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

🎉 Added

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

[email protected]

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

⚙️ Miscellaneous Tasks

  • updated the following local packages: wasm_client_solana