Baohua Yang
Baohua Yang
certificateAuthorities..registrar is a list in sdk-node and sdk-java In go sdk, it is a map type, can we consider to use the same format with sdk-node and sdk-java? This will...
Signed-off-by: Baohua Yang
Let api-engine provide a RESTful API to bootup a orderer node (1.4 or 2.0).
Otherwise, it will report ModuleNotFoundError: No module named 'hfc'. Close #158 Change-Id: I113b395623a6d5d6a629e36362765720291d964f Signed-off-by: Baohua Yang
The patchset improves the error message. Change-Id: I7d7bb084d0ba9d6d33a2b583a763752fca530b9b #### Type of change - Improvement (improvement to code, performance, etc) #### Description The errors package has better features than the fmt...
The patchset uses the errors pkg to follow the guideline at https://hyperledger-fabric.readthedocs.io/en/latest/error-handling.html Change-Id: I36eaac1b429c69195e4af1bb5bb25fc1a2578168 #### Type of change - Improvement (improvement to code, performance, etc) #### Description Remove the usage...
# Reproduce go list -m -mod=mod -versions github.com/hyperledger/fabric github.com/hyperledger/fabric v0.6.0-preview v0.6.1-preview v1.0.0-alpha v1.0.0-alpha2 v1.0.0-beta v1.0.0-preview v1.0.0-rc1 v1.0.0 v1.0.1 v1.0.2 v1.0.3 v1.0.4 v1.0.5 v1.0.6 v1.1.0-alpha v1.1.0-preview v1.1.0-rc1 v1.1.0 v1.1.1 v1.2.0-rc1 v1.2.0...
Change-Id: I3620094d9aece9151bf5dd08005673c2610aa041 #### Type of change - Improvement (improvement to code, performance, etc) #### Description Change output fmt from %s to %w, which is supported by errors and fmt to...
This is a picked commit from https://github.com/hyperledger/fabric/pull/3249. Fix the issue that expired certs can block using sdk. Change-Id: Idff5f8913c772a51844b4b4d39adbfccb28d5bec
In previous version, we can generate by ``` gitbook build -f page ``` However, it does not work now without any error msg. Can anyone give some suggestions? Thanks!