Diego Barahona
Diego Barahona
I'm also very interested in this feature. Is the planning looking far in the schedule?
I agree with you that Convector should help detecting this kind of things. This looks like a valid issue, and I think it can be easily addressed since a Convector...
What's the motivation behind using a class without a ConvectorModel? ConvectorModel is the one providing all this functionality, the decorators are just flags for it.
You can still use ConvectorModels for those cases. When you declare an inner property to be `FlatConvectorModel` it will ignore the id and type field in the end result. As...
This is a problem in the way that Fabric is returning the response to client. A fix for this is in the way, expected to be merged and released in...
You can have a better syntax by doing `yup.array().of(MyModel.schema())`, even tho, [we're missing the transform](https://github.com/hyperledger-labs/convector/blob/develop/%40worldsibu/convector-core-model/src/convector-model.ts#L44) piece in the `.schema()` method. I'll keep this open to add that missing piece to...
TLS has already been proved by us to work with forma, using the right network-config (standard from fabric). We're still pending to test this through the mutual TLS configuration.
Thanks for reporting. This is an issue in the `.toJSON` method in the core-model package, it's not being recursive on objects. We just need to iterate over each of the...
@crazyman1979 I don't think so, `toJSON` only serealizes the info, so it should be just a matter of removing the lodash in front of the properties only.
Thanks for reporting, I'll investigate this