From: AsamK Date: Thu, 19 Oct 2023 21:26:46 +0000 (+0200) Subject: Update graalvm reflect-config X-Git-Tag: v0.12.4~9 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/3ae6f7ab7cc3fb89c4960415e4a98305c2694b1f Update graalvm reflect-config --- diff --git a/graalvm-config-dir/reflect-config.json b/graalvm-config-dir/reflect-config.json index e34bdcfc..24763591 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 605ba892..dbd01df9 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