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
cw20-bonding is failing to compile with: CompileErr { msg: "Could not compile: WebAssembly translation error: Error in middleware Deterministic: Non-determinstic operator detected: I64ReinterpretF64" }'
cw20-bonding
CompileErr { msg: "Could not compile: WebAssembly translation error: Error in middleware Deterministic: Non-determinstic operator detected: I64ReinterpretF64" }'
It seems there are some floating point instructions still hanging around in there. Let's investigate why this is happening.
Related issue: add sanity checks during build / release.
The text was updated successfully, but these errors were encountered:
maurolacy
Successfully merging a pull request may close this issue.
cw20-bonding
is failing to compile with:CompileErr { msg: "Could not compile: WebAssembly translation error: Error in middleware Deterministic: Non-determinstic operator detected: I64ReinterpretF64" }'
It seems there are some floating point instructions still hanging around in there. Let's investigate why this is happening.
Related issue: add sanity checks during build / release.
The text was updated successfully, but these errors were encountered: