Dave Kelsey

Results 145 issues of Dave Kelsey

In the caliper-fabric package the dependency `@hapi/joi` is listed but isn't required anymore

bug
good first issue
component/fabric
build

### Please share the technical limitation of Caliper that you encountered. https://github.com/hyperledger/caliper/issues/1205 implements a base connector but one of the points of interest will be how can performance be improved...

enhancement
component/fabric

workload modules may want to benchmark different retry strategies if an MVCC Read Conflict is received. These are reported as errors and so they may want to not report those...

enhancement
component/fabric

fabric documentation has removed the bit.ly link from it's documentation now and has officially published the `install-fabric.sh` script over `bootstrap.sh` we should remove the bit.ly link in v0.5.0 and use...

bug
documentation

If a user for example decides to ctrl-c the caliper manager, the remote workers it's engaged continue to work. Caliper Manager should send termination messages to these workers when caliper...

enhancement
component/core

This is the overall epic for the build/publish pipelines Mentorship 2022

enhancement
epic
build

node will suffer from some floating point inaccuracies, eg ``` $ node Welcome to Node.js v14.19.0. Type ".help" for more information. > 0.1+0.2 0.30000000000000004 > ``` as an example there...

enhancement
component/core

Observers exist to Observe the caliper system and looks as though the intention is that you can have multiple Observers registered. Looking at the TxObserverInterface I note the following ```javascript...

bug
component/core