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: ethereumjs-util -> @ethereumjs/util@^8.1.0 #11979

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    6900b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eae6ae View commit details
    Browse the repository at this point in the history
  3. fix: import BN.js directly instead of through ethereumjs-util

      - to get correct types
      - to prepare upgrading to versions which don't provide the re-export
    
    - fix: vendor BNToHex and hexToBN in order to use bn.js v4
    - fix: explicitly use either bn.js@4 and bn.js@5
      - Why mixing v4 and v5 is A Bad Thing: ethereumjs/ethereumjs-util#250
    legobeat committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8706913 View commit details
    Browse the repository at this point in the history
  4. fix: validateTokenAmount fix

    legobeat committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    141c5b0 View commit details
    Browse the repository at this point in the history
  5. lint:fix

    legobeat committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e7598ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e99e4c4 View commit details
    Browse the repository at this point in the history
  7. chore: testfix

    legobeat committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    052bfb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    391bceb View commit details
    Browse the repository at this point in the history