Skip to content

Releases: Open-Attestation/document-store

v1.0.3

24 Mar 10:07
Compare
Choose a tag to compare

1.0.3 (2020-03-24)

Bug Fixes

  • truffle config in build (4b5903a)

v1.0.2

24 Mar 09:31
b23c3b5
Compare
Choose a tag to compare

1.0.2 (2020-03-24)

Bug Fixes

  • released files, build main ref & copy types (#67) (b23c3b5)

v1.0.1

24 Mar 02:48
Compare
Choose a tag to compare

1.0.1 (2020-03-24)

Bug Fixes

Added time dimension to the smart contract

02 Oct 05:25
5d6c39b
Compare
Choose a tag to compare

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.