Problem: In the storage generation section of Makefile we use
'Tezos.now' to fetch the current timestamp. But it appears that the
'ligo compile' command is not able to fetch the current timestamp
properly.
Solution: Use the 'date' command from environment to fetch the unix
timestamp and use it as a timestamp during storage generation.
Related issue(s)
Resolves #230
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
[x] If I added new functionality, I added tests covering it.
[x] If I fixed a bug, I added a regression test to prevent the bug from
silently reappearing again.
Documentation
[x] I checked whether I should update the docs and did so if necessary:
Description
Problem: In the storage generation section of Makefile we use 'Tezos.now' to fetch the current timestamp. But it appears that the 'ligo compile' command is not able to fetch the current timestamp properly.
Solution: Use the 'date' command from environment to fetch the unix timestamp and use it as a timestamp during storage generation.
Related issue(s)
Resolves #230
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
Documentation
Stylistic guide (mandatory)