-
Notifications
You must be signed in to change notification settings - Fork 36
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
Feature/onchain non merklized credential converter #290
Feature/onchain non merklized credential converter #290
Conversation
for me it is not enough vision how it is used in the handler, because you define public functions and it is not clear if it is enough. |
import { Options } from '@iden3/js-jsonld-merklization'; | ||
import { W3CCredential } from '../../verifiable'; | ||
import { OnchainNonMerklizedIssuerAdapter } from './onchain-issuer-adapter/non-merklized/version/v0.0.1/onchain-non-merklized-issuer-adapter'; | ||
import { EthConnectionConfig } from '..'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix this import
.../onchain-issuer-adapter/non-merklized/version/v0.0.1/onchain-non-merklized-issuer-adapter.ts
Outdated
Show resolved
Hide resolved
.../onchain-issuer-adapter/non-merklized/version/v0.0.1/onchain-non-merklized-issuer-adapter.ts
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,13 @@ | |||
import { Id, DID } from '@iden3/js-iden3-core'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix linter please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we increase minor package version to 1.25.0 ?
b7ab542
No description provided.