Skip to content

Commit

Permalink
solana: update to 2.0.4 (rpcpool#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Aug 7, 2024
1 parent d4bd87f commit cb55225
Show file tree
Hide file tree
Showing 15 changed files with 1,506 additions and 2,666 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

## 2024-08-07

- yellowstone-grpc-client-1.16.0+solana.2.0.4
- yellowstone-grpc-geyser-1.16.0+solana.2.0.4
- yellowstone-grpc-proto-1.15.0+solana.2.0.4
- yellowstone-grpc-tools-1.0.0-rc.12+solana.2.0.4

### Features

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

## 2024-07-12

- yellowstone-grpc-client-1.16.0+solana.2.0.2
Expand Down
72 changes: 36 additions & 36 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.14.0+solana.2.0.2
"yellowstone-grpc-client", # 1.16.0+solana.2.0.2
"yellowstone-grpc-geyser", # 1.16.0+solana.2.0.2
"yellowstone-grpc-proto", # 1.15.0+solana.2.0.2
"yellowstone-grpc-tools", # 1.0.0-rc.12+solana.2.0.2
"examples/rust", # 1.14.0+solana.2.0.4
"yellowstone-grpc-client", # 1.16.0+solana.2.0.4
"yellowstone-grpc-geyser", # 1.16.0+solana.2.0.4
"yellowstone-grpc-proto", # 1.15.0+solana.2.0.4
"yellowstone-grpc-tools", # 1.0.0-rc.12+solana.2.0.4
]

[workspace.package]
Expand All @@ -17,7 +17,7 @@ license = "AGPL-3.0"
keywords = ["solana"]

[workspace.dependencies]
agave-geyser-plugin-interface = "=2.0.2"
agave-geyser-plugin-interface = "=2.0.4"
anyhow = "1.0.62"
async-trait = "0.1.73"
atty = "0.2.14"
Expand Down Expand Up @@ -54,10 +54,10 @@ serde = "1.0.145"
serde_json = "1.0.86"
serde_yaml = "0.9.25"
sha2 = "0.10.7"
solana-account-decoder = "=2.0.2"
solana-logger = "=2.0.2"
solana-sdk = "=2.0.2"
solana-transaction-status = "=2.0.2"
solana-account-decoder = "=2.0.4"
solana-logger = "=2.0.4"
solana-sdk = "=2.0.4"
solana-transaction-status = "=2.0.4"
spl-token-2022 = "4.0.0"
thiserror = "1.0"
tokio = "1.21.2"
Expand All @@ -69,8 +69,8 @@ tracing = "0.1.37"
tracing-subscriber = "0.3.17"
uuid = "1.8.0"
vergen = "9.0.0"
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.16.0+solana.2.0.2" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.15.0+solana.2.0.2", default-features = false }
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.16.0+solana.2.0.4" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.15.0+solana.2.0.4", default-features = false }

[profile.release]
lto = true
Expand Down
13 changes: 7 additions & 6 deletions examples/golang/proto/geyser.pb.go

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

Loading

0 comments on commit cb55225

Please sign in to comment.