Constrain block_timestamp
to be ever increasing
#634
Labels
crate: evm_arithmetization
Anything related to the evm_arithmetization crate.
Milestone
We check consistency of timestamps within a given block, and soon they'll be also used as part of the blockhash computation, but we'd need to also enforce that we do not go in the past, i.e. that$blockTimestamp_{N+1} > blockTimestamp_{N}$ .
Thanks @krlosMata for pointing this out.
The text was updated successfully, but these errors were encountered: