ethereum / act

Smart contract specification language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `Time t` from `TEntry` to `TStorageItem`

kjekac opened this issue · comments

This may be cleaner because it allows us to infer names purely based on a storage item. On the other hand, it makes location extraction for name generation more difficult, because the pre- and the post-versions of each location will become separate location values which need to be matched to generate the correct assertions.