Skip to content
New issue

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

Fix / remove cw20-bonding floating point instructions #227

Closed
maurolacy opened this issue Mar 2, 2021 · 0 comments · Fixed by #237
Closed

Fix / remove cw20-bonding floating point instructions #227

maurolacy opened this issue Mar 2, 2021 · 0 comments · Fixed by #237
Assignees
Milestone

Comments

@maurolacy
Copy link
Contributor

maurolacy commented Mar 2, 2021

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.

@ethanfrey ethanfrey added this to the 0.6.0 milestone Mar 4, 2021
@maurolacy maurolacy self-assigned this Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants