scilla
scilla copied to clipboard
Add support for BlockHash and Timestamp in blockchain.json
The blockchain json input currently has the BLOCKNUM
field. Add BLOCKHASH
(of type ByStr32) and TIMESTAMP
(of type Uint64
) also.
@AmritKumar should we close this as "wontfix" ?
TIMESTAMP
is implemented in #1064.
Related issue: #68