VIS-2 / taobank-04-24

0 stars 0 forks source link

Floating compiler version #37

Open DanailYordanov opened 4 months ago

DanailYordanov commented 4 months ago

Description

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 using, for example, the latest compiler which may have higher risks of undiscovered bugs. Contracts may also be deployed by others and the pragma indicates the compiler version intended by the original authors.