Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adopt block number revocation status instead of boolean verdict #6

Open
mirceanis opened this issue Jan 13, 2020 · 7 comments
Open
Assignees
Labels
enhancement New feature or request planned-feature an issue that is on the roadmap

Comments

@mirceanis
Copy link
Member

Revocation status is being returned as an object of the form:

{
  revoked: true
}

To make use of the latest contract improvements, this status should return the lowest block number when a valid revoker issued a revocation, or 0 if it was never revoked by any valid revoker address(es).

Ex:

{
   revoked: 19265
}

With a status like this, integrators ca query the block timestamp to figure out when the credential was first revoked.

@mirceanis mirceanis added the enhancement New feature or request label Jan 13, 2020
@mirceanis mirceanis self-assigned this Jan 13, 2020
@stale
Copy link

stale bot commented Feb 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Mar 14, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Apr 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Jun 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Aug 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Oct 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Dec 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@mirceanis mirceanis added planned-feature an issue that is on the roadmap and removed inactive-autoclose labels Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned-feature an issue that is on the roadmap
Projects
None yet
Development

No branches or pull requests

1 participant