Anton Trunov
Anton Trunov
A note for the future code formatter implementation: there should be an option to strip comments and whitespace (see #485).
Related effort in the Scilla compiler project: https://github.com/Zilliqa/scilla-compiler/wiki/A-Debugger-for-Scilla-:-The-Beginning
`TIMESTAMP` is implemented in #1064.
Related issue: #68
Closing for now. Please reopen if the issue is still relevant.
@mauromedda Do you think it's worth it? Or should we close this issue?
No, I don't think so.
Resolving this issue would simplify contract auditing. As of now contract writers create read-only contract fields initialized with immutable contract parameters to be able to read those. And the dead...
This has been asked to be implemented by some users. CC @chetan-zilliqa
Related issue: sometimes contract authors add too many fields to contract addresses in their ADTs For example, in a contract I've seen this: ``` type OrderParam = | OrderParam of...