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

Upgrade to 1.18.22 #51

Merged
merged 6 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
wip
  • Loading branch information
segfaultdoc committed Aug 21, 2024
commit a82a45cc95fdcf033c047c0fd2ff486f3da2cdcc
8 changes: 4 additions & 4 deletions Cargo.lock

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

23 changes: 12 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

[workspace.package]
version = "2.0.0"
version = "1.18.22"
license = "Apache-2.0"
authors = ["Jito Foundation <team@jito.network>"]
edition = "2021"
Expand All @@ -24,8 +24,8 @@ clap = { version = "4.4.6", features = ["derive", "env"] }
crossbeam-channel = "0.5.8"
enum-iterator = "1.4.1"
futures-util = "0.3.28"
geyser-grpc-plugin-client = { path = "client", version = "2.0.0" }
jito-geyser-protos = { path = "proto", version = "2.0.0" }
geyser-grpc-plugin-client = { path = "client", version = "1.18.22" }
jito-geyser-protos = { path = "proto", version = "1.18.22" }
log = "0.4.17"
lru = "0.12.0"
once_cell = "1.17.1"
Expand All @@ -36,14 +36,15 @@ rand = "0.8"
serde = "1.0.160"
serde_derive = "1.0.160"
serde_json = "1.0.96"
solana-account-decoder = "^1.18"
solana-geyser-plugin-interface = "^1.18"
solana-logger = "^1.18"
solana-metrics = "^1.18"
solana-program = "^1.18"
solana-sdk = "^1.18"
solana-transaction-status = "^1.18"
solana-vote-program = "^1.18"
solana-account-decoder = "=1.18.22"
solana-geyser-plugin-interface = "=1.18.22"
solana-logger = "=1.18.22"
solana-metrics = "=1.18.22"
solana-program = "=1.18.22"
solana-sdk = "=1.18.22"

solana-transaction-status = "=1.18.22"
solana-vote-program = "=1.18.22"
thiserror = "1.0.40"
tokio = { version = "1", features = ["rt-multi-thread"] }
tokio-stream = "0.1"
Expand Down