-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Labels
enhancementexperimental-clientItems related to the development of a new client (see milestone/8 and theexperimental-client branch)Items related to the development of a new client (see milestone/8 and theexperimental-client branch)good first issueBite-sized items for first time contributorsBite-sized items for first time contributors
Milestone
Description
Description of issue or feature request:
Add a method of Signed metadata class returning information about metadata expiration given a reference time.
Current behavior:
Signed class already contains expires, a metadata expiration datetime object.
Expected behavior:
A method exists that checks the 'expires' attribute against a reference time.
def is_expired(self, reference_time: float) -> bool
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementexperimental-clientItems related to the development of a new client (see milestone/8 and theexperimental-client branch)Items related to the development of a new client (see milestone/8 and theexperimental-client branch)good first issueBite-sized items for first time contributorsBite-sized items for first time contributors