-
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.
- Loading branch information
1 parent
8737fc5
commit 12b8473
Showing
14 changed files
with
76 additions
and
17 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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 |
---|---|---|
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.4.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27 | ||
|
||
### <!-- 1 -->🐛 Bug Fixes | ||
|
||
- [**breaking**] remove `ssr` and `js` features since wasm doesn't actually work for `test_utils_solana` | ||
|
||
### <!-- 7 -->⚙️ Miscellaneous Tasks | ||
|
||
- remove unused deps | ||
|
||
## [0.3.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
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
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 |
---|---|---|
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.2.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
||
- [**breaking**] make `signed_transaction` return `VersionedTransaction` | ||
|
||
## [0.1.3](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-18 | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
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
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 |
---|---|---|
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.2.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
||
- [**breaking**] make `signed_transaction` return `VersionedTransaction` | ||
|
||
### <!-- 7 -->⚙️ Miscellaneous Tasks | ||
|
||
- remove unused deps | ||
|
||
## [0.1.4](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21 | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
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
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 |
---|---|---|
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.1.5](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27 | ||
|
||
### <!-- 6 -->🧪 Testing | ||
|
||
- update test scripts and features | ||
|
||
## [0.1.4](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21 | ||
|
||
### <!-- 7 -->⚙️ Miscellaneous Tasks | ||
|
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
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 |
---|---|---|
|
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.2.1](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
||
- add `create_program_client` macro and test usage | ||
- add `create_program_client_macro` for implementing request methods for anchor clients | ||
- include `WalletAnchor` in prelude | ||
|
||
### <!-- 1 -->🐛 Bug Fixes | ||
|
||
- export and use internal `async_trait` in macros | ||
- rename `signed_versioned_transaction` to `signed_transaction` | ||
|
||
### <!-- 7 -->⚙️ Miscellaneous Tasks | ||
|
||
- remove unused deps | ||
|
||
## [0.2.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
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
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 |
---|---|---|
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.3.1](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
||
- automate `AbortController::abort` on wasm `Request` drop | ||
|
||
### <!-- 7 -->⚙️ Miscellaneous Tasks | ||
|
||
- remove unused deps | ||
|
||
## [0.3.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|