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

No info is provided about the error, this is the chaincode error ``` info: [Chaincode] Args: CarCar_create,{'name':'test','id':'iddd',created:0,modified:0} error: [Chaincode] no function of name: CarCar_create found 2019-02-20T05:53:20.939Z ERROR [lib/handler.js] [ch1-a0f5c273]Calling chaincode...

bug
core

We use github pages for the docs, but right now it's a manual process to deploy them. We can use a package like https://github.com/tschaub/gh-pages or https://github.com/meandavejustice/gh-pages-deploy

enhancement

Take a look why this is needed sometimes The error usually looks like `error 404 Not Found: agreement-cc@^0.1.0`falling back to NPM to look for the package. https://www.npmjs.com/package/@lerna/filter-options#--include-filtered-dependencies

From the Discord chat we have seen Linux users facing similar difficulties, we should update DOCs accordingly. 1. Docker Compose Docker doesn't include Compose by default: https://docs.docker.com/compose/install/ 2. Node Gyp...

enhancement
docs

Hi, it would be great if convector, like the composer-rest-server, could generate the client API directly from the models and the controller this is of course an enhancement..

The developer may get this error an exception like this when sending a proposal: ``` myapp: error: [client-utils.js]: sendPeersProposal - Promise is rejected: Error: 2 UNKNOWN: error executing chaincode: transaction...

We need to think about the TLS connection on how to handle it. Since the cert must be set on each peer directly, we must figure out this for the...

enhancement
fabric

We need to design a way to notify events of certain actions in the blockchain to the clients. This has to be standard events and not tied to fabric.

enhancement
core