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

Add support for negative exponents in fixed point wasm #1716

Closed
ryangoree opened this issue Jan 7, 2025 · 0 comments · Fixed by #1726
Closed

Add support for negative exponents in fixed point wasm #1716

ryangoree opened this issue Jan 7, 2025 · 0 comments · Fixed by #1726
Assignees
Labels
bug Something isn't working

Comments

@ryangoree
Copy link
Member

The following will throw an error due to the - character following the e:

parseFixed(1e-18)

This is causing errors when trying to generate app config and calculate reward allocations.

@ryangoree ryangoree self-assigned this Jan 7, 2025
@ryangoree ryangoree added the bug Something isn't working label Jan 7, 2025
@ryangoree ryangoree closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
@ryangoree ryangoree reopened this Jan 7, 2025
@ryangoree ryangoree closed this as not planned Won't fix, can't repro, duplicate, stale Jan 11, 2025
@ryangoree ryangoree reopened this Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant