Skip to content

Commit

Permalink
Solana: re-enable disabled test with updated version (#14892)
Browse files Browse the repository at this point in the history
* Revert "Unblock core CI by removing Solana setup (#14878)"

This reverts commit f3e66b2.

* update solana validator

(cherry picked from commit fbbda5e)
  • Loading branch information
aalu1418 authored and chainchad committed Oct 22, 2024
1 parent 7ce92cd commit b27f7e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions core/cmd/solana_transaction_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"github.com/smartcontractkit/chainlink/v2/core/cmd"
)

// TODO: move this test to `chainlink-solana` https://smartcontract-it.atlassian.net/browse/NONEVM-790
func TestShell_SolanaSendSol(t *testing.T) {
ctx := testutils.Context(t)
chainID := "localnet"
Expand Down
6 changes: 3 additions & 3 deletions tools/ci/install_solana
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash

set -euo pipefail
VERSION=v1.17.28
SHASUM=97faa4d14becfccd3bc539dbc0aaf28c84cfe9d80d299ec70092fb5844403724
VERSION=v1.18.26
SHASUM=cec72cde1cf36eb35cd8326245d23af0b6791fab68337c2953e2ca2a40af2c50

echo "Installing solana@${VERSION}"
curl -sSfL https://release.solana.com/$VERSION/install --output install_solana.sh \
curl -sSfL https://release.anza.xyz/$VERSION/install --output install_solana.sh \
&& echo "Checking shasum of Solana install script." \
&& echo "${SHASUM} install_solana.sh" | sha256sum --check
chmod +x install_solana.sh
Expand Down

0 comments on commit b27f7e9

Please sign in to comment.