Dave Kelsey
Dave Kelsey
The current NWO chaincode packager currently packages the whole of fabric-smart-client and then relies on fabric to reference the chaincode stored inside the source code tree. This isn't really optimal...
We should add this ability to help contributors/maintainers to delivery quality code. Some thoughts on this feature 1. It needs to be added to the build to verify PRs 2....
In the code and documentation the connector interface for the releaseContext method shows it takes no parameters, yet in the the code we see the worker actually does this ```...
Following on from #1566 it seems that the documentation for the ethereum connector is difficult to follow for example ``` URL of the RPC endpoint to connect to. Only websocket...
Caliper has a flow control system referenced only briefly in the documentation as "Caliper test phase control" when talking about the launch command so it's not well documented at all....
Fabric will not update any of the legacy SDKs to work correctly with a BFT orderer. Only the peer gateway api will work correctly. We should document this so it...
I'm no expert here but looking at the code there appears to be at least 2 properties which are not covered in the network configuration and there could be more...
current report shows ``` --------------------------------------------------------------|----------|----------|----------|----------|----------------| File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines | --------------------------------------------------------------|----------|----------|----------|----------|----------------| All files | 48.7 | 39.91 | 41.18...
Samples in caliper-benchmarks would also be worth considering