kadenzipfel / gas-optimizations

List of smart contract optimizations in solidity
610 stars 61 forks source link

Specify Solidity pragma in code snippets #1

Closed PaulRBerg closed 2 years ago

PaulRBerg commented 2 years ago

Love this repository, but I think that there's an important piece of data missing from the code snippets: a Solidity pragma.

Gas costs differ between Solidity compiler versions, and in some cases the code may not even compile.

pcaversaccio commented 2 years ago

Good point - actually wanted to open a similar issue. Some of the issues are mitigated by the latest Solidity versions (using the optimiser ofc).