kadena-io / pact

The Pact Smart Contract Language
https://docs.kadena.io/build/pact
BSD 3-Clause "New" or "Revised" License
579 stars 100 forks source link

Use Integers to represent Time in FV #1286

Closed rsoeldner closed 1 year ago

rsoeldner commented 1 year ago

This PR changes the Time representation in FV. So-far, we represent time using microseconds as Int64, which exceeds (and does not align with) Z3s Integer representation.

PR checklist:

Additionally, please justify why you should or should not do the following: