Skip to content

Commit

Permalink
solana: update to 1.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 13, 2023
1 parent 8f1cc8b commit 1997131
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 55 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ The minor version will be incremented upon a breaking change and the patch versi

### Breaking

## 2023-11-13

- yellowstone-grpc-client-1.12.0+solana.1.17.4
- yellowstone-grpc-geyser-1.11.0+solana.1.17.4
- yellowstone-grpc-proto-1.11.0+solana.1.17.4
- yellowstone-grpc-tools-1.0.0-rc.6+solana.1.17.4

### Features

- solana: update to 1.17.4 ([#234](https://github.com/rpcpool/yellowstone-grpc/pull/234))

## 2023-11-01

- @triton-one/yellowstone-grpc:0.3.0
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.11.0+solana.1.17.1
"yellowstone-grpc-client", # 1.12.0+solana.1.17.1
"yellowstone-grpc-geyser", # 1.11.0+solana.1.17.1
"yellowstone-grpc-proto", # 1.11.0+solana.1.17.1
"yellowstone-grpc-tools", # 1.0.0-rc.6+solana.1.17.1
"examples/rust", # 1.11.0+solana.1.17.4
"yellowstone-grpc-client", # 1.12.0+solana.1.17.4
"yellowstone-grpc-geyser", # 1.11.0+solana.1.17.4
"yellowstone-grpc-proto", # 1.11.0+solana.1.17.4
"yellowstone-grpc-tools", # 1.0.0-rc.6+solana.1.17.4
]

[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.11.0+solana.1.17.1"
version = "1.11.0+solana.1.17.4"
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.17.1"
solana-transaction-status = "=1.17.1"
solana-sdk = "=1.17.4"
solana-transaction-status = "=1.17.4"
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" }
4 changes: 2 additions & 2 deletions 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.12.0+solana.1.17.1"
version = "1.12.0+solana.1.17.4"
authors = ["Triton One"]
edition = "2021"
description = "Yellowstone gRPC Geyser Simple Client"
Expand All @@ -16,7 +16,7 @@ http = "0.2.8"
thiserror = "1.0"
tonic = { version = "0.10.2", features = ["gzip", "tls", "tls-roots"] }
tonic-health = "0.10.2"
yellowstone-grpc-proto = { path = "../yellowstone-grpc-proto", version = "1.11.0+solana.1.17.1" }
yellowstone-grpc-proto = { path = "../yellowstone-grpc-proto", version = "1.11.0+solana.1.17.4" }

[dev-dependencies]
tokio = { version = "1.32.0", features = ["macros"] }
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.11.0+solana.1.17.1"
version = "1.11.0+solana.1.17.4"
authors = ["Triton One"]
edition = "2021"
description = "Yellowstone gRPC Geyser Plugin"
Expand All @@ -26,10 +26,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.17.1"
solana-logger = "=1.17.1"
solana-sdk = "=1.17.1"
solana-transaction-status = "=1.17.1"
solana-geyser-plugin-interface = "=1.17.4"
solana-logger = "=1.17.4"
solana-sdk = "=1.17.4"
solana-transaction-status = "=1.17.4"
spl-token-2022 = { version = "0.9.0", features = ["no-entrypoint"] }
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "time", "fs"] }
tokio-stream = "0.1.11"
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.11.0+solana.1.17.1"
version = "1.11.0+solana.1.17.4"
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.17.1"
solana-sdk = "=1.17.1"
solana-transaction-status = "=1.17.1"
solana-account-decoder = "=1.17.4"
solana-sdk = "=1.17.4"
solana-transaction-status = "=1.17.4"
tonic = "0.10.2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-tools"
version = "1.0.0-rc.6+solana.1.17.1"
version = "1.0.0-rc.6+solana.1.17.4"
authors = ["Triton One"]
edition = "2021"
description = "Yellowstone gRPC Tools"
Expand Down

0 comments on commit 1997131

Please sign in to comment.