Skip to content

Releases: ifiokjr/wasm_solana

[email protected]

13 Sep 11:45
227d05d
Compare
Choose a tag to compare

🎉 Added

  • use WalletSolana for signing anchor transactions
  • add memory based standard wallet implementation
  • initial implementation of websockets
  • initial commit

🐛 Bug Fixes

  • import DefaultHasher from compatible path

📚 Documentation

  • prepare for initial release

🧪 Testing

  • passing tests for wasm_client_solana

[email protected]

13 Sep 16:05
d07987d
Compare
Choose a tag to compare

🚜 Refactor

  • remove unused imports

📚 Documentation

  • add wallet-standard github repo link
  • update crate readme description

[email protected]

13 Sep 16:17
d07987d
Compare
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
  • initial implementation of websockets
  • initial commit

🚜 Refactor

  • update the name of anchor wallet trait

📚 Documentation

  • add warning when using namespace with TestValidatorRunnerProps
  • prepare for initial release

🎨 Styling

  • lint all files

🧪 Testing

  • basic tests for MemoryWallet now succeed
  • passing tests for wasm_client_solana
  • write first tests

[email protected]

13 Sep 09:40
571cb5b
Compare
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
  • initial implementation of websockets
  • initial commit

🚜 Refactor

  • update the name of anchor wallet trait

📚 Documentation

  • add warning when using namespace with TestValidatorRunnerProps
  • prepare for initial release

🎨 Styling

  • lint all files

🧪 Testing

  • basic tests for MemoryWallet now succeed
  • passing tests for wasm_client_solana
  • write first tests