Skip to content

Commit

Permalink
test: added revocation registry definition and status list
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
  • Loading branch information
berendsliedrecht committed Jan 18, 2024
1 parent 6454a2d commit 3702324
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 123 deletions.
3 changes: 2 additions & 1 deletion packages/indy-vdr/src/anoncreds/IndyVdrAnonCredsRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import type {
RegisterRevocationStatusListReturnStateAction,
RegisterRevocationStatusListOptions,
} from '@aries-framework/anoncreds'
import { AgentContext, AriesFrameworkError } from '@aries-framework/core'
import type { AgentContext } from '@aries-framework/core'
import type { SchemaResponse } from '@hyperledger/indy-vdr-shared'

import {
Expand All @@ -43,6 +43,7 @@ import {
parseIndySchemaId,
dateToTimestamp,
} from '@aries-framework/anoncreds'
import { AriesFrameworkError } from '@aries-framework/core'
import {
RevocationRegistryEntryRequest,
RevocationRegistryDefinitionRequest,
Expand Down
Loading

0 comments on commit 3702324

Please sign in to comment.