Skip to content

Commit

Permalink
[automated] bump solana image to v2.0.21 (#997)
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 61c33fc commit 2e24ead
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:v2.0.20"
devnet_image = "anzaxyz/agave:v2.0.21"

[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/v2.0.20/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.21/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=v2.0.20
container_version=v2.0.21
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 = "v2.0.20";
version = "v2.0.21";
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-6w624hoeRZM/HaM43I1eUeyf6oTbRfrVcb85m0Oww4s=";
sha256 = "sha256-RaQRpBbVAZIPSGp5ZNAj//oNBFC0mLePJq6/KjtBeq0=";
### 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-9jJtes7CHb5XR+Zklh3asDiyC+intzzDd6Bb69rhHRk=";
sha256 = "sha256-BftV8BkacZy/w/DZ1cBC1G4J9bvGM8jZ6fuy14nPd0U=";
### END_DARWIN_SHA256 ###
};
};
Expand Down

0 comments on commit 2e24ead

Please sign in to comment.