-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed edits / clarifications #5
Conversation
For lines 3-14. If the authors approve and agree, I will continue.
this is a read-only mirror. please submit code to https://gerrit.hyperledger.org/ |
I don't see this document on gerrit ... thanks for any help ... |
@joshhus here is the file in gitweb: https://gerrit.hyperledger.org/r/gitweb?p=fabric.git;a=tree;f=proposals/r1;h=b7df07b533023810a171024daf4b580d8d0b5ed5;hb=HEAD you would need to check out the repo here: https://gerrit.hyperledger.org/r/#/admin/projects/fabric and make your edits, pushing them to gerrit here is a walkthrough for zephyrproject which is much the same WRT setting up an LFID, adding ssh keys, etc: feel free to ask on slack - https://slack.hyperledgerproject.org/ - I'm @ry there, feel free to ask me directly, or discuss in #fabric one note: when you set up your LFID do not use social logins the first time, create the account and you can add social logins later |
When a network failure occurs, bootstrap.sh will restart the download using the curl -C option which provides resuming capabilities. The Nexus repo, however, has some limitations which cause curl to return error codes even when the download succeeds (see comments in the script). They have been treated in the script. This will allow failed downloads to be treated automatically, making the documentation leaner. Several scenarios were tested in RHEL 7.4 and Ubuntu 14.04. Patch-set #5: Rebase + incremental download of Fabric-CA binaries + handling of 404 errors (requested file isn't available) Change-Id: If8e4da57b2c19431c2d098590ff3bbd87dfa83d6 Signed-off-by: Phillip Viana <phillip.l.viana@gmail.com> Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
Clean dead code from multichannel/registrar_test.go Change-Id: Ib734da20f4609b5aad44e1778ede032165f18c97 Signed-off-by: Yoav Tock <tock@il.ibm.com>
Clean dead code from multichannel/registrar_test.go Change-Id: Ib734da20f4609b5aad44e1778ede032165f18c97 Signed-off-by: Yoav Tock <tock@il.ibm.com>
Clean dead code from multichannel/registrar_test.go Change-Id: Ib734da20f4609b5aad44e1778ede032165f18c97 Signed-off-by: Yoav Tock <tock@il.ibm.com>
…ft_blockpuller add blockfetcher to consensus
Description
See lines 3-14 as a sample / suggestions.
Motivation and Context
Clarify meaning and readability for all readers. Provide a sound basis for eventual external documentation.
Fixes #
How Has This Been Tested?
Reviewed changes in file comparison only.
Checklist:
Signed-off-by: Joshua Horton - joshh@us.ibm.com
For lines 3-14.
If the authors approve and agree, I will continue.