Dave Kelsey
Dave Kelsey
In the past for the fabric connector the manager would need a context to do things like install/instantiate chaincode, creat channels etc and thus the 1.4 non gateway connector needed...
This means it always starts at 5 and if I have a system that is able to process lots of TPS eg start at 1000 (but really 5) with a...
For developers who want to use the token-sdk they would want to install the tokengen cli and it installs fine using ``` go install github.com/hyperledger-labs/fabric-token-sdk/cmd/tokengen@latest ``` when attempting to generate...
downgrade the version of npm on the publish step to ensure that publish doesn't give an ENOWORKSPACES error This should be considered a temporary solution to getting publish working again...
This rationalises the versions and we should only document the following binding versions 1, 1.4 (use 1.4 legacy sdk) 2.2 (use 2.2 legacy sdk) 2.4, 2.5, 3, fabric-gateway (use the...
Looking at the documentation here https://hyperledger.github.io/caliper/v0.5.0/workload-module/#submittransaction It refers to an api call `invokeSmartContract` yet this api doesn't exist. The api call on an sut adapter is `sendRequests` and this is...
The following error is received ``` could not start monitors: typererror: cannot read properties of undefined {hasOwnproperty} ``` if you specify an entry for docker monitoring such as ``` monitors:...
ie we pin to exact versions in package.json we shrinkwrap or package-lock our node modules
There is also an issue on caliper-benchmarks as the examples there also state `startingTps` when it needs to be `startTps` or we change the code to match the documentation and...