Dave Kelsey

Results 131 issues of Dave Kelsey

Doing the following ``` ./network.sh up -s couchdb ./network.sh createChannel -c mychannel ``` results in the fabric network being recreated by the createChannel command using levelDB. The reason for this...

- this should support both building/launching chaincode as well as supporting external chaincode - ideally written in Go so that it is platform agnostic (so can support nano-bash and a...

quarterly-report

Things like - publish a version of the docs for that tag - publish official docker images and npm modules - bump the code to the next unstable version Basically...

enhancement
publish/npm
publish/docker
build

This is a great idea as it will provide proper descriptions of the various scenarios tested by the integration tests and would also make our whole integration test strategy much...

test

The fabric tests used to test this when it controlled the fabric configuration. Now that it uses test-network I don't think the integration tests drive prometheus in any way. Also...

test

The rows should correspond to number of submitted transactions, but it's not clear about the value of the first row. In this case as we can have 0 submitted transactions,...

bug
documentation

This one is not so important as most people would use the manager to launch the workers but technically you could launch the workers yourself and communicate via process so...

test

We need an integration test that tests the use of distributed workers communicating by mqtt, ideally appearing to run on different machines (use container technology to achieve this) see https://github.com/hyperledger/caliper/issues/1554...

test

Given that Fabric is really the only upto date SUT here, I think it's only worth targeting this SUT for now or we could target the pingpong connector if one...

enhancement