Skip to content

Releases: pina-rs/wasm_solana

[email protected]

18 Sep 18:14
c810674

Choose a tag to compare

📚 Documentation

  • include crate readme.md

[email protected]

18 Sep 18:01
c810674

Choose a tag to compare

📚 Documentation

  • include crate readme.md

[email protected]

18 Sep 18:13
c810674

Choose a tag to compare

⚙️ Miscellaneous Tasks

  • updated the following local packages: wallet_standard, wasm_client_anchor, wasm_client_solana

[email protected]

16 Sep 16:10
d9d7e63

Choose a tag to compare

🎉 Added

  • use native Pubkey, Hash and Signature types in structs

[email protected]

16 Sep 16:12
d9d7e63

Choose a tag to compare

⚙️ Miscellaneous Tasks

  • make crate versioning independent

[email protected]

16 Sep 16:24
d9d7e63

Choose a tag to compare

🧪 Testing

  • add BanksClient tests for MemoryWallet

⚙️ Miscellaneous Tasks

  • make crate versioning independent

[email protected]

16 Sep 16:23
d9d7e63

Choose a tag to compare

🎉 Added

  • use esm.sh instead of node

🐛 Bug Fixes

  • copy:js command for app.js and wallet.js wasm binding

🚜 Refactor

  • remove unnecessary export

⚙️ Miscellaneous Tasks

  • make crate versioning independent

[email protected]

16 Sep 16:09
d9d7e63

Choose a tag to compare

🚜 Refactor

  • strip_option methods to SolanaSignAndSendTransactionProps

⚙️ Miscellaneous Tasks

  • make crate versioning independent

[email protected]

16 Sep 16:22
d9d7e63

Choose a tag to compare

🎉 Added

  • add new fields to TestValidatorRunnerProps
  • add BanksClient assertion macros
  • [breaking] rename BanksClientAnchorRequestMethods

⚙️ Miscellaneous Tasks

  • make crate versioning independent

[email protected]

13 Sep 09:29
571cb5b

Choose a tag to compare

🎉 Added

  • use WalletSolana for signing anchor transactions
  • add memory based standard wallet implementation
  • add Stream support 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 MemoryWallet now succeed
  • passing tests for wasm_client_solana
  • write first tests