We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ec75c commit 5fc0f34Copy full SHA for 5fc0f34
test/externalTests/zeppelin.sh
@@ -105,6 +105,9 @@ function zeppelin_test
105
# Fails with ProviderError: Invalid transaction: GasFloorMoreThanGasLimit
106
sed -i "177s|+ 2_000n|+ 10_000n|" test/metatx/ERC2771Forwarder.test.js
107
108
+ # Fails under evmVersion=osaka, likely due to transaction gas limits introduced by EIP-7825 or by the modexp upper bound EIP-7823.
109
+ sed -i "s|describe(\('RSA'\)|describe.skip(\1|g" test/utils/cryptography/RSA.test.js
110
+
111
neutralize_package_json_hooks
112
force_hardhat_compiler_binary "$config_file" "$BINARY_TYPE" "$BINARY_PATH"
113
force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")"
0 commit comments