Skip to content

Commit

Permalink
[automated] bump solana image to v1.18.25 (#883)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent c8fd9f6 commit f340fb0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration-tests/testconfig/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inside_k8 = false
network = "localnet"
user = "default"
stateful_db = false
devnet_image = "anzaxyz/agave:v1.18.23"
devnet_image = "anzaxyz/agave:v1.18.25"

[OCR2]
node_count = 6
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-solana-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -euxo pipefail

sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.23/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.25/install)"
echo "PATH=$HOME/.local/share/solana/install/active_release/bin:$PATH" >> $GITHUB_ENV
2 changes: 1 addition & 1 deletion scripts/setup-localnet/localnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cpu_struct="linux";
# Clean up first
bash "$(dirname -- "$0";)/localnet.down.sh"

container_version=v1.18.23
container_version=v1.18.25
container_name="chainlink-solana.test-validator"

echo "Starting $container_name@$container_version"
Expand Down
6 changes: 3 additions & 3 deletions solana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Solana integration
let
version = "v1.18.23";
version = "v1.18.25";
getBinDerivation =
{
name,
Expand Down Expand Up @@ -37,14 +37,14 @@ let
name = "solana-cli-x86_64-linux";
filename = "solana-release-x86_64-unknown-linux-gnu.tar.bz2";
### BEGIN_LINUX_SHA256 ###
sha256 = "sha256-L7N8z1MjDWkSoOKLAe4y/iuKTRgLpqg2mDpb9h1RXH0=";
sha256 = "sha256-tDP/6epFtSANnYZWIWx2q+ynzdeA/IYIxVSisnZhw0M=";
### END_LINUX_SHA256 ###
};
aarch64-apple-darwin = getBinDerivation {
name = "solana-cli-aarch64-apple-darwin";
filename = "solana-release-aarch64-apple-darwin.tar.bz2";
### BEGIN_DARWIN_SHA256 ###
sha256 = "sha256-D6hJL3yQncHltuWtF4QMAzvp/s7LV/S3NHwHiJG8wQ0=";
sha256 = "sha256-MgiTl9Vx2GOAdiKyDLBjZNfVQl4n2bZ3+0ofr404DH4=";
### END_DARWIN_SHA256 ###
};
};
Expand Down

0 comments on commit f340fb0

Please sign in to comment.