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

Added hardhat-truffle5 setup with broken fixtures (migrations) and bumped contracts to Solidity v0.8 #21

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

Conversation

Ungolim
Copy link

@Ungolim Ungolim commented Feb 16, 2021

Legacy testing and migrations still work (albeit don't upgrade to Truffle v5.1.66 or else they will break); however running the Truffle tests within Hardhat (within the hardhat-truffle5 plugin) with this simple instructions, to turn the original migrations (referenced in the test suites) into fixtures, does not currently work due to a Truffle network config error (the hardhat-truffle5 plugin should take care of this step, so I opened an issue here to ask for clarifications: NomicFoundation/hardhat#1253)

After bumping all contracts to Solc 0.8.1, I have also added a few utility and best-practice tools suited for a smart contracts library and to make the template a bit more professional

References mudgen/diamond#1

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.

2 participants