From 83c074e34d51e1f949ed724916f9872efa3eb8f4 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Fri, 24 Apr 2026 16:21:12 +0800 Subject: [PATCH] ci: upgrade Soroban RPC protocol version to 26 --- .github/workflows/test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 173029955..aa95d7f71 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -28,7 +28,7 @@ jobs: ENABLE_LOGS: true NETWORK: local ENABLE_SOROBAN_RPC: true - PROTOCOL_VERSION: 25 + PROTOCOL_VERSION: 26 options: >- --health-cmd "curl --no-progress-meter --fail-with-body -X POST \"http://localhost:8000/rpc\" -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"id\":8675309,\"method\":\"getNetwork\"}' && curl --no-progress-meter \"http://localhost:8000/friendbot\" | grep '\"invalid_field\": \"addr\"'" --health-interval 10s