From ce38d07c88afdaa823333f2f1600e4a5971ba662 Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Fri, 26 Apr 2024 14:35:14 -0700 Subject: [PATCH] Enable soroban diagnostic events. --- .github/workflows/rpc-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rpc-tests.yml b/.github/workflows/rpc-tests.yml index f3a94648f..759fc21cb 100644 --- a/.github/workflows/rpc-tests.yml +++ b/.github/workflows/rpc-tests.yml @@ -16,6 +16,7 @@ jobs: - 8000:8000 env: ENABLE_LOGS: true + ENABLE_SOROBAN_DIAGNOSTIC_EVENTS: true NETWORK: local options: >- --health-cmd "curl --no-progress-meter --fail-with-body -X POST \"http://localhost:8000/soroban/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\"'"