Skip to content

Commit

Permalink
solana: update to 1.17.4 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Nov 13, 2023
1 parent 8f1cc8b commit c82dfb8
Show file tree
Hide file tree
Showing 8 changed files with 106 additions and 67 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.

26 changes: 21 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
[workspace]
resolver = "2"
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
]

[workspace.package]
authors = ["Triton One"]
edition = "2021"
homepage = "https://triton.one"
repository = "https://github.com/rpcpool/yellowstone-grpc"
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"

[profile.release]
debug = true
lto = true
Expand Down
14 changes: 9 additions & 5 deletions examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "yellowstone-grpc-client-simple"
version = "1.11.0+solana.1.17.1"
authors = ["Triton One"]
edition = "2021"
version = "1.11.0+solana.1.17.4"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
publish = false

[[bin]]
Expand All @@ -21,8 +25,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 = { workspace = true }
solana-transaction-status = { workspace = true }
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"] }
18 changes: 11 additions & 7 deletions yellowstone-grpc-geyser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[package]
name = "yellowstone-grpc-geyser"
version = "1.11.0+solana.1.17.1"
authors = ["Triton One"]
edition = "2021"
version = "1.11.0+solana.1.17.4"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Plugin"
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
publish = false

[lib]
Expand All @@ -26,10 +30,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 = { workspace = true }
solana-logger = { workspace = true }
solana-sdk = { workspace = true }
solana-transaction-status = { workspace = true }
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
20 changes: 10 additions & 10 deletions yellowstone-grpc-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
name = "yellowstone-grpc-proto"
version = "1.11.0+solana.1.17.1"
authors = ["Triton One"]
edition = "2021"
version = "1.11.0+solana.1.17.4"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
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]
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 = { workspace = true }
solana-sdk = { workspace = true }
solana-transaction-status = { workspace = true }
tonic = "0.10.2"

[build-dependencies]
Expand Down
Loading

0 comments on commit c82dfb8

Please sign in to comment.