|
Re: Adding a new organisation to the system channel fails after FAB-17733
#fabric-orderer
#raft
#fabric
Hi.
Yes, with FAB-17733 implementedyou need to do it in 2 stages- first expand the organizations and thenadd the new consenter.
I guess it's possible to addressyour problem by speculatively looking
Hi.
Yes, with FAB-17733 implementedyou need to do it in 2 stages- first expand the organizations and thenadd the new consenter.
I guess it's possible to addressyour problem by speculatively looking
|
By
Yacov
·
#8525
·
|
|
Hyperledger Fabric Samples Workgroup - Tuesday June 16
Hyperledger Fabric Samples Workgroup
When: Tuesdays 10am US Eastern / 14:00 UTC
Where: https://zoom.us/my/hyperledger.community.3
A few of us have been working on the next generation of Fabric
Hyperledger Fabric Samples Workgroup
When: Tuesdays 10am US Eastern / 14:00 UTC
Where: https://zoom.us/my/hyperledger.community.3
A few of us have been working on the next generation of Fabric
|
By
David Enyeart
·
#8524
·
|
|
Re: User & Endorsement issues
Never mind: Belatedly, I realized that the cryptogen config has a `EnableNodeOUs` field and setting that to true does exactly solve my issue (in fact, it even generates automatically the `NodeOUs`
Never mind: Belatedly, I realized that the cryptogen config has a `EnableNodeOUs` field and setting that to true does exactly solve my issue (in fact, it even generates automatically the `NodeOUs`
|
By
Michael Steiner
·
#8523
·
|
|
Adding a new organisation to the system channel fails after FAB-17733
#fabric-orderer
#raft
#fabric
Hey,
we are using an architecture where there is a TLS root CA and each organisation has its own intermediate TLS CA which is an immediate child to the TLS root CA (realized with fabric-ca v1.4.7).
Hey,
we are using an architecture where there is a TLS root CA and each organisation has its own intermediate TLS CA which is an immediate child to the TLS root CA (realized with fabric-ca v1.4.7).
|
By
@chbtt
·
#8522
·
|
|
Re: User & Endorsement issues
Hello,
I did not use cryptogen tool, I created all identities manually. I guess I messed it up during that process. I'll try to recreate everything from scratch.
BR
Hello,
I did not use cryptogen tool, I created all identities manually. I guess I messed it up during that process. I'll try to recreate everything from scratch.
BR
|
By
Antoni Massó Mola <antonimassomola@...>
·
#8521
·
|
|
Re: User & Endorsement issues
Hi,
Incidentally, I’ve just run in the same issue recently. While I did figure out the NodeOU config in msp/config.yaml but then run into a subsequent problem: The certs defined by cryptogen do
Hi,
Incidentally, I’ve just run in the same issue recently. While I did figure out the NodeOU config in msp/config.yaml but then run into a subsequent problem: The certs defined by cryptogen do
|
By
Michael Steiner
·
#8520
·
|
|
Re: User & Endorsement issues
Does your MSP configuration enable NodeOUs? See https://hyperledger-fabric.readthedocs.io/en/latest/msp.html#identity-classification for more details.
If your MSP definition does not enable node OUs,
Does your MSP configuration enable NodeOUs? See https://hyperledger-fabric.readthedocs.io/en/latest/msp.html#identity-classification for more details.
If your MSP definition does not enable node OUs,
|
By
Jason Yellick <jyellick@...>
·
#8519
·
|
|
Re: Failed to created channel
Hello Abhijeet,
You can use this stack overflow thread to see a more detailed discussion of this error:
Hello Abhijeet,
You can use this stack overflow thread to see a more detailed discussion of this error:
|
By
Nikhil Gupta
·
#8518
·
|
|
Implementing Private Data Collection using Fabric Node SDK
Hello!
I'm trying to configure private data between two orgs in a Fabric 2.0 network using Fabric Node SDK v2.1; but unable to find documentation pertaining to the implementation. I looked at the
Hello!
I'm trying to configure private data between two orgs in a Fabric 2.0 network using Fabric Node SDK v2.1; but unable to find documentation pertaining to the implementation. I looked at the
|
By
hritikgupta9@...
·
#8517
·
|
|
Failed to created channel
Hello wonderful people.
I am facing an issue while creating a channel. PFA the logs from Peer cli, orderer and folder structure of MSP. The error says "policy for [Group] /Channel/Application not
Hello wonderful people.
I am facing an issue while creating a channel. PFA the logs from Peer cli, orderer and folder structure of MSP. The error says "policy for [Group] /Channel/Application not
|
By
Abhijeet Bhowmik <abhijeet@...>
·
#8516
·
|
|
Re: [Fabric] Comparison private data collection vs channel
Yes, you can use Prometheus metrics to determine transactions per second for both channels and private data collections.
Channels will be faster for two reasons - it allows for more parallelization
Yes, you can use Prometheus metrics to determine transactions per second for both channels and private data collections.
Channels will be faster for two reasons - it allows for more parallelization
|
By
David Enyeart
·
#8515
·
|
|
Re: [Fabric] Comparison private data collection vs channel
Hi Santiago,
To add further, the channel is always superior in terms of performance. It allows a peer to process blocks in parallel. Difficult to achieve a similar performance using a public or
Hi Santiago,
To add further, the channel is always superior in terms of performance. It allows a peer to process blocks in parallel. Difficult to achieve a similar performance using a public or
|
By
Senthil Nathan
·
#8514
·
|
|
Re: [Fabric] Comparison private data collection vs channel
Hi Santiago,
I have performed a benchmarking of private data collections. Once I talk with the team,
I can share more details. For now, I can say that the performance is low and I have
Hi Santiago,
I have performed a benchmarking of private data collections. Once I talk with the team,
I can share more details. For now, I can say that the performance is low and I have
|
By
Senthil Nathan
·
#8513
·
|
|
Re: [Fabric] Comparison private data collection vs channel
Hi, Senthil,
I appreciate your response.
I'm trying to use data collection to avoid channels, regardless of the use case. In this regard, your table provides a general context. Therefore, I will try
Hi, Senthil,
I appreciate your response.
I'm trying to use data collection to avoid channels, regardless of the use case. In this regard, your table provides a general context. Therefore, I will try
|
By
Santiago Figueroa Lorenzo
·
#8512
·
|
|
Re: [Fabric] Comparison private data collection vs channel
Hi, David,
I appreciate your response.
I see your point. I mentioned resource consumption because I am trying to justify using data privacy collection instead of more channels, i.e., I am trying to
Hi, David,
I appreciate your response.
I see your point. I mentioned resource consumption because I am trying to justify using data privacy collection instead of more channels, i.e., I am trying to
|
By
Santiago Figueroa Lorenzo
·
#8511
·
|
|
User & Endorsement issues
Hello,
I'm having a hard time making the user type registered work with the org policies.
I register & enroll an admin user used by the peers at org1.
- &org1
Name: org1
ID: org1
MSPDir:
Hello,
I'm having a hard time making the user type registered work with the org policies.
I register & enroll an admin user used by the peers at org1.
- &org1
Name: org1
ID: org1
MSPDir:
|
By
Antoni Massó Mola <antonimassomola@...>
·
#8510
·
|
|
Re: [Fabric] Comparison private data collection vs channel
Most people make the decision based on functional and privacy requirements, not resource consumption.
See functional and privacy considerations
Most people make the decision based on functional and privacy requirements, not resource consumption.
See functional and privacy considerations
|
By
David Enyeart
·
#8509
·
|
|
Re: [Fabric] Comparison private data collection vs channel
Hi Santiago,
What is your requirement? At a high level, it can be differentiated based on privacy, performance, data silos, and development/management complexity.
Channels
Private Data
Hi Santiago,
What is your requirement? At a high level, it can be differentiated based on privacy, performance, data silos, and development/management complexity.
Channels
Private Data
|
By
Senthil Nathan
·
#8508
·
|
|
[Fabric] Comparison private data collection vs channel
Hi fabric experts,
I am trying to establish a comparison of the advantages of using private data collections over increasing the number of channels. I have been thinking about measuring how much
Hi fabric experts,
I am trying to establish a comparison of the advantages of using private data collections over increasing the number of channels. I have been thinking about measuring how much
|
By
Santiago Figueroa Lorenzo
·
#8507
·
|
|
Point multiple peer to same external chaincode server
I am running multiple peers and I have installed chaincode on both of them with the same external chaincode server address.
Installing the chaincode and committing a chaincode works fine. But while
I am running multiple peers and I have installed chaincode on both of them with the same external chaincode server address.
Installing the chaincode and committing a chaincode works fine. But while
|
By
hansrajrami5@...
·
#8506
·
|