everx-labs / TVM-Solidity-Compiler

Solidity compiler for TVM
GNU General Public License v3.0
125 stars 72 forks source link

block.timestamp in different compiler versions #134

Closed vp-mazekine closed 1 year ago

vp-mazekine commented 1 year ago

Added clarification on how block.timestamp works in different compiler version, based on the compiler changelog

cryshado commented 1 year ago

@vp-mazekine The API.md contains information about how the latest release of the compiler works without explaining the peculiarities of previous versions. If you are interested, just look at your assembly code to see how block.timestamp works on your compiler version. Thanks for the pull request, but we can't accept it