David Liu

Results 72 issues of David Liu

As shown in https://github.com/marketplace/actions/gh-release ![image](https://user-images.githubusercontent.com/7227589/168088686-1f4e064c-f8f6-40b5-a1ed-816bcf7683e9.png) The latest available here is v0, instead of v1 in README. Any plan to release v1?

我看到在这个目录下 scripts/chaincode-builder/bin/ 里面主要就是移动一些配置以及sanCheck, 反而run文件当中没有实际内容,所以external chaincode是通过别的方式跑起来的么?

Signed-off-by: DavidLiu

remove npm/lib/lib.js Close #369 Signed-off-by: DavidLiu

**Is your feature request related to a problem? Please describe.** I'm always frustrated in any of API request parater, such as `ListRegionsRequest`, we only have property `filter` than what did...

type: feature request
priority: p3

During learning and comparing external chaincode `bin/peer lifecycle chaincode package --label=diagnose --lang=external --path=...chaincode/golang/diagnose ccPackage.tar.gz` I see the failure ``` Error: failed to normalize chaincode path: unknown chaincodeType: EXTERNAL ``` Is...

fabric 2.4 ## The scenario 1. Prepare policy bytes by ``` var policy = ext.NewKeyEndorsementPolicy(nil) policy.AddOrgs(msp.MSPRole_MEMBER, MSPIDs...) ``` 3. `SetStateValidationParameter` with key `a` and policyBytes. I also did a double...

Now I am having a `go.mod` file with this content ``` module github.com// go 1.16 require github.com/hyperledger/fabric-sdk-go v1.0.0 // indirect ``` And I run `go mod tidy` It surprise me...

It might involve - rewrite DiscoveryHandler.js - migrate to use TargetedHandler.js - more code hygiene in Proposal.js - more use subclass of Proposal.js, than ServiceAction Signed-off-by: DavidLiu

You're correct, I'm sure this could be improved. Perhaps instead of a handler being passed in with the signature: ```typescript export class ServiceHandler { commit(signedEnvelope: Buffer, request: any): Promise; endorse(signedProposal:...