Skip to content

Commit cb55225

Browse files
authored
solana: update to 2.0.4 (#390)
1 parent d4bd87f commit cb55225

File tree

15 files changed

+1506
-2666
lines changed

15 files changed

+1506
-2666
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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-08-07
20+
21+
- yellowstone-grpc-client-1.16.0+solana.2.0.4
22+
- yellowstone-grpc-geyser-1.16.0+solana.2.0.4
23+
- yellowstone-grpc-proto-1.15.0+solana.2.0.4
24+
- yellowstone-grpc-tools-1.0.0-rc.12+solana.2.0.4
25+
26+
### Features
27+
28+
- solana: update to 2.0.4 ([#390](https://github.com/rpcpool/yellowstone-grpc/pull/390))
29+
1930
## 2024-07-12
2031

2132
- yellowstone-grpc-client-1.16.0+solana.2.0.2

Cargo.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"examples/rust", # 1.14.0+solana.2.0.2
5-
"yellowstone-grpc-client", # 1.16.0+solana.2.0.2
6-
"yellowstone-grpc-geyser", # 1.16.0+solana.2.0.2
7-
"yellowstone-grpc-proto", # 1.15.0+solana.2.0.2
8-
"yellowstone-grpc-tools", # 1.0.0-rc.12+solana.2.0.2
4+
"examples/rust", # 1.14.0+solana.2.0.4
5+
"yellowstone-grpc-client", # 1.16.0+solana.2.0.4
6+
"yellowstone-grpc-geyser", # 1.16.0+solana.2.0.4
7+
"yellowstone-grpc-proto", # 1.15.0+solana.2.0.4
8+
"yellowstone-grpc-tools", # 1.0.0-rc.12+solana.2.0.4
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.2"
20+
agave-geyser-plugin-interface = "=2.0.4"
2121
anyhow = "1.0.62"
2222
async-trait = "0.1.73"
2323
atty = "0.2.14"
@@ -54,10 +54,10 @@ serde = "1.0.145"
5454
serde_json = "1.0.86"
5555
serde_yaml = "0.9.25"
5656
sha2 = "0.10.7"
57-
solana-account-decoder = "=2.0.2"
58-
solana-logger = "=2.0.2"
59-
solana-sdk = "=2.0.2"
60-
solana-transaction-status = "=2.0.2"
57+
solana-account-decoder = "=2.0.4"
58+
solana-logger = "=2.0.4"
59+
solana-sdk = "=2.0.4"
60+
solana-transaction-status = "=2.0.4"
6161
spl-token-2022 = "4.0.0"
6262
thiserror = "1.0"
6363
tokio = "1.21.2"
@@ -69,8 +69,8 @@ tracing = "0.1.37"
6969
tracing-subscriber = "0.3.17"
7070
uuid = "1.8.0"
7171
vergen = "9.0.0"
72-
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.16.0+solana.2.0.2" }
73-
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.15.0+solana.2.0.2", default-features = false }
72+
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.16.0+solana.2.0.4" }
73+
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.15.0+solana.2.0.4", default-features = false }
7474

7575
[profile.release]
7676
lto = true

examples/golang/proto/geyser.pb.go

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)