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

112 bit transaction value to enable full 18 decimal place range with large integer part #608

Merged
merged 13 commits into from
Apr 21, 2022

Conversation

Westlad
Copy link
Contributor

@Westlad Westlad commented Apr 6, 2022

This PR fixes #607. It changes the dynamic range of a L2 transaction value to 112 bits, which can accommodate 18 decimal places with a 10^15 max value. The current 64 bit value is too small

@Westlad Westlad added the DNM Do not merge label Apr 6, 2022
@Westlad Westlad changed the title feat: non-browser components now use 112 bit value 112 bit value to enable full 18 decimal place range with large integer part Apr 19, 2022
@Westlad Westlad removed the DNM Do not merge label Apr 19, 2022
@Westlad Westlad changed the title 112 bit value to enable full 18 decimal place range with large integer part 112 bit transaction value to enable full 18 decimal place range with large integer part Apr 19, 2022
@Westlad Westlad requested review from signorecello, druiz0992, daveroga and ChaitanyaKonda and removed request for IlyasRidhuan April 20, 2022 10:01
@ChaitanyaKonda ChaitanyaKonda added the One more approval needed One reviewer has approved this PR but another is needed label Apr 21, 2022
@druiz0992 druiz0992 merged commit 1f1857f into master Apr 21, 2022
@druiz0992 druiz0992 deleted the westlad/decimals-struct branch April 21, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contract change One more approval needed One reviewer has approved this PR but another is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

value parameter in transaction is too small
4 participants