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
In packages/client command:
packages/client
scarb test --forceall --execute_scripts tests/data/full_478557.json
fails with:
Script validation failed on tx_idx: 0, input_idx: 0: Opcode not implemented
The text was updated successfully, but these errors were encountered:
@maciejka can i be assigned to this
Sorry, something went wrong.
I tried to reproduce that and got:
running integration tests (with scripts) ... test tests/data/full_478557.json ... fail (gas usage est.: 0) failures: tests/data/full_478557.json — Run panicked with [10465980102873265876556552398661227733856306440119630725149366969700 ('cached output was not cached'), ].
Is this another issue? am I missing something?
I tried to reproduce that and got: running integration tests (with scripts) ... test tests/data/full_478557.json ... fail (gas usage est.: 0) failures: tests/data/full_478557.json — Run panicked with [10465980102873265876556552398661227733856306440119630725149366969700 ('cached output was not cached'), ]. Is this another issue? am I missing something?
This is another issue already solved in #282.
Ok. I'll synchronise my branch. Could you assign me to this one, please?
Fixed by #294.
No branches or pull requests
In
packages/client
command:fails with:
The text was updated successfully, but these errors were encountered: