Dave Kelsey

Results 145 issues of 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...

enhancement
testing
NWO

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....

enhancement
build

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 ```...

bug
documentation
component/core

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...

documentation
component/ethereum

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....

enhancement
documentation
component/core
test

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...

documentation
component/fabric

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...

bug
documentation

current report shows ``` --------------------------------------------------------------|----------|----------|----------|----------|----------------| File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines | --------------------------------------------------------------|----------|----------|----------|----------|----------------| All files | 48.7 | 39.91 | 41.18...

enhancement
test

Samples in caliper-benchmarks would also be worth considering

enhancement
documentation