-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: kickjump-bot[bot] <179439731+kickjump-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4299f64
commit 150a277
Showing
5 changed files
with
165 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# 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.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 2024-09-12 | ||
|
||
### <!-- 0 -->🎉 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 | ||
|
||
### <!-- 2 -->🚜 Refactor | ||
|
||
- update the name of anchor wallet trait | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
||
- add warning when using `namespace` with `TestValidatorRunnerProps` | ||
- prepare for initial release | ||
|
||
### <!-- 5 -->🎨 Styling | ||
|
||
- lint all files | ||
|
||
### <!-- 6 -->🧪 Testing | ||
|
||
- basic tests for `MemoryWallet` now succeed | ||
- passing tests for `wasm_client_solana` | ||
- write first tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 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.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 2024-09-12 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
||
- use `WalletSolana` for signing anchor transactions | ||
- add memory based standard wallet implementation | ||
- initial implementation of websockets | ||
- initial commit | ||
|
||
### <!-- 1 -->🐛 Bug Fixes | ||
|
||
- import `DefaultHasher` from compatible path | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
||
- prepare for initial release | ||
|
||
### <!-- 6 -->🧪 Testing | ||
|
||
- passing tests for `wasm_client_solana` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# 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.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 2024-09-12 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
||
- use `WalletSolana` for signing anchor transactions | ||
- add `Stream` support for solana client websockets | ||
- initial implementation of websockets | ||
- initial commit | ||
|
||
### <!-- 2 -->🚜 Refactor | ||
|
||
- update the name of anchor wallet trait | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
||
- remove references to unrelated projects | ||
- prepare for initial release | ||
|
||
### <!-- 5 -->🎨 Styling | ||
|
||
- update lints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# 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.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 2024-09-12 | ||
|
||
### <!-- 0 -->🎉 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 | ||
|
||
### <!-- 2 -->🚜 Refactor | ||
|
||
- switch methods to use builder pattern | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
||
- prepare for initial release | ||
|
||
### <!-- 5 -->🎨 Styling | ||
|
||
- update lints | ||
- update linting | ||
|
||
### <!-- 6 -->🧪 Testing | ||
|
||
- basic tests for `MemoryWallet` now succeed | ||
- passing tests for `wasm_client_solana` | ||
- write first tests |