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

Introduce config for decimals #156

Open
clearloop opened this issue Oct 22, 2023 · 0 comments
Open

Introduce config for decimals #156

clearloop opened this issue Oct 22, 2023 · 0 comments

Comments

@clearloop
Copy link
Member

Describe the feature

Since it is currently hard to pass U256 from WASM to EVM ( too much cost ), we'd prefer introduce number decimals in zink, likewise, numbers extend to gwei on balance related operations

NOTE: u64 for the best performance atm since it is the biggest number that accept by WASM perfectly, after completing SIMD instructions, it will be u128

Solution

No response

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

No branches or pull requests

1 participant