-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Outdated solidity version in migration.sol
#931
Comments
@Aniket-Engg Thanks for raising this. Unfortunately updating the We probably need to implement truffle-core 117 to manage this requirement appropriately. Another approach that's been discussed is removing |
@cgewecke ok, I got it. Looks like we can have a permanent solution later in future, till then we can go with the updating file manually. |
Latest truffle is putting |
Thank you for raising this issue! It has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you would like to keep this issue open, please respond with information about the current state of this problem. |
There has been no new activity on this issue since it was marked as stale 7 days ago, so it is being automatically closed. If you'd like help with this or a different problem, please open a new issue. Thanks! |
Issue/Feature Request
truffle init
setup project with a file namedmigration.sol
with solidity version0.4.17
Steps to Reproduce
truffle init
Expected Behavior
Migration.sol file should have updated version of Solidity
Actual Results
It dispaly Solidity version as
0.4.17
Environment
truffle version
): 4.1.5node --version
): 8.9.3npm --version
): 5.6.0The text was updated successfully, but these errors were encountered: