We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--kore-rpc-command
kevm foundry-prove
When calling kevm found-prove, kevm does not have access to neither kore-rpc-booster nor even kore-rpc.
kevm found-prove
kevm
kore-rpc-booster
kore-rpc
An attempt to provide a trivial custom command fails as follows (shortened):
cd test/foundry ... $ kevm foundry-prove --verbose --test AccountParamsTest.testDealConcrete --kore-rpc-command 'kore–rpc' ... INFO 2023-08-23 12:10:40,636 pyk.kore.rpc - Starting KoreServer: kore–rpc out/kompiled/definition.kore --module FOUNDRY-MAIN --server-port 0 --smt-timeout 300 --smt-retry-limit 10 ... FileNotFoundError: [Errno 2] No such file or directory: 'kore–rpc'
The command works as expected if given an absolute path to kore-rpc/kore-rpc-booster`:
$ kevm foundry-prove --verbose --test AccountParamsTest.testDealConcrete --kore-rpc-command '/nix/store/<LONG_STRING>/bin/kore–rpc' ...Normal output...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When calling
kevm found-prove
,kevm
does not have access to neitherkore-rpc-booster
nor evenkore-rpc
.An attempt to provide a trivial custom command fails as follows (shortened):
The command works as expected if given an absolute path to
kore-rpc
/kore-rpc-booster`:The text was updated successfully, but these errors were encountered: