Skip to content

Commit

Permalink
solana: update to 1.16.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 5, 2023
1 parent 6c94f54 commit 3d5dede
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 56 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,21 @@ The minor version will be incremented upon a breaking change and the patch versi

### Features

- kafka: support strings for queue size ([#191](https://github.com/rpcpool/yellowstone-grpc/pull/191)).

### Fixes

### Breaking

## 2023-10-05

- yellowstone-grpc-client-1.11.0+solana.1.16.15
- yellowstone-grpc-geyser-1.9.0+solana.1.16.15
- yellowstone-grpc-kafka-1.0.0-rc.1+solana.1.16.15
- yellowstone-grpc-proto-1.10.0+solana.1.16.15

### Features

- kafka: support strings for queue size ([#191](https://github.com/rpcpool/yellowstone-grpc/pull/191)).

## 2023-10-03

- yellowstone-grpc-client-1.11.0+solana.1.16.14
Expand Down
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[workspace]
members = [
"examples/rust", # 1.10.0+solana.1.16.14
"yellowstone-grpc-client", # 1.11.0+solana.1.16.14
"yellowstone-grpc-geyser", # 1.9.0+solana.1.16.14
"yellowstone-grpc-kafka", # 1.0.0-rc.0+solana.1.16.14
"yellowstone-grpc-proto", # 1.10.0+solana.1.16.14
"examples/rust", # 1.10.0+solana.1.16.15
"yellowstone-grpc-client", # 1.11.0+solana.1.16.15
"yellowstone-grpc-geyser", # 1.9.0+solana.1.16.15
"yellowstone-grpc-kafka", # 1.0.0-rc.1+solana.1.16.15
"yellowstone-grpc-proto", # 1.10.0+solana.1.16.15
]

[profile.release]
Expand Down
6 changes: 3 additions & 3 deletions examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-client-simple"
version = "1.10.0+solana.1.16.14"
version = "1.10.0+solana.1.16.15"
authors = ["Triton One"]
edition = "2021"
publish = false
Expand All @@ -21,8 +21,8 @@ hex = "0.4.3"
log = { version = "0.4.14", features = ["std"] }
maplit = "1.0.2"
serde_json = "1.0.86"
solana-sdk = "=1.16.14"
solana-transaction-status = "=1.16.14"
solana-sdk = "=1.16.15"
solana-transaction-status = "=1.16.15"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "time"] }
yellowstone-grpc-client = { path = "../../yellowstone-grpc-client" }
yellowstone-grpc-proto = { path = "../../yellowstone-grpc-proto" }
2 changes: 1 addition & 1 deletion yellowstone-grpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-client"
version = "1.11.0+solana.1.16.14"
version = "1.11.0+solana.1.16.15"
authors = ["Triton One"]
edition = "2021"
description = "Yellowstone gRPC Geyser Simple Client"
Expand Down
10 changes: 5 additions & 5 deletions yellowstone-grpc-geyser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-geyser"
version = "1.9.0+solana.1.16.14"
version = "1.9.0+solana.1.16.15"
authors = ["Triton One"]
edition = "2021"
description = "Yellowstone gRPC Geyser Plugin"
Expand All @@ -25,10 +25,10 @@ log = "0.4.17"
prometheus = "0.13.2"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
solana-geyser-plugin-interface = "=1.16.14"
solana-logger = "=1.16.14"
solana-sdk = "=1.16.14"
solana-transaction-status = "=1.16.14"
solana-geyser-plugin-interface = "=1.16.15"
solana-logger = "=1.16.15"
solana-sdk = "=1.16.15"
solana-transaction-status = "=1.16.15"
spl-token-2022 = "0.9.0"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "time", "fs"] }
tokio-stream = "0.1.11"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-kafka/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-kafka"
version = "1.0.0-rc.0+solana.1.16.14"
version = "1.0.0-rc.1+solana.1.16.15"
authors = ["Triton One"]
edition = "2021"
description = "Yellowstone gRPC Kafka Producer/Dedup/Consumer"
Expand Down
8 changes: 4 additions & 4 deletions yellowstone-grpc-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-proto"
version = "1.10.0+solana.1.16.14"
version = "1.10.0+solana.1.16.15"
authors = ["Triton One"]
edition = "2021"
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand All @@ -12,9 +12,9 @@ keywords = ["solana"]
[dependencies]
bincode = "1.3.3"
prost = "0.12.1"
solana-account-decoder = "=1.16.14"
solana-sdk = "=1.16.14"
solana-transaction-status = "=1.16.14"
solana-account-decoder = "=1.16.15"
solana-sdk = "=1.16.15"
solana-transaction-status = "=1.16.15"
tonic = "0.10.2"

[build-dependencies]
Expand Down

0 comments on commit 3d5dede

Please sign in to comment.