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: fromWei() parsing of large numbers > 10^20 #6882

Commits on Mar 11, 2024

  1. Fix scientific notation parsing for large numbers with BigInt

    Prevent automatic conversion to scientific notation for numbers >= 10^21 by using BigInt, ensuring accurate string representations and avoiding parsing errors in fromWei function.
    sgerodes committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    feb0fb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    a0ec8da View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    fcae9fc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    9e5cd0a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    795d7ac View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    luu-alex committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6ffb046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa1a376 View commit details
    Browse the repository at this point in the history