Skip to content

Commit

Permalink
Merge pull request #48 from extrnode/feat/1.17.7
Browse files Browse the repository at this point in the history
feat: solana v1.17.7
  • Loading branch information
RequescoS authored Dec 7, 2023
2 parents 6f2c5df + ce42c06 commit 5a13c82
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
versions_for_test="1.16.21"
versions_for_test="1.17.7"
132 changes: 63 additions & 69 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.69.0
stable_version=1.73.0
fi

if [[ -n $RUST_NIGHTLY_VERSION ]]; then
Expand Down
12 changes: 6 additions & 6 deletions solana-geyser-plugin-scaffold/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ keywords = ["solana", "geyser", "plugin", "solana-geyser-plugin"]
crate-type = ["cdylib", "rlib"]

[dependencies]
solana-geyser-plugin-interface = { version = "=1.16.21" }
solana-logger = { version = "=1.16.21" }
solana-geyser-plugin-interface = { version = "=1.17.7" }
solana-logger = { version = "=1.17.7" }
log = "0.4.17"
bs58 = "0.4.0"
flatbuffers = "23.1.21"
parking_lot = "0.12.0"
solana-sdk = { version = "=1.16.21" }
solana-transaction-status = { version = "=1.16.21" }
solana-program = { version = "=1.16.21" }
solana-metrics = { version = "=1.16.21" }
solana-sdk = { version = "=1.17.7" }
solana-transaction-status = { version = "=1.17.7" }
solana-program = { version = "=1.17.7" }
solana-metrics = { version = "=1.17.7" }
serde = { version = "1.0.133" }
serde_json = "1.0.75"
anyhow = "1.0.52"
Expand Down
Loading

0 comments on commit 5a13c82

Please sign in to comment.