Dave Kelsey

Results 131 issues of Dave Kelsey

Hyperledger have requested we publish to alternative location `ghrc.io` We could move from dockerhub to this location for docker images not sure about moving from the npm registry but we...

enhancement
wontfix
build

K8s is a popular platform for running containerized applications. K8s has now become more capable around short term executions (ie not long running servers that require to be kept running...

enhancement
component/core

The ability to manage the launching of workers in a K8s enviroment is covered by #1430. One of the pains of caliper in a multiple VM environment is that you...

enhancement
component/core

In a network configuration file for fabric you can embed base64 encoded strings for identities of the pem file to avoid the nasty issues of 1. json needing encoded new...

bug
component/fabric

The fabric integration tests have to download fabric docker images each time an integration test is run. This is time consuming and the image versions do not change on a...

enhancement
build

There are 3 directories in caliper-test-integration - fabric_docker_distributed_tests - fabric_docker_local_tests - fabric_tests (currently the only one used as part of the caliper build process) fabric_tests are the main tests for...

enhancement
build
test

An MVCC Read Conflict is a common response to a transaction where a transaction being committed has read a key which has changed between the transaction being read and being...

enhancement
component/fabric

I think this should be done on the merge pipeline rather than the PR pipeline, but it should also be possible to run the scenario locally There is an integration...

enhancement
build
test

Some dependencies are quite old we could look to moving to more recent versions and address any security issues. Dependabot is now available to keep our dependencies upto date

enhancement
build
test