Skip to content

Commit 29d62ca

Browse files
Remove deprecated solana-sdk dependency (#590)
* feat: remove solana-sdk dependency Signed-off-by: GitHub <[email protected]> * refactor: refer `agave-geyser-plugin-interface` for solana version - `solana-sdk` version was fetched from Cargo.lock - to set the solana version - since it is depreacted - `agave-geyser-plugin-interface` is now being used Signed-off-by: GitHub <[email protected]> * rafactor: bump version numbes Signed-off-by: GitHub <[email protected]> * refactor: update Changelog Signed-off-by: GitHub <[email protected]> --------- Signed-off-by: GitHub <[email protected]>
1 parent a884a0b commit 29d62ca

File tree

18 files changed

+736
-1024
lines changed

18 files changed

+736
-1024
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ The minor version will be incremented upon a breaking change and the patch versi
1616

1717
### Breaking
1818

19+
## 2025-06-01
20+
21+
- @triton-one/yellowstone-grpc@4.1.0
22+
- yellowstone-grpc-client-simple-7.0.0
23+
- yellowstone-grpc-client-7.0.0
24+
- yellowstone-grpc-geyser-7.0.0
25+
- yellowstone-grpc-proto-7.0.0
26+
27+
### Breaking
28+
29+
- geyser, plugin, proto: remove deprecated `solana-sdk` dependency ([#590](https://github.com/rpcpool/yellowstone-grpc/pull/590))
30+
1931
## 2025-05-01
2032

2133
- @triton-one/yellowstone-grpc@4.1.0
@@ -703,7 +715,7 @@ The minor version will be incremented upon a breaking change and the patch versi
703715
- tools: correctly handle SIGINT in kafka ([#219](https://github.com/rpcpool/yellowstone-grpc/pull/219))
704716
- geyser: use Ordering::Relaxed instead of SeqCst ([#221](https://github.com/rpcpool/yellowstone-grpc/pull/221))
705717
- proto: add optional field `ping` to `SubscribeRequest` ([#227](https://github.com/rpcpool/yellowstone-grpc/pull/227))
706-
- geyser: remove startup_status (allow reload plugin) ([#230](https://github.com/rpcpool/yellowstone-grpc/pull/230))
718+
- geyser: remove startup_status (allow reload plugin) ([#230](https://github.com/rpcpool/yellowstone-grpc/pull/230))
707719

708720
### Features
709721

0 commit comments

Comments
 (0)