Releases: Open-Attestation/document-store
Releases · Open-Attestation/document-store
v1.0.3
v1.0.2
v1.0.1
Added time dimension to the smart contract
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.