wallet_standard_wallets 0.1.16

A collection of solana wallet implementations primarily used for testing.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.16]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.15...wallet_standard_wallets@v0.1.16 - 2024-12-12

### <!-- 6 -->๐Ÿงช Testing

- remove `test_utils_anchor` from `dev-dependencies`

## [0.1.15]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.14...wallet_standard_wallets@v0.1.15 - 2024-12-12

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- update dependencies and configurations across multiple crates

## [0.1.14]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.13...wallet_standard_wallets@v0.1.14 - 2024-11-04

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- updated the following local packages: wasm_client_solana

## [0.1.13]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.12...wallet_standard_wallets@v0.1.13 - 2024-10-20

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- updated the following local packages: wasm_client_solana

## [0.1.12]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.11...wallet_standard_wallets@v0.1.12 - 2024-10-13

### <!-- 1 -->๐Ÿ› Bug Fixes

- update instances of `pubkey` and `sign_message` after rename

## [0.1.11]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.10...wallet_standard_wallets@v0.1.11 - 2024-10-12

### <!-- 1 -->๐Ÿ› Bug Fixes

- update usage of `VersionedTransactionExtension` methods

## [0.1.10]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.9...wallet_standard_wallets@v0.1.10 - 2024-10-11

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- updated the following local packages: wasm_client_solana

## [0.1.9]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.8...wallet_standard_wallets@v0.1.9 - 2024-10-09

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- updated the following local packages: wasm_client_solana

## [0.1.8]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.7...wallet_standard_wallets@v0.1.8 - 2024-10-08

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- updated the following local packages: wasm_client_solana

## [0.1.7]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.6...wallet_standard_wallets@v0.1.7 - 2024-10-07

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- updated the following local packages: wasm_client_solana

## [0.1.6]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.5...wallet_standard_wallets@v0.1.6 - 2024-10-03

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- update formatting

## [0.1.5]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.4...wallet_standard_wallets@v0.1.5 - 2024-09-28

### <!-- 6 -->๐Ÿงช Testing

- update test scripts and features

## [0.1.4]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.3...wallet_standard_wallets@v0.1.4 - 2024-09-21

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- updated the following local packages: wasm_client_solana

## [0.1.3]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.2...wallet_standard_wallets@v0.1.3 - 2024-09-18

### <!-- 3 -->๐Ÿ“š Documentation

- include crate `readme.md`

## [0.1.2]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.1...wallet_standard_wallets@v0.1.2 - 2024-09-16

### <!-- 6 -->๐Ÿงช Testing

- add `BanksClient` tests for `MemoryWallet`

### <!-- 7 -->โš™๏ธ Miscellaneous Tasks

- make crate versioning independent

## [0.1.1]https://github.com/ifiokjr/wasm_solana/compare/wallet_standard_wallets@v0.1.0...wallet_standard_wallets@v0.1.1 - 2024-09-13

### <!-- 3 -->๐Ÿ“š Documentation

- update crate readme description

## [0.1.0]https://github.com/ifiokjr/wasm_solana/releases/tag/wallet_standard_wallets@v0.1.0 - 2024-09-12

### <!-- 0 -->๐ŸŽ‰ Added

- use `WalletSolana` for signing anchor transactions
- add memory based standard wallet implementation

### <!-- 3 -->๐Ÿ“š Documentation

- prepare for initial release

### <!-- 5 -->๐ŸŽจ Styling

- update lints
- lint all files

### <!-- 6 -->๐Ÿงช Testing

- remove `namespace` from tests
- basic tests for `MemoryWallet` now succeed
- passing tests for `wasm_client_solana`
- write first tests