Skip to content

Commit

Permalink
proto: implement encoding instead of clone to generated (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Nov 20, 2024
1 parent 3123525 commit 1c9dd9d
Show file tree
Hide file tree
Showing 15 changed files with 1,972 additions and 524 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ The minor version will be incremented upon a breaking change and the patch versi

### Fixes

### Features

### Breaking

## 2024-11-20

- yellowstone-grpc-client-simple-3.0.0
- yellowstone-grpc-client-3.0.0
- yellowstone-grpc-geyser-3.0.0
- yellowstone-grpc-proto-3.0.0

### Fixes

- examples: fix commitment in TypeScript example ([#440](https://github.com/rpcpool/yellowstone-grpc/pull/440))
- geyser: fix missed status messages ([#444](https://github.com/rpcpool/yellowstone-grpc/pull/444))

Expand All @@ -28,6 +41,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- proto: move enum Message from geyser crate ([#459](https://github.com/rpcpool/yellowstone-grpc/pull/459))
- proto: move `Filter` from geyser crate ([#466](https://github.com/rpcpool/yellowstone-grpc/pull/466))
- geyser: serialize from custom message istead of generated ([#467](https://github.com/rpcpool/yellowstone-grpc/pull/467))
- proto: implement encoding instead of clone to generated ([#465](https://github.com/rpcpool/yellowstone-grpc/pull/465))

### Breaking

Expand Down
Loading

0 comments on commit 1c9dd9d

Please sign in to comment.