Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Lock pragmas to specific compiler version #114

Open
crypto-x-soldier opened this issue Jan 8, 2021 · 0 comments
Open

Lock pragmas to specific compiler version #114

crypto-x-soldier opened this issue Jan 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@crypto-x-soldier
Copy link

Is your feature request related to a problem? Please describe.
One of the best practices is -> Contracts should be deployed with the same compiler version and flags that they have been tested the most with. Locking the pragma helps ensure that contracts do not accidentally get deployed.

https://consensys.github.io/smart-contract-best-practices/recommendations/#lock-pragmas-to-specific-compiler-version

Describe the solution you'd like
Update the following Solidity files to have a specific compiler lock.
Invest.sol
ERC20Helper.sol
ETHHelper.sol
Invest.sol
InvestorData.sol
MainCoinManager.sol
Manageable.sol
Migrations.sol
Pools.sol
PoolsData.sol
PozBenefit.sol

Wallet address
0xdD5F5feE4Db473ACa5A0b52EE459Abd35D098BEE

@crypto-x-soldier crypto-x-soldier added the enhancement New feature or request label Jan 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant