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 hardhat-web3 web3 version to 4.x #1

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

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    585eae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6dd8d5 View commit details
    Browse the repository at this point in the history
  3. Add new line

    anataliocs committed May 8, 2023
    Configuration menu
    Copy the full SHA
    90c2f5d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. update hardhat-web3 web3 version to 4.x

    Signed-off-by: Marin Petrunic <[email protected]>
    mpetrunic committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e9c0511 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    aa900fa View commit details
    Browse the repository at this point in the history
  2. Fix alchemy url for sepolia

    fvictorio committed May 10, 2023
    Configuration menu
    Copy the full SHA
    843f788 View commit details
    Browse the repository at this point in the history
  3. Merge pull request NomicFoundation#3912 from NomicFoundation/use-alchemy

    Use alchemy instead of infura in fork tests
    fvictorio authored May 10, 2023
    Configuration menu
    Copy the full SHA
    9ea82c0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Use node 18.15 in CI

    fvictorio committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1455459 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NomicFoundation#3920 from NomicFoundation/use-node…

    …-18-15-in-ci
    
    Use node 18.15 in CI
    fvictorio authored May 11, 2023
    Configuration menu
    Copy the full SHA
    4106862 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    ad5d50b View commit details
    Browse the repository at this point in the history
  2. Add support for ethers v6

    fvictorio committed May 12, 2023
    Configuration menu
    Copy the full SHA
    a5b0033 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    e994986 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NomicFoundation#3923 from NomicFoundation/check-al…

    …l-hardforks-history
    
    Check that all supported hardforks have a history entry
    fvictorio authored May 15, 2023
    Configuration menu
    Copy the full SHA
    515f305 View commit details
    Browse the repository at this point in the history
  3. Merge pull request NomicFoundation#3907 from anataliocs/Add-Infura-Se…

    …polia-Faucet-link-to-Tutorial-deploying-to-a-live-network-#3906
    
    Add Infura Sepolia Faucet to docs NomicFoundation#3906
    fvictorio authored May 15, 2023
    Configuration menu
    Copy the full SHA
    a424039 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    10e9c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    952dc0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    084029f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. gelato w3f plugin

    donoso-eth committed May 20, 2023
    Configuration menu
    Copy the full SHA
    f0b8a72 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. prettier

    donoso-eth committed May 23, 2023
    Configuration menu
    Copy the full SHA
    fa839f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6179a32 View commit details
    Browse the repository at this point in the history
  3. link

    donoso-eth committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e87000c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    b087d0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request NomicFoundation#3952 from donoso-eth/gelato-plugin

    Gelato w3f plugin update link
    fvictorio authored May 24, 2023
    Configuration menu
    Copy the full SHA
    55a6a1c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    008e95e View commit details
    Browse the repository at this point in the history
  2. Revert chai matchers version change

    Changesets should do this
    fvictorio committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e920f51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b088bbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    523235b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c916ea View commit details
    Browse the repository at this point in the history
  6. Use aliased ethers for v5

    This is both for making the check-dependencies script pass and
    to make it more explicit that the BigNumber support in the helpers
    is for ethers v5.
    fvictorio committed May 30, 2023
    Configuration menu
    Copy the full SHA
    dcb9677 View commit details
    Browse the repository at this point in the history
  7. Fix yarn.lock

    fvictorio committed May 30, 2023
    Configuration menu
    Copy the full SHA
    16ea02d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a75de2d View commit details
    Browse the repository at this point in the history
  9. Create common with proper hardfork before manipulating the block

    This prevents the following bug:
    - We use the merge hardfork locally
    - We fork a shanghai block
    - We run a call in a block before the forked block
    
    In this case, the remote block will be fetched and will have
    withdrawals. But when Block.fromBlockData is called with the current
    common (which has a merge hardfork) it will fail. If we create the right
    common before doing the block context manipulation, this doesn't happen.
    
    There is already a test for this scenario. I don't know why it wasn't
    failing before this.
    fvictorio committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a62dbfd View commit details
    Browse the repository at this point in the history
  10. Merge pull request NomicFoundation#3924 from NomicFoundation/hardhat-…

    …ethers-v6
    
    Add support for ethers v6
    fvictorio authored May 30, 2023
    Configuration menu
    Copy the full SHA
    af686fc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Version Packages

    github-actions[bot] authored and fvictorio committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a367502 View commit details
    Browse the repository at this point in the history
  2. Don't modify the toolbox

    fvictorio committed May 31, 2023
    Configuration menu
    Copy the full SHA
    9cd9211 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb3fe0e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Use more future-proof type imports from ethers

    The way we were doing these imports doesn't work starting from ethers
    v6.4.0
    fvictorio committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8626c87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NomicFoundation#3970 from NomicFoundation/use-bett…

    …er-ethers-import
    
    Use more future-proof type imports from ethers
    fvictorio authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3ae4a78 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Update LICENSE

    Update organization name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    61feb2c View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    change organization name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b3d916e View commit details
    Browse the repository at this point in the history
  3. Update LICENSE

    change organization name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    7f7114f View commit details
    Browse the repository at this point in the history
  4. Update LICENSE

    change organization name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    f1272b3 View commit details
    Browse the repository at this point in the history
  5. Update LICENSE

    change org name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    75b1b43 View commit details
    Browse the repository at this point in the history
  6. Update LICENSE

    change org name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    aedd460 View commit details
    Browse the repository at this point in the history
  7. Update LICENSE

    change org name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    8bf0f10 View commit details
    Browse the repository at this point in the history
  8. Update LICENSE

    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    09e71b2 View commit details
    Browse the repository at this point in the history
  9. Update LICENSE

    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2a25743 View commit details
    Browse the repository at this point in the history
  10. Update LICENSE

    change org name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    aaf6dce View commit details
    Browse the repository at this point in the history
  11. Update LICENSE

    change org name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b7b8855 View commit details
    Browse the repository at this point in the history
  12. Update LICENSE

    change org name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    56c4a3d View commit details
    Browse the repository at this point in the history
  13. Update LICENSE

    change org name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    32e2935 View commit details
    Browse the repository at this point in the history
  14. Update LICENSE

    change org name
    freiremanuel91 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    c139831 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a449527 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2002265 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5446707 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    62cb77e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dd5291d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3a64624 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa51b56 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9b3fb69 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    732060c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e6d73a3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e8909a7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7538833 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    990cbc0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    22d51b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    af7ace9 View commit details
    Browse the repository at this point in the history
  2. Add changeset

    fvictorio committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    40b371b View commit details
    Browse the repository at this point in the history
  3. Remove duplicated error

    schaable committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c16d405 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fix aurora browser urls

    ZumZoom authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e8a5d15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe175f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce4eddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    290b16a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    726be05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8056fb View commit details
    Browse the repository at this point in the history
  7. Fix typo in sample project

    fvictorio committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    cbcfb87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8acc707 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0902a6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec6acb4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c69540f View commit details
    Browse the repository at this point in the history
  12. Update ethers docs URLs

    fvictorio committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    236c8a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f9382fe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    26f240e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    168e937 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cbbd0bd View commit details
    Browse the repository at this point in the history
  17. Create wet-keys-press.md

    fvictorio committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    70c2ccf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    399347f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    99995d5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a9c159f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aaf2c92 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7775b5d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e584f6a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9d900ce View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    64b0fc5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5432aa3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9e2554e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1409b0a View commit details
    Browse the repository at this point in the history
  29. Fix linter in toolbox

    fvictorio committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    1b5e1cf View commit details
    Browse the repository at this point in the history
  30. Run prettier

    fvictorio committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b6b8e98 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    94b2fd1 View commit details
    Browse the repository at this point in the history
  32. Merge pull request NomicFoundation#3996 from NomicFoundation/issue#3969

    Rename error class & avoid compiling
    schaable authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    61727ca View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    adc684d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Version Packages

    github-actions[bot] authored and fvictorio committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    3a1846e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0aa3c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83f23a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0039b3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b466e49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3421439 View commit details
    Browse the repository at this point in the history
  7. Merge pull request NomicFoundation#4005 from pcaversaccio/patch-1

    Pin `web3` version in installation guides
    fvictorio authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a6424ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8726d0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb1ae06 View commit details
    Browse the repository at this point in the history
  10. Merge pull request NomicFoundation#4007 from NomicFoundation/fix-wait…

    …-for-deployment
    
    Fix waitForDeployment in non-automined networks
    fvictorio authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a250555 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eaab9ea View commit details
    Browse the repository at this point in the history
  12. Version Packages

    github-actions[bot] authored and fvictorio committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    55a15bf View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Adapt existing changeset

    fvictorio committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4159589 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NomicFoundation#3999 from ZumZoom/patch-1

    fix aurora browser urls
    fvictorio authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    66eed36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5071ed1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f56ecab View commit details
    Browse the repository at this point in the history
  5. Merge pull request NomicFoundation#4011 from anajuliabit/main

    This removes an useless array
    fvictorio authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    735671e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. update web3 version

    Signed-off-by: Marin Petrunic <[email protected]>
    mpetrunic committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    06d766e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into update-web3

    Signed-off-by: Marin Petrunic <[email protected]>
    mpetrunic committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8e805ff View commit details
    Browse the repository at this point in the history
  3. add changeset

    Signed-off-by: Marin Petrunic <[email protected]>
    mpetrunic committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d469cef View commit details
    Browse the repository at this point in the history