0x00000002 / staking-app

MIT License
0 stars 0 forks source link

Lock pragma to specific compiler version #8

Open ryu9827 opened 6 years ago

ryu9827 commented 6 years ago

https://github.com/tikonoff/staking-app/blob/8306bb8deebe0f554e99bf4e525ea4a3f5672397/contracts/Stake.sol#L11

It is better to lock and stick to a chosen compiler version and fully test it before go live. Different compiler versions could cause funky bugs. pragma solidity 0.4.18;

ryu9827 commented 6 years ago

And remember keep contract versions consistent if you remove these carets.