-
Notifications
You must be signed in to change notification settings - Fork 781
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
Monorepo: Add src files to package build / VM lib -> src renaming #1301
Conversation
…lock, blockchain, common, devp2p, ethash, trie, tx and util library
…ion build (package.json)
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
…ig already sets `src`)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, nice!
'lib/state/cache.ts', | ||
'src/bloom/*.ts', | ||
'src/evm/**', | ||
'src/state/cache.ts', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, important catch, I really thought I had it. Thanks for having another closer look here.
Fixes #1287 by adding
src
folders to thepackage.json
file of all packages except the client which still generally has got a somewhat differing build structure.This PR also does the
lib
->src
renaming for the VM package to align with the other packages. This has gotten a bit extensive 😋 , did my best to catch every occurrence.