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

Update to ethers v6 #152

Merged
merged 4 commits into from
Jan 13, 2024
Merged

Commits on Jan 11, 2024

  1. chore bump nvmrc to node v18.0.0

    The default value for node was set to 16, but the project was not installable with it.
    [email protected] needed at least node 16.13.0 and [email protected] needed at least 16.14.0, so decided to bump everything to at least 18.
    compojoom committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a8d3ca2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. chore upgrade ethers to v6

    compojoom committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    918f94b View commit details
    Browse the repository at this point in the history
  2. fix typechain ethers-v6 generate wrong types

    Unfortunately there is a bug in typechain and we get some name clashes in the generated code. There is a PR that fixes this, but until it gets merged I’ve added a patch.
    More info on the name clash:
    dethcrypto/TypeChain#887
    
    Once this PR is merged the patch could be removed.
    compojoom committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    50eedf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f51ba56 View commit details
    Browse the repository at this point in the history