Skip to content

Commit

Permalink
[automated] bump solana dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 4, 2025
1 parent c245a76 commit 19e4ae5
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.24"
devnet_image = "anzaxyz/agave:v2.1.11"

[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.24/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.11/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.24
container_version=v2.1.11
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.24";
version = "v2.1.11";
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-gfe6aFwMLvXWmgpUEcgaQTIIQuUXLfbMjXfbfRC0e2s=";
sha256 = "sha256-XH8YHQS1MnOTqCT5+NxM7BTS2RYtOpcMGJnDWhbna90=";
### 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-X6yrc4WeFqYV75+LWw1n2p9KPdc0mym1i1JTJjAsXdE=";
sha256 = "sha256-F3hv5E+BhSSQeNsspIuPqDfc/zQw3F5E451Ig/88TGE=";
### END_DARWIN_SHA256 ###
};
};
Expand Down

0 comments on commit 19e4ae5

Please sign in to comment.