convector icon indicating copy to clipboard operation
convector copied to clipboard

Smart Contract Systems the easy way. Open source development framework.

Results 43 convector issues
Sort by recently updated
recently updated
newest added

## The problem When sending a transaction that should fail, the nodejs SDK won't show all the levels of the error. ## Environment * Convector version (or git revision) that...

## The problem Adding a single static method as the first method in a controller, causes the following error `Error: Argument Error (order): Range is 0 to 24, but 25...

When you have a param into a controller method that is an array you need to specify the array schema manually. ``` public async saveBulk( @Param(yup.array().transform(values => values.map(v => new...

enhancement
help wanted
core

## The problem in this line empty object should be handled before passing to JSON.parse... check it out `const result = JSON.parse(txResult.result.response.payload.toString('utf8'));` https://github.com/hyperledger-labs/convector/blob/develop/%40worldsibu/convector-common-fabric-helper/src/client.helper.ts#L198 ## Environment * Convector version (or git...

## The problem The method `ConvectorModel.getOne` is supposed to throw an exception when the value of the field `type` is different between the Convector model and the JSON fetched from...

enhancement
core

## The problem Hyperledger Fabric recently added the **pagination** feature. So, is it possible to add this feature to convector as pagination is very necessary for production level deployment. ##...

enhancement
help wanted
storages

## The problem When creating a convector model which has properties which are simple classes, properties decorated with @Require() on this child class are ignored. ## Details Having a property...

## The problem When passing a model to a controller in a test and that model has a property that is a simple class (not a convector model), any properties...

bug
core

## The problem When an `Error` occurs inside of the chaincode (i.e.: making a `throw new Error(...)`) the returning message is not parsed as an Error object, therefore errors are...

When a developer makes mistakes on config, details are not shown It shows something like `UnhandledPromiseRejectionWarning` with no further details.

enhancement