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

Clean up dev dependencies #3710

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

acolytec3
Copy link
Contributor

Removes vitest-plugin-node-polyfills from our dev dependencies and fixes related tests
Removes @ethersproject/abi since it was only used to derive calldata for a single test

@acolytec3 acolytec3 added type: tests dependencies Pull requests that update a dependency file labels Sep 29, 2024
Copy link
Member

@jochem-brouwer jochem-brouwer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM, however the examples also seem to have a dependency on ethersproject/abi

Also, the browser tests fail (re-ran it once, gave same error):

Run npm run install-browser-deps
  
> install-browser-deps
> npm install webdriverio @vitest/browser
npm error Cannot read properties of null (reading 'edgesOut')
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-09-29T21_49_25_024Z-debug-0.log
Error: Process completed with exit code 1.

See: https://github.com/ethereumjs/ethereumjs-monorepo/actions/runs/11088816287/job/30825710880?pr=3710

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file type: tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants