Releases: ifiokjr/wasm_solana
Releases · ifiokjr/wasm_solana
test_utils_solana@v0.4.1
🎉 Added
- new
Unsubscription
struct which unsubscribes from rpc websocket methods
⚙️ Miscellaneous Tasks
- update formatting
wasm_client_solana@v0.3.1
🎉 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
wasm_client_anchor@v0.2.1
🎉 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
wallet_standard_wallets@v0.1.5
🧪 Testing
- update test scripts and features
wallet_standard_browser@v0.2.0
🎉 Added
- [breaking] make
signed_transaction
returnVersionedTransaction
⚙️ Miscellaneous Tasks
- remove unused deps
wallet_standard@v0.2.0
🎉 Added
- [breaking] make
signed_transaction
returnVersionedTransaction
test_utils_solana@v0.4.0
🐛 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
wasm_client_solana@v0.3.0
🎉 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
🎉 Added
- support subscription to
emit!
anchorEvent
- [breaking] rename
external
module to__private
wallet_standard_wallets@v0.1.4
⚙️ Miscellaneous Tasks
- updated the following local packages: wasm_client_solana