Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solana: update to 1.18.18 #374

Merged
merged 4 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,22 @@ jobs:
target/release/client.d \
target/release/config-check.d \
target/release/grpc-google-pubsub.d \
target/release/grpc-kafka.d \
target/release/grpc-scylladb.d
target/release/grpc-kafka.d

- name: Remove debug information
run: |
strip \
target/release/client \
target/release/config-check \
target/release/grpc-google-pubsub \
target/release/grpc-kafka \
target/release/grpc-scylladb
target/release/grpc-kafka

- name: Rename binaries
run: |
mv target/release/client target/release/client-${{ matrix.os }}
mv target/release/config-check target/release/config-check-${{ matrix.os }}
mv target/release/grpc-google-pubsub target/release/grpc-google-pubsub-${{ matrix.os }}
mv target/release/grpc-kafka target/release/grpc-kafka-${{ matrix.os }}
mv target/release/grpc-scylladb target/release/grpc-scylladb-${{ matrix.os }}

- name: Rename lib for ubuntu22 release
if: matrix.os == 'ubuntu-22.04'
Expand All @@ -124,9 +121,8 @@ jobs:
yellowstone-grpc-proto/proto/*.proto
target/release/client*
target/release/config-check*
target/release/grpc-google-pubsub*
# target/release/grpc-google-pubsub*
target/release/grpc-kafka*
target/release/grpc-scylladb*

- uses: actions/upload-artifact@v4
with:
Expand All @@ -136,6 +132,5 @@ jobs:
yellowstone-grpc-proto/proto/*.proto
target/release/client*
target/release/config-check*
target/release/grpc-google-pubsub*
# target/release/grpc-google-pubsub*
target/release/grpc-kafka*
target/release/grpc-scylladb*
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-07-12

- yellowstone-grpc-client-1.15.0+solana.1.18.18
- yellowstone-grpc-geyser-1.15.0+solana.1.18.18
- yellowstone-grpc-proto-1.15.0+solana.1.18.18
- yellowstone-grpc-tools-1.0.0-rc.11+solana.1.18.18

### Features

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

## 2024-06-26

- yellowstone-grpc-client-1.15.0+solana.1.18.17
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.

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

[workspace.package]
Expand Down Expand Up @@ -53,11 +53,11 @@ serde = "1.0.145"
serde_json = "1.0.86"
serde_yaml = "0.9.25"
sha2 = "0.10.7"
solana-account-decoder = "=1.18.17"
solana-geyser-plugin-interface = "=1.18.17"
solana-logger = "=1.18.17"
solana-sdk = "=1.18.17"
solana-transaction-status = "=1.18.17"
solana-account-decoder = "=1.18.18"
solana-geyser-plugin-interface = "=1.18.18"
solana-logger = "=1.18.18"
solana-sdk = "=1.18.18"
solana-transaction-status = "=1.18.18"
spl-token-2022 = "0.9.0"
thiserror = "1.0"
tokio = "1.21.2"
Expand All @@ -69,10 +69,9 @@ tracing = "0.1.37"
tracing-subscriber = "0.3.17"
uuid = "1.8.0"
vergen = "8.2.1"
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.0+solana.1.18.17" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.0+solana.1.18.17" }
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.0+solana.1.18.18" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.0+solana.1.18.18" }

[profile.release]
debug = true
lto = true
codegen-units = 1
2 changes: 1 addition & 1 deletion ci/cargo-install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mkdir -p "$installDir/lib"
(
set -x
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
cargo $maybeRustVersion build $maybeReleaseFlag --features scylladb
cargo $maybeRustVersion build $maybeReleaseFlag
)

cp -fv "target/$buildVariant/${GEYSER_PLUGIN_LIB}.$libExt" "$installDir"/lib/
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.13.0+solana.1.18.17"
version = "1.13.0+solana.1.18.18"
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.15.0+solana.1.18.17"
version = "1.15.0+solana.1.18.18"
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.15.0+solana.1.18.17"
version = "1.15.0+solana.1.18.18"
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.14.0+solana.1.18.17"
version = "1.14.0+solana.1.18.18"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down
4 changes: 2 additions & 2 deletions 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.11+solana.1.18.17"
version = "1.0.0-rc.11+solana.1.18.18"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Tools"
Expand Down Expand Up @@ -64,4 +64,4 @@ vergen = { workspace = true, features = ["build", "rustc"] }
[features]
default = ["google-pubsub", "kafka"]
google-pubsub = ["google-cloud-googleapis", "google-cloud-pubsub"]
kafka = ["const-hex", "rdkafka", "sha2"]
kafka = ["const-hex", "rdkafka", "sha2"]
Loading