Releases: pina-rs/wasm_solana
Releases · pina-rs/wasm_solana
[email protected]
📚 Documentation
- include crate
readme.md
[email protected]
📚 Documentation
- include crate
readme.md
[email protected]
⚙️ Miscellaneous Tasks
- updated the following local packages: wallet_standard, wasm_client_anchor, wasm_client_solana
[email protected]
🎉 Added
- use native
Pubkey,HashandSignaturetypes in structs
[email protected]
⚙️ Miscellaneous Tasks
- make crate versioning independent
[email protected]
🧪 Testing
- add
BanksClienttests forMemoryWallet
⚙️ Miscellaneous Tasks
- make crate versioning independent
[email protected]
🎉 Added
- use
esm.shinstead of node
🐛 Bug Fixes
copy:jscommand forapp.jsandwallet.jswasm binding
🚜 Refactor
- remove unnecessary export
⚙️ Miscellaneous Tasks
- make crate versioning independent
[email protected]
🚜 Refactor
strip_optionmethods toSolanaSignAndSendTransactionProps
⚙️ Miscellaneous Tasks
- make crate versioning independent
[email protected]
🎉 Added
- add new fields to
TestValidatorRunnerProps - add
BanksClientassertion macros - [breaking] rename
BanksClientAnchorRequestMethods
⚙️ Miscellaneous Tasks
- make crate versioning independent
[email protected]
🎉 Added
- use
WalletSolanafor signing anchor transactions - add memory based standard wallet implementation
- add
Streamsupport for solana client websockets - add more websocket methods
- initial implementation of websockets
- initial commit
🚜 Refactor
- switch methods to use builder pattern
📚 Documentation
- prepare for initial release
🎨 Styling
- update lints
- update linting
🧪 Testing
- basic tests for
MemoryWalletnow succeed - passing tests for
wasm_client_solana - write first tests