From 3ae6f7ab7cc3fb89c4960415e4a98305c2694b1f Mon Sep 17 00:00:00 2001 From: AsamK Date: Thu, 19 Oct 2023 23:26:46 +0200 Subject: [PATCH] Update graalvm reflect-config --- graalvm-config-dir/reflect-config.json | 6 ++++++ run_tests.sh | 1 + 2 files changed, 7 insertions(+) diff --git a/graalvm-config-dir/reflect-config.json b/graalvm-config-dir/reflect-config.json index e34bdcfc81..24763591de 100644 --- a/graalvm-config-dir/reflect-config.json +++ b/graalvm-config-dir/reflect-config.json @@ -2598,6 +2598,12 @@ "queryAllDeclaredConstructors":true, "methods":[{"name":"","parameterTypes":[] }] }, +{ + "name":"org.whispersystems.signalservice.internal.push.SubmitRecaptchaChallengePayload", + "allDeclaredFields":true, + "queryAllDeclaredMethods":true, + "queryAllDeclaredConstructors":true +}, { "name":"org.whispersystems.signalservice.internal.push.UpdateVerificationSessionRequestBody", "allDeclaredFields":true, diff --git a/run_tests.sh b/run_tests.sh index 605ba89223..dbd01df9e6 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -190,6 +190,7 @@ run_main -a "$NUMBER_1" receive run_main -a "$NUMBER_1" updateGroup -g "$GROUP_ID" -m "$NUMBER_2" run_main -a "$NUMBER_1" block -g "$GROUP_ID" run_main -a "$NUMBER_1" unblock -g "$GROUP_ID" +run_main -a "$NUMBER_1" submitRateLimitChallenge --challenge 8xxxxxx8-0xx2-4xx9-9xx2-4xxxxxxxxxx7 --captcha signal-hcaptcha ## Basic send/receive for OUTPUT in "plain-text" "json"; do