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

hardhat-tracer support #5195

Merged
merged 20 commits into from
May 31, 2024
Merged

hardhat-tracer support #5195

merged 20 commits into from
May 31, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    ae569a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b4d88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36f61dd View commit details
    Browse the repository at this point in the history
  4. Create tall-coins-sin.md

    fvictorio committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5d46baa View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    b254e19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c58b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0bfe7e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    0681cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c305a31 View commit details
    Browse the repository at this point in the history
  3. Add isStaticCall to MinimalMessage

    fvictorio authored and alcuadrado committed May 17, 2024
    Configuration menu
    Copy the full SHA
    412328d View commit details
    Browse the repository at this point in the history
  4. Create tall-coins-sin.md

    fvictorio authored and alcuadrado committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ec955ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7c0a08 View commit details
    Browse the repository at this point in the history
  6. Add beforeTx and afterTx VM events

    fvictorio authored and alcuadrado committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7692b79 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    06171bd View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/hardhat-tracer-supp…

    …ort' into hardhat-tracer-support
    fvictorio committed May 27, 2024
    Configuration menu
    Copy the full SHA
    389f9fe View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    001b948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8e781 View commit details
    Browse the repository at this point in the history
  3. Update pnpm-lock.yaml

    fvictorio committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3c27724 View commit details
    Browse the repository at this point in the history
  4. Fix pnpm wrongly handling deep peer deps

    The @nomiclabs/truffle-contract package has peer dependencies on
    web3-eth-abi and web3-utils that for some reason are not being met by
    pnpm@9 (it complains that it can't find compatible versions, which is a
    lie).
    
    Installing the proper 1.10.4 versions as dev dependencies of
    @nomiclabs/hardhat-truffle5 seems to fix the problem.
    fvictorio committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b45eb94 View commit details
    Browse the repository at this point in the history