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 Oct 22, 2024
1 parent 0d9afab commit 9a18cc1
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.25"
devnet_image = "anzaxyz/agave:v1.18.26"

[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.25/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.26/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.25
container_version=v1.18.26
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.25";
version = "v1.18.26";
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-tDP/6epFtSANnYZWIWx2q+ynzdeA/IYIxVSisnZhw0M=";
sha256 = "sha256-XMKpm9aVz+ZzrZrKDA1yKX7DbKgtF5IshlZyJzIj32U=";
### 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-MgiTl9Vx2GOAdiKyDLBjZNfVQl4n2bZ3+0ofr404DH4=";
sha256 = "sha256-PPR4d5DZq5sIo50/3G6foeotIPnnRW601BGILs9ag2k=";
### END_DARWIN_SHA256 ###
};
};
Expand Down

0 comments on commit 9a18cc1

Please sign in to comment.