From 6c9bdcabdf3de06ba9c13ee985b0dd8e8e4c04fa Mon Sep 17 00:00:00 2001 From: Mike Rolish Date: Thu, 8 May 2025 14:10:52 -0500 Subject: [PATCH 1/3] test change for PR check --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92abae2..fea0201 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +(test change) + # Pyth Agent Publish data to the [Pyth Network](https://pyth.network/). From d2c7a36a227a8360299c93929cfaa7f38079ee16 Mon Sep 17 00:00:00 2001 From: Mike Rolish Date: Sun, 11 May 2025 23:49:58 -0500 Subject: [PATCH 2/3] Bump solana client version in integration test --- integration-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/Dockerfile b/integration-tests/Dockerfile index d674e64..3ba316a 100644 --- a/integration-tests/Dockerfile +++ b/integration-tests/Dockerfile @@ -12,7 +12,7 @@ ENV PATH="${PATH}:/root/.local/bin" RUN poetry config virtualenvs.in-project true # Install Solana Tool Suite -RUN sh -c "$(curl -sSfL https://release.solana.com/v1.14.17/install)" +RUN sh -c "$(curl -sSfL https://release.solana.com/v2.2.1/install)" ENV PATH="${PATH}:/root/.local/share/solana/install/active_release/bin" ADD . /agent From 3a1b139d1f666dd9a5ed1ef20b5941f0cf7e5a7c Mon Sep 17 00:00:00 2001 From: Mike Rolish Date: Mon, 12 May 2025 00:03:36 -0500 Subject: [PATCH 3/3] Use anza url --- integration-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/Dockerfile b/integration-tests/Dockerfile index 3ba316a..476850d 100644 --- a/integration-tests/Dockerfile +++ b/integration-tests/Dockerfile @@ -12,7 +12,7 @@ ENV PATH="${PATH}:/root/.local/bin" RUN poetry config virtualenvs.in-project true # Install Solana Tool Suite -RUN sh -c "$(curl -sSfL https://release.solana.com/v2.2.1/install)" +RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.2.1/install)" ENV PATH="${PATH}:/root/.local/share/solana/install/active_release/bin" ADD . /agent