Skip to content

Commit 4a503aa

Browse files
committed
update rpc-test version
1 parent 0b117bb commit 4a503aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scripts/run_rpc_tests_ethereum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ DISABLED_TEST_LIST=(
4141
DISABLED_TESTS=$(IFS=,; echo "${DISABLED_TEST_LIST[*]}")
4242

4343
# Call the main test runner script with the required and optional parameters
44-
"$(dirname "$0")/run_rpc_tests.sh" mainnet lupin012/fix_gasCost_in_case_outGas "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"
44+
"$(dirname "$0")/run_rpc_tests.sh" mainnet v1.115.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"

.github/workflows/scripts/run_rpc_tests_ethereum_latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ DISABLED_TEST_LIST=(
3434
DISABLED_TESTS=$(IFS=,; echo "${DISABLED_TEST_LIST[*]}")
3535

3636
# Call the main test runner script with the required and optional parameters
37-
"$(dirname "$0")/run_rpc_tests.sh" mainnet lupin012/fix_gasCost_in_case_outGas "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR" "latest" "$REFERENCE_HOST" "do-not-compare-error-message" "$DUMP_RESPONSE"
37+
"$(dirname "$0")/run_rpc_tests.sh" mainnet v1.115.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR" "latest" "$REFERENCE_HOST" "do-not-compare-error-message" "$DUMP_RESPONSE"

.github/workflows/scripts/run_rpc_tests_remote_ethereum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ DISABLED_TEST_LIST=(
2626
DISABLED_TESTS=$(IFS=,; echo "${DISABLED_TEST_LIST[*]}")
2727

2828
# Call the main test runner script with the required and optional parameters
29-
"$(dirname "$0")/run_rpc_tests.sh" mainnet lupin012/fix_gasCost_in_case_outGas "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"
29+
"$(dirname "$0")/run_rpc_tests.sh" mainnet v1.115.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"

0 commit comments

Comments
 (0)