- 10 Aug, 2016 1 commit
-
-
grapebaba authored
Remove little duplicate logic and unused variable. Change-Id: Ib1e633578cb13393a6351a7e60cd6f47325c5d09 Signed-off-by:
grapebaba <281165273@qq.com>
-
- 04 Aug, 2016 7 commits
-
-
Sheehan Anderson authored
-
Sheehan Anderson authored
-
Greg Haskins authored
-
grapebaba authored
No invocation path found for config.go in genesis package, After remove config.go, the genesisBlock item in config file is also no needed. Change-Id: I093ef40027a67e1070bdc0fde6e8edcf6f34dd2e Signed-off-by:
grapebaba <281165273@qq.com>
-
Baohua Yang authored
Update the service port from old number to lastest one. Change-Id: Id84743728cf53026008caaf8adcbd0c64504f458 Signed-off-by:
Baohua Yang <baohyang@cn.ibm.com>
-
Julian Carrivick authored
Add logic to determine the peer command being run and initialise logging accordingly rather than hard coding it in each command. Change-Id: I685db8fbde1019515b6882fc96b1b25a062df44f Signed-off-by:
Julian Carrivick <cjulian@au1.ibm.com>
-
Sheehan Anderson authored
-
- 03 Aug, 2016 9 commits
-
-
Srinivasan Muralidharan authored
Chaincode events were originally stored in TransactionResults in NonHashData(see fabric.proto). TransactionResults was removed as part of removing error transactions from ledger which broke sending of chaincode events. This is fixed in the patch which stores chaincode events directly in NonHashData. Sample is also enhanced. Change-Id: Ifee8facb2e4760e878f15716af0e48346536c476 Signed-off-by:
Srinivasan Muralidharan <muralisr@us.ibm.com>
-
Greg Haskins authored
-
Greg Haskins authored
-
Julian Carrivick authored
The current version of cobra in our vendor folder has a bug where if a cobra command has a PersistentPreRunE callback, it expects a PersistentPostRunE callback, too. If it doesn't exist, then it will panic. Adding an empty PersistentPostRunE callback is a workaround, updating cobra (and pflag as it is a dependency) fixes it. Change 277 depends on this as it has removed the PersistentPostRunE from the main command. I think it would be nicer to merge this before merging that. Change-Id: I77ebd36a83ccff3076fa9f89a34524dfe42b21eb Signed-off-by:
Julian Carrivick <cjulian@au1.ibm.com>
-
Jonathan Levi authored
-
Jonathan Levi authored
-
Brad Gorman authored
Vendoring doesn't work unless you run from $GOPATH/src/hyperledger/fabric. Previous fix attempted to correct package name assumptions, but this fix works better and won't keep breaking. Change-Id: Ib2489eb98d363be6a51a4fad5022f6b5e4d7f784 Signed-off-by:
Bradley Gorman <bgorman@au1.ibm.com>
-
Baohua Yang authored
Remove the period at the head line, and make it more readable. Change-Id: I09956d5e289cc6653f5830684eb7ffd4db09d7d3 Signed-off-by:
Baohua Yang <baohyang@cn.ibm.com>
-
Jonathan Levi authored
-
- 02 Aug, 2016 8 commits
-
-
Sheehan Anderson authored
-
Greg Haskins authored
-
agaragiola authored
Before start the ACA server the property "aca.enabled" is read and the ACA server is started only if "aca.enabled = true" avoiding resource consuming and confusing log in the console. Fixes: #2348 https://github.com/hyperledger/fabric/issues/2348 Change-Id: If90af171b1056b8c142db444b8476f68908159ea Signed-off-by:
agaragiola <garagiol@ar.ibm.com>
-
Sheehan Anderson authored
-
sheehan authored
The proto build script was broken with the introduction of Java chaincode. PR #2162 resolved this and simplified the script. Due to the script simplification, there were a few changes in the .pb.go files after they were recompiled. It was also necessary to change the package name of dah.proto to avoid compile errors after compiling with the updated script. Change-Id: Ie009c0b790db859e356645dd204082641ee7eab5 Signed-off-by:
Sheehan Anderson <sheehan@us.ibm.com>
-
Julian Carrivick authored
Moving PR #2317 from github. Split peer/main.go into multiple packages desginated by each of the peer commands. The current file is >1100 lines and this will improve maintainability and pave the way for tests to be written. Also break up each of the subcommands into their own files, pending tests to be written so they can be disentangled from the global variables and also placed into seperate packages. Change-Id: I4549a44d20b9ce51f6fcd2d145dcf75f96c6476e Signed-off-by:
Julian Carrivick <cjulian@au1.ibm.com>
-
jiangyaoguo authored
This commit is migrated from https://github.com/hyperledger/fabric/pull/2322 . Change-Id: Id205b5c74be0975d3c2f1648ca40b8dd210cebb7 Signed-off-by:
jiangyaoguo <jiangyaoguo@gmail.com>
-
Baohua Yang authored
Move the default clone server from github to gerrit. Change-Id: If9d090f95d5b18054b5237d2905af88b17247901 Signed-off-by:
Baohua Yang <baohyang@cn.ibm.com>
-
- 01 Aug, 2016 9 commits
-
-
sheehan authored
Add required < and > characters around email address of sign off Change-Id: Id9160eeaa9d2c3b530bd9fda8a75e3460e394771 Signed-off-by:
Sheehan Anderson <sheehan@us.ibm.com>
-
rameshthoomu authored
Increased 5 sec's timeout in @issue_1000 behave scenario. Jenkins builds are failing after exceeding maximum timeout (60 secs) of a invoke transaction. Change-Id: I6d157126655270ab610de2f5bccfdefc0ed31b57 Signed-off-by:
rameshthoomu <rameshbabu.thoomu@gmail.com>
-
Sheehan Anderson authored
-
grapebaba authored
Change-Id: I5d8e3888d30e9a0ecba73f275b50c0677859aa71 Signed-off-by:
grapebaba <281165273@qq.com>
-
Jonathan Levi authored
-
Jonathan Levi authored
-
Jonathan Levi authored
-
Sheehan Anderson authored
-
grapebaba authored
Currently db will open when GetDBHandle method is invoked first time, so GetDBHandle method needs to use mutex. This patch makes db open and close in its lifecycle methods Start and Stop, invokes Start only when peer starts and invokes Stop when peer stops. After that, methods in db do not need to support concurrency. Change-Id: Id8612f2a846c5d626bd42c5cd4ae482076f6a975 Signed-off-by:
grapebaba <281165273@qq.com>
-
- 31 Jul, 2016 4 commits
-
-
Christopher Ferris authored
-
Baohua Yang authored
Add more popular way to usage git review with automatic push to corresponding branch and to support update patch. Change-Id: Ica27111dd4a26bae89f022593320e4810104325b Signed-off-by:
Baohua Yang <baohyang@cn.ibm.com>
-
Christopher Ferris authored
reassign port numbers to 7050-7060 range to avoid conflicts with Windows port usage (5000). Fixes #2283 https://github.com/hyperledger/fabric/issues/2283 Port assignments as follows: 7050 REST 7051 peer gRPC 7052 peer CLI 7053 peer events 7054 eCAP 7055 eCAA 7056 tCAP 7057 tCAA 7058 tlsCAP 7059 tlsCAA NOTE: when this PR lands, it will require people to rebuild their Vagrant development environment(s), so we will want to make an announcement. Also @bcbrock recommended that we eventually seek a block of ports from IANA. We should hold off on that until we sort out Consensus next. Change-Id: I1e54d45589e155a69a2a779b1dac447d5473cf03 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
Christopher Ferris authored
Moved logging modules from core to its own package so it could be shared, renamed flogging. Fixes #897 https://github.com/hyperledger/fabric/issues/897 patch set from https://github.com/hyperledger/fabric/pull/2300 address review comment rebased Change-Id: I1124bf8f771dbf4d34cc836437caa1d5526f4f43 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
- 30 Jul, 2016 2 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
-