Releases: ifiokjr/wasm_solana
Releases · ifiokjr/wasm_solana
[email protected]
🎉 Added
- new
Unsubscription
struct which unsubscribes from rpc websocket methods
⚙️ Miscellaneous Tasks
- update formatting
[email protected]
🎉 Added
- support browsers for subscriptions
- automate
AbortController::abort
on wasmRequest
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]
🎉 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
tosigned_transaction
⚙️ Miscellaneous Tasks
- remove unused deps
[email protected]
🧪 Testing
- update test scripts and features
[email protected]
🎉 Added
- [breaking] make
signed_transaction
returnVersionedTransaction
⚙️ Miscellaneous Tasks
- remove unused deps
[email protected]
🎉 Added
- [breaking] make
signed_transaction
returnVersionedTransaction
[email protected]
🐛 Bug Fixes
- [breaking] remove
ssr
andjs
features since wasm doesn't actually work fortest_utils_solana
🧪 Testing
- remove invalid feature in tests
- initial basic wasm tests
⚙️ Miscellaneous Tasks
- remove unused deps
[email protected]
🎉 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]
🎉 Added
- support subscription to
emit!
anchorEvent
- [breaking] rename
external
module to__private
[email protected]
⚙️ Miscellaneous Tasks
- updated the following local packages: wasm_client_solana