Dave Kelsey
Dave Kelsey
In the caliper-fabric package the dependency `@hapi/joi` is listed but isn't required anymore
### 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...
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...
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...
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...
This is the overall epic for the build/publish pipelines Mentorship 2022
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...
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...