Dave Kelsey

Results 131 issues of Dave Kelsey

With the introduction of the M1 ARM chip for Apple Macbooks plus the increasing interest in ARM as an alternative to Intel it would be good if fabric supported and...

The deployCC command provides the ability to deploy Go/Java/Typescript/Javascript chaincode. However in almost all cases this will fail (and that applies for the provided samples in fabric-samples as well) unless...

documentation

The fabric-ca-server has a dependency on glibc 2.28, so when trying to run it you get ``` /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by bin/fabric-ca-server) ``` The problem is likely...

In the documentation for getting started the following is defined ``` Go 1.10+ installation GOPATH environment variable is set correctly libtool and libtdhl-dev packages are installed ``` However Go 1.16...

docs

Using 2.2.3LTS using the contract-api I have this method ``` @Transaction(submit=false) public QueryResponse paginatedRichQuery(Context ctx, String queryString, String pagesize, String passedBookmark) { logger.debug("Entering paginatedRichQuery with pagesize [" + pagesize +...

help wanted
hacktoberfest

Using 2.2.3LTS I have the following method ``` @Transaction(submit=false) public QueryResponse paginatedRichQuery(Context ctx, String queryString, String pagesize, String passedBookmark) { ``` I invoke paginatedRichQuery with inly 2 parameters rather than...

As mentioned here https://hlf.readthedocs.io/en/latest/developapps/transactioncontext.html#stub and also https://github.com/hyperledger/fabric-chaincode-go/blob/main/shim/interfaces.go The information about it only be usable in the outer most chaincode should be added

help wanted
hacktoberfest

PTE relies on an old unsupported version of the node SDK. The Operator Test tool relies on PTE to do admin (such as channel creation) as well as drive business...

- https://github.com/hyperledger/caliper-benchmarks/issues/201 - https://github.com/hyperledger/caliper-benchmarks/issues/189

performance
Epic