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

build(contracts): build contracts individually via index:compile:all hh task. #5

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

snake-poison
Copy link

Building contracts individually produces more reproducible bytecode. Due to a bug in the 0.6.10 compiler (ethereum/solidity/issues/9573)

  • Adds hardhat task index:compile:all & index:compile:one.
  • Adds npx hardhat index:compile:all to yarn compile && compile:latest scripts.

Building contracts individually produces more reproducible bytecode.
Due to a bug in the 0.6.10 compiler (ethereum/solidity/issues/9573)
@snake-poison snake-poison merged commit 6175554 into master Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant