- 09 Feb, 2017 2 commits
-
-
denyeart authored
Finish the implementation for ledger API GetHistoryForKey(). Lookup the history of key updates by blockNum:tranNum. For each history record, retrieve the txID and key value from block storage. This requires passing a block storage handle into the history query executor, and exposing the block storage test environment to other packages. Historic txID and key value is returned to client to enable simple provenance scenarios. Added tests for GetHistoryForKey() including recovery scenarios. One test required a fix to block storage syncIndex(). Also tested end-to-end with peer. Change-Id: I988130e9682f5d8d707c4ec37753bc0e7e297269 Signed-off-by:
denyeart <enyeart@us.ibm.com>
-
Srinivasan Muralidharan authored
-
- 08 Feb, 2017 16 commits
-
-
Binh Nguyen authored
-
Gregory Haskins authored
Change-Id: Iedc4cb64f616adea1f1c4957aedf57429442b66f Signed-off-by:
Greg Haskins <gregory.haskins@gmail.com>
-
Gennady Laventman authored
Removed commented out test from gossip_test.go file. Change-Id: I5e60ccd768974311d9f7b2652020edcf3432650d Signed-off-by:
Gennady Laventman <gennady@il.ibm.com>
-
Srinivasan Muralidharan authored
-
Gari Singh authored
-
Jim Zhang authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Alessandro Sorniotti authored
MSPs should support intermediate CAs to permit validation of certificate chains longer than 2. This change set adds the relevant field to the msp config protobuf. Change-Id: Ia521091803e9c93536bcd5f4a0e4ca780b44a5b9 Signed-off-by:
Alessandro Sorniotti <ale.linux@sopit.net>
-
manish authored
https://jira.hyperledger.org/browse/FAB-2008 Change-Id: I5a687f4b2ac564c6b2dcc8d69226a4523beb2c22 Signed-off-by:
manish <manish.sethi@gmail.com>
-
grapebaba authored
https://jira.hyperledger.org/browse/FAB-1879 Change-Id: I43258092a273d4702f6ee394e52ab5b8ceda5104 Signed-off-by:
grapebaba <281165273@qq.com>
-
Srinivasan Muralidharan authored
-
Srinivasan Muralidharan authored
-
Srinivasan Muralidharan authored
-
Binh Nguyen authored
-
grapebaba authored
https://jira.hyperledger.org/browse/FAB-1816 Change-Id: I6d2668310966e81af8beabec395788c8743d12e6 Signed-off-by:
grapebaba <281165273@qq.com>
-
- 07 Feb, 2017 20 commits
-
-
Patrick Mullaney authored
Added check for invalid transactions in block. Removed rejection event processing as that is no longer needed. Change-Id: I24aeef3cd18d788af8eb0ea1e2674228ec782947 Signed-off-by:
Patrick Mullaney <pm.mullaney@gmail.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Jim Zhang authored
-
YACOVM authored
The proto message that is used for leader election contains Member, which contains endpoint, metadata and pkiID. There is no use of endpoint in the leader election module, and also- the use of metadata is abuse since its a []byte, but all we do is to put there a bool. I replaced the use of Member by pkiID and a bool value that was previously in the metadata. Change-Id: Id31395c5978f6b8e1791bad35d28a8a66e6cf664 Signed-off-by:
Yacov Manevich <yacovm@il.ibm.com>
-
Christopher Ferris authored
refactor documentation for v1.0 to add in architecture overview and link to the system architecture. edited with Nick and Murali's comments. Addressed kostas comments fix mkdocs.yml address Gari's comments Change-Id: Id637f355de6b6cfe67336e5d80e7d9b69c311783 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
Jim Zhang authored
-
Gari Singh authored
-
Gari Singh authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Ry Jones authored
Change-Id: I9edf291a7888b737bbdba218bc04bd1c2e9e2f90 Signed-off-by:
Ry Jones <rjones@linuxfoundation.org>
-
Latitia M Haskins authored
This adds the .*.sw* to the gitinore file Change-Id: I921653e85cf06599a19dc1a2f41153da68601a89 Signed-off-by:
Latitia M Haskins <latitia.haskins@gmail.com>
-
manish authored
https://jira.hyperledger.org/browse/FAB-2008 This CR - Changes the way composite key and prefix scan range are encoded so as to maintain the lexographical sort order of the results of a range query - Cleans up escaping used in couchdb for start/end Key for range scan - Adds couchdb test for a prefix scan Change-Id: Icbc95ddf3916b5286a22eb83c173efd8dc68e75d Signed-off-by:
manish <manish.sethi@gmail.com>
-
YACOVM authored
When https://gerrit.hyperledger.org/r/#/c/5543/ written, I didn't update the go_package in the proto file, and as a consequence- the files are outputted into the old path instead of the new one when make protos is run. This commit fixes it. Change-Id: Ia0e904baace29b41ac3f9f3998420d7f09228db5 Signed-off-by:
Yacov Manevich <yacovm@il.ibm.com>
-
Balaji Viswanathan authored
This chaincode example uses PartialCompositeKeyQuery using a composite key index color~name. On delete of a marble from state, the appropriate index entry also needs to be cleanedup Change-Id: I936b864ecf6902a45fa1a089224d674c419afa30 Signed-off-by:
Balaji Viswanathan <balaji.viswanathan@gmail.com>
-
- 06 Feb, 2017 2 commits
-
-
Gregory Haskins authored
We will use this later in the series to extract critical info such as FROM descriptors. Change-Id: I03c74fa22f8fe1e38a941d352807dd641a53850a Signed-off-by:
Greg Haskins <gregory.haskins@gmail.com>
-
Christopher Ferris authored
-