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

Monorepo: Add src files to package build / VM lib -> src renaming #1301

Merged
merged 7 commits into from
Jun 17, 2021

Conversation

holgerd77
Copy link
Member

Fixes #1287 by adding src folders to the package.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.

@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #1301 (d18de53) into master (35c99ff) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

Flag Coverage Δ
block 86.44% <ø> (+0.24%) ⬆️
blockchain 84.36% <ø> (-0.07%) ⬇️
client 84.43% <ø> (ø)
common 88.70% <ø> (ø)
devp2p 83.75% <ø> (-0.39%) ⬇️
ethash 82.83% <ø> (ø)
tx 89.49% <ø> (ø)
vm 76.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Contributor

@ryanio ryanio left a comment

Choose a reason for hiding this comment

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

lgtm, nice!

@ryanio ryanio merged commit 6365d68 into master Jun 17, 2021
@ryanio ryanio deleted the add-source-files-to-package branch June 17, 2021 06:16
'lib/state/cache.ts',
'src/bloom/*.ts',
'src/evm/**',
'src/state/cache.ts',
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment