Skip to content

Commit

Permalink
solana: update to 1.17.5 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Nov 14, 2023
1 parent c82dfb8 commit 9735b6d
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-14

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

### Features

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

## 2023-11-13

- yellowstone-grpc-client-1.12.0+solana.1.17.4
Expand Down
66 changes: 33 additions & 33 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
resolver = "2"
members = [
"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
"examples/rust", # 1.11.0+solana.1.17.5
"yellowstone-grpc-client", # 1.12.0+solana.1.17.5
"yellowstone-grpc-geyser", # 1.11.0+solana.1.17.5
"yellowstone-grpc-proto", # 1.11.0+solana.1.17.5
"yellowstone-grpc-tools", # 1.0.0-rc.6+solana.1.17.5
]

[workspace.package]
Expand All @@ -17,11 +17,11 @@ license = "Apache-2.0"
keywords = ["solana"]

[workspace.dependencies]
solana-account-decoder = "=1.17.4"
solana-geyser-plugin-interface = "=1.17.4"
solana-logger = "=1.17.4"
solana-sdk = "=1.17.4"
solana-transaction-status = "=1.17.4"
solana-account-decoder = "=1.17.5"
solana-geyser-plugin-interface = "=1.17.5"
solana-logger = "=1.17.5"
solana-sdk = "=1.17.5"
solana-transaction-status = "=1.17.5"

[profile.release]
debug = true
Expand Down
2 changes: 1 addition & 1 deletion 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.4"
version = "1.11.0+solana.1.17.5"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down
16 changes: 8 additions & 8 deletions yellowstone-grpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "yellowstone-grpc-client"
version = "1.12.0+solana.1.17.4"
authors = ["Triton One"]
edition = "2021"
version = "1.12.0+solana.1.17.5"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Simple Client"
homepage = "https://triton.one"
repository = "https://github.com/rpcpool/yellowstone-grpc"
license = "Apache-2.0"
keywords = ["solana"]
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }

[dependencies]
bytes = "1.3.0"
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.4" }
yellowstone-grpc-proto = { path = "../yellowstone-grpc-proto", version = "1.11.0+solana.1.17.5" }

[dev-dependencies]
tokio = { version = "1.32.0", features = ["macros"] }
2 changes: 1 addition & 1 deletion 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.4"
version = "1.11.0+solana.1.17.5"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Plugin"
Expand Down
2 changes: 1 addition & 1 deletion 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.4"
version = "1.11.0+solana.1.17.5"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
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.4"
version = "1.0.0-rc.6+solana.1.17.5"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Tools"
Expand Down

0 comments on commit 9735b6d

Please sign in to comment.