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

Open
ryangoree opened this issue Jan 7, 2025 · 0 comments
Open

Add support for negative exponents in fixed point wasm #1716

ryangoree opened this issue Jan 7, 2025 · 0 comments
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
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

No branches or pull requests

1 participant