Skip to content

Commit 022d91c

Browse files
authored
solana: update to 2.0.8 (#419)
1 parent 147be78 commit 022d91c

File tree

8 files changed

+65
-54
lines changed

8 files changed

+65
-54
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ The minor version will be incremented upon a breaking change and the patch versi
1616

1717
### Breaking
1818

19+
## 2024-09-03
20+
21+
- yellowstone-grpc-client-1.16.2+solana.2.0.8
22+
- yellowstone-grpc-geyser-1.16.3+solana.2.0.8
23+
- yellowstone-grpc-proto-1.15.0+solana.2.0.8
24+
- yellowstone-grpc-tools-1.0.0-rc.12+solana.2.0.8
25+
26+
### Features
27+
28+
- solana: update to 2.0.8 ([#419](https://github.com/rpcpool/yellowstone-grpc/pull/419))
29+
1930
## 2024-09-02
2031

2132
- yellowstone-grpc-geyser-1.16.3+solana.2.0.7

Cargo.lock

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"examples/rust", # 1.14.1+solana.2.0.7
5-
"yellowstone-grpc-client", # 1.16.2+solana.2.0.7
6-
"yellowstone-grpc-geyser", # 1.16.3+solana.2.0.7
7-
"yellowstone-grpc-proto", # 1.15.0+solana.2.0.7
8-
"yellowstone-grpc-tools", # 1.0.0-rc.12+solana.2.0.7
4+
"examples/rust", # 1.14.1+solana.2.0.8
5+
"yellowstone-grpc-client", # 1.16.2+solana.2.0.8
6+
"yellowstone-grpc-geyser", # 1.16.3+solana.2.0.8
7+
"yellowstone-grpc-proto", # 1.15.0+solana.2.0.8
8+
"yellowstone-grpc-tools", # 1.0.0-rc.12+solana.2.0.8
99
]
1010

1111
[workspace.package]
@@ -17,7 +17,7 @@ license = "AGPL-3.0"
1717
keywords = ["solana"]
1818

1919
[workspace.dependencies]
20-
agave-geyser-plugin-interface = "=2.0.7"
20+
agave-geyser-plugin-interface = "=2.0.8"
2121
anyhow = "1.0.62"
2222
async-trait = "0.1.73"
2323
atty = "0.2.14"
@@ -56,10 +56,10 @@ serde = "1.0.145"
5656
serde_json = "1.0.86"
5757
serde_yaml = "0.9.25"
5858
sha2 = "0.10.7"
59-
solana-account-decoder = "=2.0.7"
60-
solana-logger = "=2.0.7"
61-
solana-sdk = "=2.0.7"
62-
solana-transaction-status = "=2.0.7"
59+
solana-account-decoder = "=2.0.8"
60+
solana-logger = "=2.0.8"
61+
solana-sdk = "=2.0.8"
62+
solana-transaction-status = "=2.0.8"
6363
spl-token-2022 = "4.0.0"
6464
thiserror = "1.0"
6565
tokio = "1.21.2"
@@ -71,8 +71,8 @@ tracing = "0.1.37"
7171
tracing-subscriber = "0.3.17"
7272
uuid = "1.8.0"
7373
vergen = "9.0.0"
74-
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.16.2+solana.2.0.7" }
75-
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.15.0+solana.2.0.7", default-features = false }
74+
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.16.2+solana.2.0.8" }
75+
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.15.0+solana.2.0.8", default-features = false }
7676

7777
[profile.release]
7878
lto = true

examples/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-grpc-client-simple"
3-
version = "1.14.1+solana.2.0.7"
3+
version = "1.14.1+solana.2.0.8"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
homepage = { workspace = true }

yellowstone-grpc-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-grpc-client"
3-
version = "1.16.2+solana.2.0.7"
3+
version = "1.16.2+solana.2.0.8"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Yellowstone gRPC Geyser Simple Client"

yellowstone-grpc-geyser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-grpc-geyser"
3-
version = "1.16.3+solana.2.0.7"
3+
version = "1.16.3+solana.2.0.8"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Yellowstone gRPC Geyser Plugin"

yellowstone-grpc-proto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-grpc-proto"
3-
version = "1.15.0+solana.2.0.7"
3+
version = "1.15.0+solana.2.0.8"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Yellowstone gRPC Geyser Protobuf Definitions"

yellowstone-grpc-tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-grpc-tools"
3-
version = "1.0.0-rc.12+solana.2.0.7"
3+
version = "1.0.0-rc.12+solana.2.0.8"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Yellowstone gRPC Tools"

0 commit comments

Comments
 (0)