|
#fabric #fabric-chaincode
#fabric
#fabric-chaincode
Hi Team, when i am upgrading the chaincode its throwing me the error Endorse upgrade proposal, get response <status:500 message:"cannot get package for chaincode (ldbc:1.1)" > using the below command
Hi Team, when i am upgrading the chaincode its throwing me the error Endorse upgrade proposal, get response <status:500 message:"cannot get package for chaincode (ldbc:1.1)" > using the below command
|
By
...
· #6677
·
|
|
#fabric #fabric-chaincode
#fabric
#fabric-chaincode
HI All, Please ignore. Its resolved. I missed to install first the newer version of chaincode. Instead i was doing a direct upgrade. Regards, Soumya
HI All, Please ignore. Its resolved. I missed to install first the newer version of chaincode. Instead i was doing a direct upgrade. Regards, Soumya
|
By
...
· #6678
·
|
|
Instantiate test contract fails with Contract name is not known
#fabric-questions
#fabric-chaincode
I am trying to adapt the commercial paper tutorial to a custom contract, and cannot instantiate it. In commercial-paper/organization/magnetocorp/contract, I updated: package.json with a new name, vers
I am trying to adapt the commercial paper tutorial to a custom contract, and cannot instantiate it. In commercial-paper/organization/magnetocorp/contract, I updated: package.json with a new name, vers
|
By
Keith Harrison-Broninski
· #6758
·
|
|
Instantiate test contract fails with Contract name is not known
#fabric-questions
#fabric-chaincode
PS: A simpler and more easily reproducible test is now available in Stack Overflow
PS: A simpler and more easily reproducible test is now available in Stack Overflow
|
By
Keith Harrison-Broninski
· #6759
·
|
|
Instantiate test contract fails with Contract name is not known
#fabric-questions
#fabric-chaincode
It seems you didn't change the contract name in package.json papercontract as the contract installed on peer with details name: papercontract, Version: 0
It seems you didn't change the contract name in package.json papercontract as the contract installed on peer with details name: papercontract, Version: 0
|
By
Labib Farag Labib
· #6760
·
|
|
Instantiate test contract fails with Contract name is not known
#fabric-questions
#fabric-chaincode
No, that's right, for a minimal test case I only changed the class name. In the original attempt I changed both and got the same behaviour.
No, that's right, for a minimal test case I only changed the class name. In the original attempt I changed both and got the same behaviour.
|
By
Keith Harrison-Broninski
· #6761
·
|
|
Chaincode Container Exiting
#fabric
#fabric-chaincode
Hi Team, Fabric - v1.4.3 RAFT Orderer Set up ( 5 Orderers) I am facing a issue where the chaincode container is exiting, not sure why. I have installed the same chaincode (different versions) many tim
Hi Team, Fabric - v1.4.3 RAFT Orderer Set up ( 5 Orderers) I am facing a issue where the chaincode container is exiting, not sure why. I have installed the same chaincode (different versions) many tim
|
By
...
· #6810
·
|
|
Chaincode Container Exiting
#fabric
#fabric-chaincode
Also attached the docker container logs for the chaincode exited container
Also attached the docker container logs for the chaincode exited container
|
By
...
· #6811
·
|
|
Chaincode Container Exiting
#fabric
#fabric-chaincode
Hi All, This issue is resolved . Actually there was an issue in the configtx.yaml where the allignment of the key - Organization under Application section was not proper it was under the ACLs. Configt
Hi All, This issue is resolved . Actually there was an issue in the configtx.yaml where the allignment of the key - Organization under Application section was not proper it was under the ACLs. Configt
|
By
...
· #6814
·
|
|
Chaincode Container Exiting
#fabric
#fabric-chaincode
Hi Sowmya, Its worth investigating why a user-level invalid configtx.yaml entry should cause a delayed side effect of a chaincode crash (as a side note, surprised its the chaincode that's crashing giv
Hi Sowmya, Its worth investigating why a user-level invalid configtx.yaml entry should cause a delayed side effect of a chaincode crash (as a side note, surprised its the chaincode that's crashing giv
|
By
Srinivasan Muralidharan
· #6820
·
|
|
Chaincode Container Exiting
#fabric
#fabric-chaincode
Hi Murali, Will raise the JIRA and update here. Regards, Soumya
Hi Murali, Will raise the JIRA and update here. Regards, Soumya
|
By
...
· #6821
·
|
|
Chaincode Container Exiting
#fabric
#fabric-chaincode
Hi Murali and Team, The issue has been raised in JIRA. Find the below link https://jira.hyperledger.org/browse/FAB-16652 Regards, Soumya
Hi Murali and Team, The issue has been raised in JIRA. Find the below link https://jira.hyperledger.org/browse/FAB-16652 Regards, Soumya
|
By
...
· #6824
·
|
|
Mutliple Anchor Peer Endorsement from CLI
#fabric
#fabric-chaincode
Hi All, v1.4.3 Any idea from Fabric-CLI tool how to run the invoke chaincode command to send to multiple anchor peers from different orgs for endorsement in Mutual TLS fabric set up? Regards, Soumya
Hi All, v1.4.3 Any idea from Fabric-CLI tool how to run the invoke chaincode command to send to multiple anchor peers from different orgs for endorsement in Mutual TLS fabric set up? Regards, Soumya
|
By
...
· #6922
·
|
|
Mutliple Anchor Peer Endorsement from CLI
#fabric
#fabric-chaincode
Hi All, Now am able to invoke the chaincode using the *--peerAddresses* and *--tlsRootCertFiles* attributes But one more doubt i had was - lets say OrgA and OrgB peers have to endorse a transaction --
Hi All, Now am able to invoke the chaincode using the *--peerAddresses* and *--tlsRootCertFiles* attributes But one more doubt i had was - lets say OrgA and OrgB peers have to endorse a transaction --
|
By
...
· #6935
·
|
|
Chaincode Container Not Getting Created
#fabric
#fabric-chaincode
Hi All, Fabric - v1.4.3 (RAFT Orderer Set Up) I have two Orgs network. OrgA and OrgB. Installed the chaincode on both the anchor peers of OrgA and OrgB. Instantiated the chaincode from the anchor peer
Hi All, Fabric - v1.4.3 (RAFT Orderer Set Up) I have two Orgs network. OrgA and OrgB. Installed the chaincode on both the anchor peers of OrgA and OrgB. Instantiated the chaincode from the anchor peer
|
By
...
· #6963
·
|
|
Chaincode Container Not Getting Created
#fabric
#fabric-chaincode
Resolved the issue . The chaincode folder structure should be exactly same in both the peers to get the same hash fingerprintID which will create chaincode containers for both the org peers
Resolved the issue . The chaincode folder structure should be exactly same in both the peers to get the same hash fingerprintID which will create chaincode containers for both the org peers
|
By
...
· #6964
·
|
|
Chaincode Container Not Getting Created
#fabric
#fabric-chaincode
Hey, there's an easier and more trusted way for production. First you run the command peer chaincode package -n ccName -p /opt/chaincodePath -v 1 chaincode.pak -l node Then you get that chaincode.pak
Hey, there's an easier and more trusted way for production. First you run the command peer chaincode package -n ccName -p /opt/chaincodePath -v 1 chaincode.pak -l node Then you get that chaincode.pak
|
By
Nicholas Leonardi
· #6966
·
|
|
Chaincode Container Not Getting Created
#fabric
#fabric-chaincode
Thanks Nicholas for the reply. One thing i noticed is when i am installing the private chaincode . i checked in both the peer org machines the IDs of the installed chaincode is same but still the cont
Thanks Nicholas for the reply. One thing i noticed is when i am installing the private chaincode . i checked in both the peer org machines the IDs of the installed chaincode is same but still the cont
|
By
...
· #6967
·
|
|
Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
PrivateData is marketed as a data privacy solution in Hyperledger Fabric. Unfortunately, this is just another serious security hole somehow went under the radar, and all projects using this function a
PrivateData is marketed as a data privacy solution in Hyperledger Fabric. Unfortunately, this is just another serious security hole somehow went under the radar, and all projects using this function a
|
By
...
· #6979
·
|
|
Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Hi Ivan. If you have a chaincode that requires more than 1 organization to endorse the transaction, you need the execution of both chaincodes to produce the same results, so the hashes of the private
Hi Ivan. If you have a chaincode that requires more than 1 organization to endorse the transaction, you need the execution of both chaincodes to produce the same results, so the hashes of the private
|
By
Yacov
· #6980
·
|