Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
kickjump-bot[bot] authored Sep 12, 2024
1 parent 150a277 commit e6db62b
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 0 deletions.
29 changes: 29 additions & 0 deletions crates/test_utils_solana/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- basic tests for `MemoryWallet` now succeed
- passing tests for `wasm_client_solana`
- write first tests

## [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
21 changes: 21 additions & 0 deletions crates/wallet_standard_browser/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### <!-- 6 -->🧪 Testing

- passing tests for `wasm_client_solana`

## [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`
23 changes: 23 additions & 0 deletions crates/wallet_standard_wallets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- basic tests for `MemoryWallet` now succeed
- passing tests for `wasm_client_solana`
- write first tests

## [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
22 changes: 22 additions & 0 deletions crates/wasm_client_anchor/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### <!-- 5 -->🎨 Styling

- update lints

## [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
30 changes: 30 additions & 0 deletions crates/wasm_client_solana/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- basic tests for `MemoryWallet` now succeed
- passing tests for `wasm_client_solana`
- write first tests

## [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

0 comments on commit e6db62b

Please sign in to comment.