Skip to content

Added time dimension to the smart contract

Compare
Choose a tag to compare
@rjchow rjchow released this 02 Oct 05:25
· 136 commits to master since this release
5d6c39b

Added two methods for querying based on block number

isCertificateIssuedBefore(bytes32 certificate, uint blockNumber)
isRevokedBefore(bytes32 certificate, uint blockNumber)

This allows for preserving the utility of a compromised smart contract owner by allowing querying of state at point-in-time.