-
(node:5259) UnhandledPromiseRejectionWarning: Error: Transaction proposal was bad
supplychain-app: at FabricControllerAdapter. (/home/suntaiwai/convector-example-supplychain-master/packages/suppl…
-
![image](https://user-images.githubusercontent.com/5282988/53295846-cc79cf80-37c9-11e9-9328-a8163d14a413.png)
`Property 'testchaincode' does not exist on type 'typeof Models'. Did you mean 'Testcha…
-
### Make the call again and successfully update the product
`hurl invoke identities product_update "prod1" "pineapples hello2modified" --user user1`
This example provides a way via `hurl` to invok…
-
Hello,
When i run npm run restart, it throws this error:
./node_modules/@worldsibu/convector-tool-dev-env/scripts/init.sh: 12: ./node_modules/@worldsibu/convector-tool-dev-env/scripts/init.sh: S…
-
I'm facing the following error during NPM install:
[2019-01-28T22_16_27_616Z-debug.log](https://github.com/worldsibu/convector/files/2805213/2019-01-28T22_16_27_616Z-debug.log)
```
> testChaincod…
-
Hey guys, just saw youhave annotated the dependency of `@types/log4js` but I don't think it's being used. That version of the library maps to a security vulnerability dependency `@types/log4js@2.3.5 >…
-
implementing `authentication` is complex for me, and I believe that everything can be simplified with an example, but this example's a bit too simple, i think it should have more `participants` and `t…
-
package ts-node is not in the chaincode devdependencies in package.json by default. When you try to execute a test it returns an error like 'Error: Cannot find module 'ts-node/register'
-
Even if the stub can be directly accessed, it's not an explicit task. We have found that this is a rather common need.
```
const stub = (BaseStorage.current as any).stubHelper;
```
This `as an…
-
When generating models through cli, the index.ts file is not updated and contains always only the default exports:
export * from './supplychainchaincode.model';
export * from './supplychainchainco…