Skip to content

Commit

Permalink
solana: update to 1.17.24
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Mar 6, 2024
1 parent 93a9da5 commit bd0f162
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 50 deletions.
15 changes: 15 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

## 2024-03-05

- yellowstone-grpc-client-1.14.0+solana.1.17.24
- yellowstone-grpc-geyser-1.13.0+solana.1.17.24
- yellowstone-grpc-proto-1.13.0+solana.1.17.24
- yellowstone-grpc-tools-1.0.0-rc.10+solana.1.17.24

### Features

- solana: update to 1.17.24

## 2024-03-04

- yellowstone-grpc-client-1.14.0+solana.1.17.22
Expand Down Expand Up @@ -47,6 +58,10 @@ The minor version will be incremented upon a breaking change and the patch versi
- yellowstone-grpc-proto-1.12.0+solana.1.17.20
- yellowstone-grpc-tools-1.0.0-rc.9+solana.1.17.20

### Features

- solana: update to 1.17.20

## 2024-01-26

- yellowstone-grpc-client-1.13.0+solana.1.17.18
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.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
resolver = "2"
members = [
"examples/rust", # 1.12.0+solana.1.17.22
"yellowstone-grpc-client", # 1.14.0+solana.1.17.22
"yellowstone-grpc-geyser", # 1.13.0+solana.1.17.22
"yellowstone-grpc-proto", # 1.13.0+solana.1.17.22
"yellowstone-grpc-tools", # 1.0.0-rc.10+solana.1.17.22
"examples/rust", # 1.12.0+solana.1.17.24
"yellowstone-grpc-client", # 1.14.0+solana.1.17.24
"yellowstone-grpc-geyser", # 1.13.0+solana.1.17.24
"yellowstone-grpc-proto", # 1.13.0+solana.1.17.24
"yellowstone-grpc-tools", # 1.0.0-rc.10+solana.1.17.24
]

[workspace.package]
Expand Down Expand Up @@ -51,11 +51,11 @@ serde = "1.0.145"
serde_json = "1.0.86"
serde_yaml = "0.9.25"
sha2 = "0.10.7"
solana-account-decoder = "=1.17.22"
solana-geyser-plugin-interface = "=1.17.22"
solana-logger = "=1.17.22"
solana-sdk = "=1.17.22"
solana-transaction-status = "=1.17.22"
solana-account-decoder = "=1.17.24"
solana-geyser-plugin-interface = "=1.17.24"
solana-logger = "=1.17.24"
solana-sdk = "=1.17.24"
solana-transaction-status = "=1.17.24"
spl-token-2022 = "0.9.0"
thiserror = "1.0"
tokio = "1.21.2"
Expand All @@ -66,8 +66,8 @@ tonic-health = "0.10.2"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
vergen = "8.2.1"
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.14.0+solana.1.17.22" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.13.0+solana.1.17.22" }
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.14.0+solana.1.17.24" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.13.0+solana.1.17.24" }

[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.12.0+solana.1.17.22"
version = "1.12.0+solana.1.17.24"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down
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.14.0+solana.1.17.22"
version = "1.14.0+solana.1.17.24"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Simple Client"
Expand Down
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.13.0+solana.1.17.22"
version = "1.13.0+solana.1.17.24"
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.13.0+solana.1.17.22"
version = "1.13.0+solana.1.17.24"
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.10+solana.1.17.22"
version = "1.0.0-rc.10+solana.1.17.24"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Tools"
Expand Down

0 comments on commit bd0f162

Please sign in to comment.