You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Using ripemd160 causes the program to fail. The critical issue is that zksolc does not throw any errors for the program, nor does it provide any warnings related to ripemd160; instead, it silently passes.
contractC {
function f() publicreturns (bytes32hash) {
returnripemd160("");
}
}
Run with zksolc
I have set up an execution environment that can directly execute the bytecode generated by zksolc.
3:27:56 INFO Call: FAILED: Error function_selector = 0x, data = 0x
13:27:56 INFO === Console Logs:
13:27:56 INFO === Call traces:
13:27:56 INFO execution reverted
The text was updated successfully, but these errors were encountered:
zksolc version: v1.5.10
solc version: 0.8.28-1.0.1
Problem: Using ripemd160 causes the program to fail. The critical issue is that zksolc does not throw any errors for the program, nor does it provide any warnings related to ripemd160; instead, it silently passes.
Run with zksolc
I have set up an execution environment that can directly execute the bytecode generated by zksolc.
compile
execute
the output of era_test_node
The text was updated successfully, but these errors were encountered: