|
Error Removing Orgs from Fabric Network
Hey Brett, This tutorial on channel policies may provide some helpful background: https://hyperledger-fabric.readthedocs.io/en/release-2.2/create_channel/channel_policies.html I can only guess based o
Hey Brett, This tutorial on channel policies may provide some helpful background: https://hyperledger-fabric.readthedocs.io/en/release-2.2/create_channel/channel_policies.html I can only guess based o
|
By
Nikhil Gupta
· #11406
·
|
|
doubt about intermediate CAs configuration
Hello Famar, If you look at the sample configtx,yaml: https://github.com/hyperledger/fabric/blob/main/sampleconfig/configtx.yaml, there is no intermediate CA section. Intermediate CA's are in the chan
Hello Famar, If you look at the sample configtx,yaml: https://github.com/hyperledger/fabric/blob/main/sampleconfig/configtx.yaml, there is no intermediate CA section. Intermediate CA's are in the chan
|
By
Nikhil Gupta
· #11235
·
|
|
Can we use Private data collection concept within single organisation ?
#fabric-private-data
Hello Avinash, Private data collections are only useful at the organization level, so you cannot create private collections for individuals. For individual level permissioning, you would be to use att
Hello Avinash, Private data collections are only useful at the organization level, so you cannot create private collections for individuals. For individual level permissioning, you would be to use att
|
By
Nikhil Gupta
· #11232
·
|
|
Remove channel from the network
Hi Nikos, There is no way to delete a channel. But as you spin up new peers and ordering nodes, you can select which channels they join. If you do not join them to channels that you do not want to pre
Hi Nikos, There is no way to delete a channel. But as you spin up new peers and ordering nodes, you can select which channels they join. If you do not join them to channels that you do not want to pre
|
By
Nikhil Gupta
· #11183
·
|
|
ERROR
Which computer are you using? I remember getting something very similar when I tried to pull the latest images on an M1 mac. Nik
Which computer are you using? I remember getting something very similar when I tried to pull the latest images on an M1 mac. Nik
|
By
Nikhil Gupta
· #10815
·
|
|
What is the best practice in deploying chaincode over peers?
#fabric-peer
Hello BigBang, Others may have a different answer to this, but I would install the chaincode on all peers. That way you have redundancy in case of peer failure. If peer0Org1 goes down, then Peer1 can
Hello BigBang, Others may have a different answer to this, but I would install the chaincode on all peers. That way you have redundancy in case of peer failure. If peer0Org1 goes down, then Peer1 can
|
By
Nikhil Gupta
· #10802
·
|
|
Single Channel BC network. Is it a good approach?
Hi NIkos, Endorsement policies are based on organizations only, not the number of peers. Once an organization is added to the endorsement policy, they only need to deploy one peer to endorse a transac
Hi NIkos, Endorsement policies are based on organizations only, not the number of peers. Once an organization is added to the endorsement policy, they only need to deploy one peer to endorse a transac
|
By
Nikhil Gupta
· #9981
·
|
|
Editing default signature policy for chaincode triggers error while running transactions: received discovery error:failed constructing descriptor for chaincodes. Commercial paper on Test-network
#policies
#fabric-chaincode
#fabric-questions
#fabric-endorser
You may need to use the MSP ID's of the organizations, rather than the informal names. Try this policy: "OR('Org1MSP.peer','Org2MSP.peer')"
You may need to use the MSP ID's of the organizations, rather than the informal names. Try this policy: "OR('Org1MSP.peer','Org2MSP.peer')"
|
By
Nikhil Gupta
· #9790
·
|
|
Editing default signature policy for chaincode triggers error while running transactions: received discovery error:failed constructing descriptor for chaincodes. Commercial paper on Test-network
#policies
#fabric-chaincode
#fabric-questions
#fabric-endorser
Hi, Can you confirm that the chaincode has been committed to the channel? Or can you do a docker ps to confirm that the chaincode containers have started. This error looks like the chaincode may not b
Hi, Can you confirm that the chaincode has been committed to the channel? Or can you do a docker ps to confirm that the chaincode containers have started. This error looks like the chaincode may not b
|
By
Nikhil Gupta
· #9780
·
|
|
Add non admin orgs to a channel
#fabric-questions
#fabric
Hello, The signature policy approach would probably be the best one, though you can still try to use the implicit meta policies by either defining a new organization signature policy or removing the a
Hello, The signature policy approach would probably be the best one, though you can still try to use the implicit meta policies by either defining a new organization signature policy or removing the a
|
By
Nikhil Gupta
· #9744
·
|
|
Query for proposed chaincode definitions
HI Carlos, You cannot query the definitions that have been approved by other organizations. However, you can use the checkcommitreadiness command peer lifecycle chaincode — hyperledger-fabricdocs mast
HI Carlos, You cannot query the definitions that have been approved by other organizations. However, you can use the checkcommitreadiness command peer lifecycle chaincode — hyperledger-fabricdocs mast
|
By
Nikhil Gupta
· #9557
·
|
|
Power of Administrator organiization in channel
#hyperledger-fabric
#channel
#consortium
#administrator-organiization
No. If you are referring to the members of the system channel as the "consortium", being removed from the system channel does not remove you from channels that a peer or ordering organization has join
No. If you are referring to the members of the system channel as the "consortium", being removed from the system channel does not remove you from channels that a peer or ordering organization has join
|
By
Nikhil Gupta
· #9511
·
|
|
Channel Policy
This tutorial also discusses channel policies: Channel policies — hyperledger-fabricdocs master documentation (hyperledger-fabric.readthedocs.io)
This tutorial also discusses channel policies: Channel policies — hyperledger-fabricdocs master documentation (hyperledger-fabric.readthedocs.io)
|
By
Nikhil Gupta
· #9510
·
|
|
Deployment of #fabric from source?
#fabric
Hello, The Fabric deployment guide would be the best place to start: https://hyperledger-fabric.readthedocs.io/en/release-2.2/deployment_guide_overview.html Nik
Hello, The Fabric deployment guide would be the best place to start: https://hyperledger-fabric.readthedocs.io/en/release-2.2/deployment_guide_overview.html Nik
|
By
Nikhil Gupta
· #9135
·
|
|
Submitting transaction from a different peer (peer0.org2): Failed
Ran the script today and see the command in my logs: + jq -s '.[0] * {"channel_group":{"groups":{"Application":{"groups": {"Org3MSP":.[1]}}}}}' config.json ./organizations/peerOrganizations/org3.examp
Ran the script today and see the command in my logs: + jq -s '.[0] * {"channel_group":{"groups":{"Application":{"groups": {"Org3MSP":.[1]}}}}}' config.json ./organizations/peerOrganizations/org3.examp
|
By
Nikhil Gupta
· #9134
·
|
|
Fabric website - Final comment period
Looks good. Having all the SDK and smart contract language docs in one place is a great value add. Nik
Looks good. Having all the SDK and smart contract language docs in one place is a great value add. Nik
|
By
Nikhil Gupta
· #9131
·
|
|
Troubleshooting policy error on channel creation
Forward answer to the mailing list since so many hit these problems: ---------- Forwarded message --------- From: Nikhil Gupta <nikhilg550@...> Date: Tue, Sep 22, 2020 at 4:53 PM Subject: Re: [H
Forward answer to the mailing list since so many hit these problems: ---------- Forwarded message --------- From: Nikhil Gupta <nikhilg550@...> Date: Tue, Sep 22, 2020 at 4:53 PM Subject: Re: [H
|
By
Nikhil Gupta
· #9043
·
|
|
Performance improvements between 1.x and 2.x
Hello, I know that there were performance improvements between 1.x and 2.x and changes to the validation process that improved Fabric latency and throughput. However, going through Jira, many of the e
Hello, I know that there were performance improvements between 1.x and 2.x and changes to the validation process that improved Fabric latency and throughput. However, going through Jira, many of the e
|
By
Nikhil Gupta
· #8943
·
|
|
When I run `peer lifecycle chaincode approveformyorg`, I always get the error: ENDORSEMENT_POLICY_FAILURE
The deploy a chaincode to a channel tutorial also has a troubleshooting section that may be helpful: https://hyperledger-fabric.readthedocs.io/en/latest/deploy_chaincode.html#troubleshooting Nik -----
The deploy a chaincode to a channel tutorial also has a troubleshooting section that may be helpful: https://hyperledger-fabric.readthedocs.io/en/latest/deploy_chaincode.html#troubleshooting Nik -----
|
By
Nikhil Gupta
· #8630
·
|
|
Failed to created channel
Hello Abhijeet, You can use this stack overflow thread to see a more detailed discussion of this error: https://stackoverflow.com/questions/57662562/when-i-try-to-create-a-channel-using-hyperledger-fa
Hello Abhijeet, You can use this stack overflow thread to see a more detailed discussion of this error: https://stackoverflow.com/questions/57662562/when-i-try-to-create-a-channel-using-hyperledger-fa
|
By
Nikhil Gupta
· #8518
·
|