|
Errors seen when setting logspout with fabric 2.2
Errors seen when setting logspout with fabric 2.2 Any pointers is appreciated. Following steps described here to setup logspout: https://hyperledger-fabric.readthedocs.io/en/release-2.2/deploy_chainco
Errors seen when setting logspout with fabric 2.2 Any pointers is appreciated. Following steps described here to setup logspout: https://hyperledger-fabric.readthedocs.io/en/release-2.2/deploy_chainco
|
By
satheesh
· #9857
·
|
|
Understanding cryptogen PATH
Any clue in bootstrap/build logs ? -Satheesh
Any clue in bootstrap/build logs ? -Satheesh
|
By
satheesh
· #9940
·
|
|
Cross chaincode invoke, ACL policy problem (MSP not defined in called channel, but in caller)
#fabric-chaincode
From what I understand, only "query" (read only) transactions work cross-invoking in different channels. If state is modified by chaincode, then channel has to be same as callers chaincode. In the exa
From what I understand, only "query" (read only) transactions work cross-invoking in different channels. If state is modified by chaincode, then channel has to be same as callers chaincode. In the exa
|
By
satheesh
· #10154
·
|
|
Template Hyperledger Fabric Application reg.
Dear Harsha, I assume "id" would be different for a new project, right ? If not, you include projname as well to check if Asset exists. Regards, Satheesh
Dear Harsha, I assume "id" would be different for a new project, right ? If not, you include projname as well to check if Asset exists. Regards, Satheesh
|
By
satheesh
· #10480
·
|
|
Maintaining application level data privacy in Hyperledger Fabric v2.2
Hello Eshaan, From my limited knowledge, Have you considered creating Organizational unit within organization. I believe attribute based access control is possible based on your usecase. Membership Se
Hello Eshaan, From my limited knowledge, Have you considered creating Organizational unit within organization. I believe attribute based access control is possible based on your usecase. Membership Se
|
By
satheesh
· #10541
·
|
|
Expose Hyperledger as REST
Hello Nitish, I don't think fabric has this capability out of box. You can write your own service say for e.g., Node.js rest service to invoke chaincode and use that for integration with UI. Regards,
Hello Nitish, I don't think fabric has this capability out of box. You can write your own service say for e.g., Node.js rest service to invoke chaincode and use that for integration with UI. Regards,
|
By
satheesh
· #10566
·
|
|
PDC shared with subset of peers within an ORG
Hello Manu, Yes, using policy attribute in collection json, peers that are participating in the private data collection can be specified. Regards, Satheesh
Hello Manu, Yes, using policy attribute in collection json, peers that are participating in the private data collection can be specified. Regards, Satheesh
|
By
satheesh
· #10585
·
|
|
smart contract A invoking function from smart contract B
#fabric-chaincode
Refer to Chaincode namespace — hyperledger-fabricdocs main documentation for cross chaincode access Regards, Satheesh
Refer to Chaincode namespace — hyperledger-fabricdocs main documentation for cross chaincode access Regards, Satheesh
|
By
satheesh
· #10586
·
|
|
PDC shared with subset of peers within an ORG
Hi Manu, Looks like I overlooked this in the documentation here. By organizations' peers I thought it is specific peers that can be fine grained. Apologies for the confusion. policy: The private data
Hi Manu, Looks like I overlooked this in the documentation here. By organizations' peers I thought it is specific peers that can be fine grained. Apologies for the confusion. policy: The private data
|
By
satheesh
· #10593
·
|
|
Using Private Data in Fabric #hyperledger-fabric @ version 2.2
#hyperledger-fabric
Hi, Looks like ORDERER_CA variable needs to be defined with the location of .pem file Regards, -Satheesh
Hi, Looks like ORDERER_CA variable needs to be defined with the location of .pem file Regards, -Satheesh
|
By
satheesh
· #10838
·
|
|
HYPERLEDGER FABRIC CERTIFICATE EXPIRED ERROR
#fabric
#fabric-peer
#fabric-orderer
#fabric-ca
#fabricca
Just in case if this helps: [FAB-18384] admin certs and tls certs expired after 1 year - Hyperledger JIRA Regards, Satheesh
Just in case if this helps: [FAB-18384] admin certs and tls certs expired after 1 year - Hyperledger JIRA Regards, Satheesh
|
By
satheesh
· #10860
·
|
|
Tracking products in Supply chain across Manufacturers/Wholesalers/Distributors/Retailers
Consider supply chain usecase where manufacturer, wholesalers, distributors and retailers are involved. Manufacturer wants to track batch of products manufactured and shipped all the way till retailer
Consider supply chain usecase where manufacturer, wholesalers, distributors and retailers are involved. Manufacturer wants to track batch of products manufactured and shipped all the way till retailer
|
By
satheesh
· #11071
·
|
|
Qureying implicit data collection
#fabric
#hyperledger-fabric
#privatedata
Hello Community, I am seeing this when querying data from implicit private data collection. Please see code snippet below. When I query individual key (using QueryBidPrivate/GetPrivateData), I get cor
Hello Community, I am seeing this when querying data from implicit private data collection. Please see code snippet below. When I query individual key (using QueryBidPrivate/GetPrivateData), I get cor
|
By
satheesh
· #11147
·
|
|
setup multi-org fabric network using peer dev mode
Hello Community, Using Hyperledger fabric 2.4 While working on a Hyperledger Fabric use case, realized that setting up a environment where peer can be run in development mode (peer node start --peer-c
Hello Community, Using Hyperledger fabric 2.4 While working on a Hyperledger Fabric use case, realized that setting up a environment where peer can be run in development mode (peer node start --peer-c
|
By
satheesh
· #11176
·
|
|
tutorial/sample/documentation on building fabric network from scratch for a multi-org usecase
Hello Community, While I understand, every beginner goes through this and cracks after few iterations, I feel there is a need to have a tutorial/sample/documentation on building fabric network from sc
Hello Community, While I understand, every beginner goes through this and cracks after few iterations, I feel there is a need to have a tutorial/sample/documentation on building fabric network from sc
|
By
satheesh
· #11182
·
|
|
setup multi-org fabric network using peer dev mode
Hello David, Appreciate your inputs. Will attempt this and see if I can hop to next step Regards, Satheesh
Hello David, Appreciate your inputs. Will attempt this and see if I can hop to next step Regards, Satheesh
|
By
satheesh
· #11195
·
|
|
Error; Unknown Policy SmartBFT BlockValidation Type: ImplicitOrderer
#fabric-orderer
#policies
Based on this comment about BlockValidation in configtx.yaml, you might want to double check if "SMARTBFT" is a valid Rule for BlockValidation at path Channel/Orderer: # BlockValidation specifies what
Based on this comment about BlockValidation in configtx.yaml, you might want to double check if "SMARTBFT" is a valid Rule for BlockValidation at path Channel/Orderer: # BlockValidation specifies what
|
By
satheesh
· #11231
·
|
|
rpc error when installing chaincode
When installing chaincode in a fabric network, I get below error: # peer lifecycle chaincode install contract.tar.gz Error: failed to endorse chaincode install: rpc error: code = ResourceExhausted des
When installing chaincode in a fabric network, I get below error: # peer lifecycle chaincode install contract.tar.gz Error: failed to endorse chaincode install: rpc error: code = ResourceExhausted des
|
By
satheesh
· #11270
·
|
|
rpc error when installing chaincode
Got resolution from this thread: Hyperledger Fabric Go chaincode size too big - Stack Overflow @Fabric team, Is this not a bug ? If the packaged tar is not removed, repeated builds are increasing the
Got resolution from this thread: Hyperledger Fabric Go chaincode size too big - Stack Overflow @Fabric team, Is this not a bug ? If the packaged tar is not removed, repeated builds are increasing the
|
By
satheesh
· #11276
·
|
|
rpc error when installing chaincode
If we build chaincode using below steps repeatedly without removing .tar bundle each time, we can observe increase in bundle file size. Eventually we encounter rpc error mentioned. peer lifecycle chai
If we build chaincode using below steps repeatedly without removing .tar bundle each time, we can observe increase in bundle file size. Eventually we encounter rpc error mentioned. peer lifecycle chai
|
By
satheesh
· #11280
·
|