-
Notifications
You must be signed in to change notification settings - Fork 12
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
refactor: clean up foundry_common
and rename crates
#672
Conversation
|
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.
It's coming together nicely!
The PR is split into two commits:
refactor: clean up foundry_common
foundry_common
toedr_defaults
if used in multiple creates or to the specific crate where they're used.foundry_common
tofoundry_evm_core::fork
.foundry_common
tofoundry_evm_core::contracts
.foundry_common
tofoundry_evm_core::abi::fmt
. These formatters are primarily used infoundry_evm_core::abi
.edr_test_utils
toforge
integration test helpers if they're only needed there.foundry_common
toforge
integration test helpers if they're are only needed thererefactor: rename crates
foundry-common
toedr_common
. This contains math and filesystem utilities now.foundry-macros
toedr_macros
for proc macros.forge
toedr_solidity_tests
and move integration test suite data into the crate.