Skip to content

Commit

Permalink
solana: update to 1.16.27
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Jan 11, 2024
1 parent 3b0c8ba commit caf83cd
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 70 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The minor version will be incremented upon a breaking change and the patch versi

## 2024-01-10

- yellowstone-grpc-client-1.12.0+solana.1.16.27
- yellowstone-grpc-geyser-1.11.2+solana.1.16.27
- yellowstone-grpc-proto-1.11.0+solana.1.16.27
- yellowstone-grpc-client-1.13.0+solana.1.16.27
- yellowstone-grpc-geyser-1.12.0+solana.1.16.27
- yellowstone-grpc-proto-1.12.0+solana.1.16.27
- yellowstone-grpc-tools-1.0.0-rc.9+solana.1.16.27

### Features
Expand All @@ -29,9 +29,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- geyser: change plugin name to `{name}-{version}` ([#270](https://github.com/rpcpool/yellowstone-grpc/pull/270))
- proto: add more convert functions ([#264](https://github.com/rpcpool/yellowstone-grpc/pull/264))

### Breaking

## 2023-012-11
## 2023-12-11

- yellowstone-grpc-client-1.12.0+solana.1.16.23
- yellowstone-grpc-geyser-1.11.1+solana.1.16.23
Expand Down
99 changes: 60 additions & 39 deletions Cargo.lock

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

38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
resolver = "2"
members = [
"examples/rust", # 1.11.0+solana.1.16.23
"yellowstone-grpc-client", # 1.12.0+solana.1.16.23
"yellowstone-grpc-geyser", # 1.11.1+solana.1.16.23
"yellowstone-grpc-proto", # 1.11.0+solana.1.16.23
"yellowstone-grpc-tools", # 1.0.0-rc.9+solana.1.16.23
"examples/rust", # 1.11.0+solana.1.16.27
"yellowstone-grpc-client", # 1.13.0+solana.1.16.27
"yellowstone-grpc-geyser", # 1.12.0+solana.1.16.27
"yellowstone-grpc-proto", # 1.12.0+solana.1.16.27
"yellowstone-grpc-tools", # 1.0.0-rc.9+solana.1.16.27
]

[workspace.package]
Expand Down Expand Up @@ -50,12 +50,12 @@ serde = "1.0.145"
serde_json = "1.0.86"
serde_yaml = "0.9.25"
sha2 = "0.10.7"
solana-account-decoder = "=1.16.23"
solana-geyser-plugin-interface = "=1.16.23"
solana-logger = "=1.16.23"
solana-sdk = "=1.16.23"
solana-transaction-status = "=1.16.23"
spl-token-2022 = "0.9.0"
solana-account-decoder = "=1.16.27"
solana-geyser-plugin-interface = "=1.16.27"
solana-logger = "=1.16.27"
solana-sdk = "=1.16.27"
solana-transaction-status = "=1.16.27"
spl-token-2022 = "=0.9.0"
thiserror = "1.0"
tokio = "1.21.2"
tokio-stream = "0.1.11"
Expand All @@ -65,18 +65,18 @@ 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.12.0+solana.1.16.23" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.11.0+solana.1.16.23" }
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.13.0+solana.1.16.27" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.12.0+solana.1.16.27" }

[profile.release]
debug = true
lto = true
codegen-units = 1

[patch.crates-io]
solana-account-decoder = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.23-geyser-block-v3" }
solana-geyser-plugin-interface = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.23-geyser-block-v3" }
solana-logger = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.23-geyser-block-v3" }
solana-program = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.23-geyser-block-v3" }
solana-sdk = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.23-geyser-block-v3" }
solana-transaction-status = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.23-geyser-block-v3" }
solana-account-decoder = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.27-geyser-block-v3" }
solana-geyser-plugin-interface = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.27-geyser-block-v3" }
solana-logger = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.27-geyser-block-v3" }
solana-program = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.27-geyser-block-v3" }
solana-sdk = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.27-geyser-block-v3" }
solana-transaction-status = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.27-geyser-block-v3" }
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.11.0+solana.1.16.23"
version = "1.11.0+solana.1.16.27"
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.12.0+solana.1.16.23"
version = "1.13.0+solana.1.16.27"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Simple Client"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use {

#[derive(Debug, Clone)]
pub struct InterceptorXToken {
x_token: Option<AsciiMetadataValue>,
pub x_token: Option<AsciiMetadataValue>,
}

impl Interceptor for InterceptorXToken {
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.11.1+solana.1.16.23"
version = "1.12.0+solana.1.16.27"
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.11.0+solana.1.16.23"
version = "1.12.0+solana.1.16.27"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down
Loading

0 comments on commit caf83cd

Please sign in to comment.