- 03 Feb, 2017 1 commit
-
-
manish authored
https://jira.hyperledger.org/browse/FAB-2022 This changes introduced by this CR - Moves the block storage code from package core/ledger/blkstorage to common/ledger/blkstorage - Splits the ledger_interface.go so as to move common interfaces and data type to common/ledger package - Moves some of the util functions to common/ledger package - Moves core/ledger/ordererledger package to orderer/ledger/fsledger orderer folks can futher rename/refactor this as seems suitable to them Change-Id: I759e16f00dc2ec9bb62196121083cf48eae76948 Signed-off-by:
manish <manish.sethi@gmail.com>
-
- 02 Feb, 2017 14 commits
-
-
Yacov Manevich authored
-
Yacov Manevich authored
-
Jason Yellick authored
-
Gari Singh authored
-
Srinivasan Muralidharan authored
-
Alessandro Sorniotti authored
Change-Id: Iac56fe7253eba2e82bc31d7725af5a8ec53e6360 Signed-off-by:
Alessandro Sorniotti <ale.linux@sopit.net>
-
Nick Gaski authored
update copyright, add usecases.md add relative links to mkdocs.yml this fixes broken paths on index.md added logging to Setup section added App Developers section [ci skip] Change-Id: I2088363da062606ae35a8c978c21c631b987eeec Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Jason Yellick authored
-
Yacov Manevich authored
-
Gabor Hosszu authored
https://jira.hyperledger.org/browse/FAB-1844 There are SBFT config parameters that are shared between replicas. These were moved to the Genesis block of the config. Change-Id: I2b72d3977f20aaccc9996aedafee214a39c0cdfe Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
Jonathan Levi (HACERA) authored
-
Marko Vukolic authored
This commit - renames Ordered to Validate in System, - uses a string -> bool map to store validated requests, - adds requests to that map in pending iteration (this was missing), - changes block cutter induced panics into viewchanges (for non-primary peers). Change-Id: Ie108f9cc9cc20a26253764d29745c281ad841357 Signed-off-by:
Marko Vukolic <mvu@zurich.ibm.com> Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
-
- 01 Feb, 2017 14 commits
-
-
Yacov Manevich authored
-
Jonathan Levi (HACERA) authored
-
Will Lahti authored
This change updates the logging module for msp/mgmt/mgmt.go to 'msp' to ensure the log level can be updated uniformly for all MSP-related log messages. It also changes a few statements to only display when set to debug as they were flooding the peer logs. https://jira.hyperledger.org/browse/FAB-1870 Change-Id: I62b5435aca1e7327a135adf5c47257c36f828d2d Signed-off-by:
Will Lahti <wtlahti@us.ibm.com>
-
Nick Gaski authored
Same content as 5187 Fixed table of contents User Guide for Fab-CA No changes to doc [ci skip] Change-Id: I8ee3e07711b277b5a29f4656d42627ef851b22d9 Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Gari Singh authored
-
bmos299 authored
Change-Id: Ib0c5bfb52c96e353fb4d6177a6c7e3fc2992b289 Signed-off-by:
bmos299 <barry_moz@yahoo.com>
-
Jonathan Levi (HACERA) authored
-
Gregory Haskins authored
We upgrade to the v0.10.1 release of chaintool which properly supports the latest fabric. This allows us to re-enable the car unit-test to ensure things do not break in the future. We also add a feature which allows us to overide the version of chaintool at the command-line, which was helpful in formulating the development of the fixes for chaintool as well as the ultimate release of v0.10.1. To use, simply set $CHAINTOOL_URL on the command-line for the build. Helpful tip: it supports file:/// schema. Change-Id: I952e147d9bfe7836517cb5b08f42a12493be05b6 Signed-off-by:
Greg Haskins <gregory.haskins@gmail.com>
-
Christopher Ferris authored
-
Jason Yellick authored
https://jira.hyperledger.org/browse/FAB-1700 This is a companion item to https://jira.hyperledger.org/browse/FAB-1699 It removes the protobuf serialization of the BlockData in favor a simple concatenation of the byte contents. Eventually, this should be encoded as a Merkle tree at the configured width, but, like with our hashing algorithm, for v1, we will make it configurable at a later date, see: https://jira.hyperledger.org/browse/FAB-1983 Change-Id: I8a09e84f1c35d8fe1269339a443c44ba01b841a8 Signed-off-by:
Jason Yellick <jyellick@us.ibm.com>
-
Nick Gaski authored
Added "Setup" section to RTD CA Users Guide w/varying config options [ci skip] Change-Id: I14e98cbc8bb76ac70e33dcef39f7d1ef15f42efc Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Jonathan Levi (HACERA) authored
-
Binh Nguyen authored
-
Binh Nguyen authored
-
- 31 Jan, 2017 11 commits
-
-
rameshbabu79 authored
Updated ports and sfhackfest dockerimage names in docker-compose file and updated grep condition in channel_test.sh file Change-Id: Ie06c14aafda7bed4326ffd7ac1dc597cf9bb0b66 Signed-off-by:
rameshbabu79 <rameshbabu.thoomu@gmail.com>
-
YACOVM authored
This commit adds an option to override the endpoint of a peer in the gossip layer to use: define CORE_PEER_GOSSIP_ENDPOINT Signed-off-by:
Yacov Manevich <yacovm@il.ibm.com> Change-Id: Icd71b0ffea7966fd98961a9645ebb9dd3893ad64
-
Christopher Ferris authored
-
Nick Gaski authored
Create new channel troubleshooting steps Remove vi logs.txt Fixed incomplete line - "better understand SDK and APIs" New content to troubleshooting (common user error) Formatting Changes Modify zip name to sfhackfest commands to view result and genesis block logs [ci skip] Change-Id: I249ef4c0443eb435d17899d61c13f57a84513e7f Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Will Lahti authored
This CR adds a parameter to peer/core.yaml, logging.msp, which can be used to change the log level for the msp module on the peer at startup. https://jira.hyperledger.org/browse/FAB-1870 Change-Id: I3f47e06c09fa9d7d945d303ba0420ab1024ddc19 Signed-off-by:
Will Lahti <wtlahti@us.ibm.com>
-
Nick Gaski authored
Horton comments addressed Levi comments addressed Fixed references to chain. chain -> channel starting new patch set, sorry Ferris comments addressed replaced dummy file [ci skip] Change-Id: I3c9ab9c60b0ff1f279b0927568f6caf965520ac4 Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Artem Barger authored
In order to enable peer to connect to the organization leaders using same certificate adding a new configuration key which allows bypassing identity verification. Following parameter has to be added to the list of env variables or core.yaml: - CORE_PEER_GOSSIP_IGNORESECURITY=true Change-Id: I2cc18f290f1d36ad3900fe3ded4997fbc3d885c5 Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
jeffgarratt authored
Added concept of cert alias for developers working with a channel. Added new CLI command 'peer chaincode package' to support the ability to leverage the locally built peer to create deployment specs using chaincode specs. Now support caching of deployment specs with user config option cache-deployment-spec. For example: >behave -k -D cache-deployment-spec features/bootstrap.feature Added slugify function, requires pip install: >sudo pip install python-slugify. Regenerated peer/proposal_response proto and peer/chaincode proto. Updated endorsment process to use updated proto definitions. Changed to use of /var/sock and volume for CORE_VM_ENDPOINT setting in compose-defaults.yml. Changed from beta grpc usage in python to grpc. Set max message size on python grpc channel creation. Added ContextHelper for GUUID usage and future temp/cache storage. Generated peer/peer and peer/proposal protos. Deleted older generated python proto files. Changed logging of proposal payload to min of 128 or lenghth of payload for hex dump. Removed check for config item key of "MSP", as the key is the MSP id. Adding HashingAlgorithm configuration item and defaulted to SHAKE256. Change-Id: I885d3e163c44782b182bce73e5e169d351e206ad Signed-off-by:
jeffgarratt <garratt.jeff@gmail.com>
-
Christopher Ferris authored
-
rameshbabu79 authored
alpha folder is now renamed to sfhackfest Change-Id: I6b13534ad389f3e55c485fda58aa0cdb763d4eec Signed-off-by:
rameshbabu79 <rameshbabu.thoomu@gmail.com>
-
Artem Barger authored
Move ordering service delivery client management into gossip service, this to be able to maintain single connection to the ordering service. Moreover this to be widely used after gossip based leader election integrated. Change-Id: Iea9a70a1d6ba82caa55716444c54f3ddbc19673b Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-