Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 677 Bytes

Multiple Solidity pragma.md

File metadata and controls

18 lines (17 loc) · 677 Bytes

It is better to use one Solidity compiler version across all contracts instead of different versions with different bugs and security checks. (see here)


Slide Screenshot

03.jpg


Slide Text

  • Solidity Pragma
  • Different Pragmas
  • Different Contracts
  • Different Bugs -> Different Features/Checks
  • Same Pragma -> Same Bugs/Features/Checks

References


Tags