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

refactor: Centralise BigNumber imports #725

Merged
merged 11 commits into from
Sep 12, 2024
Merged

refactor: Centralise BigNumber imports #725

merged 11 commits into from
Sep 12, 2024

Commits on Sep 4, 2024

  1. refactor: Centralise BigNumber imports

    Avoid importing BigNumber from ethers directly throughout the
    repository, and instead just re-export the standalone ethers BigNumber
    variant from src/utils/BigNumberUtils. This should make it easier to
    migrate away from ethers v5.
    pxrl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8c4dae6 View commit details
    Browse the repository at this point in the history
  2. More parseUnits

    pxrl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    291b8be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc013c7 View commit details
    Browse the repository at this point in the history
  4. Cleanup test

    pxrl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    19d09c2 View commit details
    Browse the repository at this point in the history
  5. Fix export

    pxrl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7bd5792 View commit details
    Browse the repository at this point in the history
  6. import/export hackery

    pxrl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    aec5c18 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Add eslint config

    pxrl committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b23d01f View commit details
    Browse the repository at this point in the history
  2. Add @ethersproject/bignumber

    pxrl committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8f16433 View commit details
    Browse the repository at this point in the history
  3. Add exceptions

    pxrl committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    869b3c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    921546e View commit details
    Browse the repository at this point in the history
  5. Bump version

    pxrl committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    79dfc9a View commit details
    Browse the repository at this point in the history