New Idemix Integration with W3C support, preparation #1465
Annotations
10 errors
lint:
token/services/identity/msp/idemix/msp/bccsp.go#L10
could not import github.com/IBM/idemix/bccsp (-: # github.com/IBM/idemix/bccsp
|
lint
cannot use &aries.Signer{…} (value of type *aries.Signer) as types.SignatureScheme value in struct literal: *aries.Signer does not implement types.SignatureScheme (wrong type for method AuditNymEid)
|
lint
cannot use &aries.NymSigner{…} (value of type *aries.NymSigner) as types.NymSignatureScheme value in struct literal: *aries.NymSigner does not implement types.NymSignatureScheme (wrong type for method Verify)
|
lint
unknown field Bls in struct literal of type aries.Cred
|
lint
cannot use &aries.Signer{…} (value of type *aries.Signer) as types.SignatureScheme value in struct literal: *aries.Signer does not implement types.SignatureScheme (wrong type for method AuditNymEid)
|
lint
cannot use &aries.NymSigner{…} (value of type *aries.NymSigner) as types.NymSignatureScheme value in struct literal: *aries.NymSigner does not implement types.NymSignatureScheme (wrong type for method Verify)
|
lint
unknown field Bls in struct literal of type aries.Cred) (typecheck)
|
lint:
token/services/identity/msp/idemix/msp/config.go#L128
unknown field Schema in struct literal of type idemixmsp.IdemixMSPSignerConfig (typecheck)
|
lint:
token/services/identity/msp/idemix/msp/deserializer.go#L60
serialized.Schema undefined (type *idemixmsp.SerializedIdemixIdentity has no field or method Schema) (typecheck)
|
lint:
token/services/identity/msp/idemix/msp/deserializer.go#L61
serialized.Schema undefined (type *idemixmsp.SerializedIdemixIdentity has no field or method Schema) (typecheck)
|