|
Re: chaincode 2.0 problems
This is not an issue with the submitting client credentials, it is an issue with the peer credentials not matching the org credentials in the channel config.
You must approve on a peer of your own
This is not an issue with the submitting client credentials, it is an issue with the peer credentials not matching the org credentials in the channel config.
You must approve on a peer of your own
|
By
David Enyeart
·
#7691
·
|
|
Re: chaincode 2.0 problems
Hi all, I am facing the same problem as Tong Li mentioned in the first email. After successful installation of CC package on peers, the documents and other samples, get approval with in their org
Hi all, I am facing the same problem as Tong Li mentioned in the first email. After successful installation of CC package on peers, the documents and other samples, get approval with in their org
|
By
indirajith
·
#7690
·
|
|
Re: Why does the Ordering Consensus Work?
Transaction consensus and validity in Fabric is not the same thing as the consensus mechanism used to build a fault tolerant ordering service.
Have a look at
Transaction consensus and validity in Fabric is not the same thing as the consensus mechanism used to build a fault tolerant ordering service.
Have a look at
|
By
Gari Singh <garis@...>
·
#7689
·
|
|
Re: Why does the Ordering Consensus Work?
The ordering services job is to assemble blocks from transactions and determine the final order of the transactions. It doesn't participate in the validation of the endorsed transactions.
Once the
The ordering services job is to assemble blocks from transactions and determine the final order of the transactions. It doesn't participate in the validation of the endorsed transactions.
Once the
|
By
Brett T Logan <brett.t.logan@...>
·
#7688
·
|
|
Why does the Ordering Consensus Work?
From what I know, the orderer is just assembling blocks from application transactions composed of the endorser responses to proposals. Then sending the blocks to committing peers. How is that a
From what I know, the orderer is just assembling blocks from application transactions composed of the endorser responses to proposals. Then sending the blocks to committing peers. How is that a
|
By
Trevor Lee Oakley <trevor@...>
·
#7687
·
|
|
Registrar enrollment and registration
#fabric-sdk-go
Hi,
I am using the example https://github.com/chainHero/heroes-service/ with fabric-sdk-go beta version.
When I try to register a new user, registrar part have same issues. I can't register a
Hi,
I am using the example https://github.com/chainHero/heroes-service/ with fabric-sdk-go beta version.
When I try to register a new user, registrar part have same issues. I can't register a
|
By
Amal C Saji
·
#7686
·
|
|
Fabric contributor meeting - February 5th 14:00 GMT
For the contributor meeting scheduled for tomorrow, we'll do a quick project update, but there are no deep dive topics scheduled yet. If you have a proposal or other topic you'd like to discuss,
For the contributor meeting scheduled for tomorrow, we'll do a quick project update, but there are no deep dive topics scheduled yet. If you have a proposal or other topic you'd like to discuss,
|
By
David Enyeart
·
#7685
·
|
|
Re: Error when joining the channel
Hi Marina,
I would check the order log to see what the problems are. You can find some help with what to look for with this stack overflow post:
Hi Marina,
I would check the order log to see what the problems are. You can find some help with what to look for with this stack overflow post:
|
By
Nikhil Gupta
·
#7684
·
|
|
Re: How to set regulator or auditor in private data collection
In v2.0 we are promoting this pattern of org-specific collections, where the per organization collections implicitly exist so that you don't have to define them at all.
I agree with your thought - if
In v2.0 we are promoting this pattern of org-specific collections, where the per organization collections implicitly exist so that you don't have to define them at all.
I agree with your thought - if
|
By
David Enyeart
·
#7683
·
|
|
Re: How to set regulator or auditor in private data collection
Thank you for your explanation. I now understand it clearly.
But this would cost huge efforts to maintain private data collections in production environment if there are hundreds of private
Thank you for your explanation. I now understand it clearly.
But this would cost huge efforts to maintain private data collections in production environment if there are hundreds of private
|
By
胡 银松
·
#7682
·
|
|
Re: Potential project in need of BFT orderers
#consensus
#fabric-orderer
Excellent, thanks! I should have piped up on this earlier when I saw the call for mass-closure of old issues.
Brian
On 2/3/20 10:18 PM, David Enyeart
Excellent, thanks! I should have piped up on this earlier when I saw the call for mass-closure of old issues.
Brian
On 2/3/20 10:18 PM, David Enyeart
|
By
Brian Behlendorf <bbehlendorf@...>
·
#7681
·
|
|
Re: Potential project in need of BFT orderers
#consensus
#fabric-orderer
To clarify, as Jason mentioned the Jira FAB-33 got caught up in a recent mass cleanup of stale issues that hadn't been touched in a long time. Any issue that was automatically closed in error can be
To clarify, as Jason mentioned the Jira FAB-33 got caught up in a recent mass cleanup of stale issues that hadn't been touched in a long time. Any issue that was automatically closed in error can be
|
By
David Enyeart
·
#7680
·
|
|
Re: How to set regulator or auditor in private data collection
A regulator or auditor would be modeled as any other organization.
Example: Channel includes four organizations: 'Org1', 'Org2', 'Org3', 'regulator'.
Create Org1Collection that includes (Org1,
A regulator or auditor would be modeled as any other organization.
Example: Channel includes four organizations: 'Org1', 'Org2', 'Org3', 'regulator'.
Create Org1Collection that includes (Org1,
|
By
David Enyeart
·
#7679
·
|
|
How to set regulator or auditor in private data collection
Hi All,
The fabric doc said: “Fabric v2.0 also enables new patterns for working with and sharing private data, without the requirement of creating private data collections for all combinations
Hi All,
The fabric doc said: “Fabric v2.0 also enables new patterns for working with and sharing private data, without the requirement of creating private data collections for all combinations
|
By
胡 银松
·
#7678
·
|
|
Re: Customize chaincode docker image
Part of the chaincode instantiation process is to compile the JAR, this isn't something you can hijack in 1.4.x without modifying the source code. Fabric v2.0 (which released last week) provides a
Part of the chaincode instantiation process is to compile the JAR, this isn't something you can hijack in 1.4.x without modifying the source code. Fabric v2.0 (which released last week) provides a
|
By
Brett T Logan <brett.t.logan@...>
·
#7677
·
|
|
Re: Customize chaincode docker image
Hi,
Every time when i initiate the chaincode , it take time to build the jar. To skip this process for multiple times and to learn the flow of hyperledger CC flow, i am customizing the image.
Usually
Hi,
Every time when i initiate the chaincode , it take time to build the jar. To skip this process for multiple times and to learn the flow of hyperledger CC flow, i am customizing the image.
Usually
|
By
sanjaykumar3989@...
·
#7676
·
|
|
Re: Potential project in need of BFT orderers
#consensus
#fabric-orderer
You really should use a different status for deferred feature requests than "Closed", because "decided not to implement this ever" is a closer inference from "Closed" than "maybe
You really should use a different status for deferred feature requests than "Closed", because "decided not to implement this ever" is a closer inference from "Closed" than "maybe
|
By
Brian Behlendorf <bbehlendorf@...>
·
#7675
·
|
|
Re: Potential project in need of BFT orderers
#consensus
#fabric-orderer
I've seen some similar confusion to this on Rocketchat as well.
FAB-33 was closed along with hundreds of other items in an overall cleanup of JIRA. Its closure does not indicate any mothballing or
I've seen some similar confusion to this on Rocketchat as well.
FAB-33 was closed along with hundreds of other items in an overall cleanup of JIRA. Its closure does not indicate any mothballing or
|
By
Jason Yellick <jyellick@...>
·
#7674
·
|
|
Re: Private data : issues and problems
#fabric
#fabric-questions
#fabric-dstorage
> because the actualdata is unknown to verifiers/endorsers
Well but you can have the endorsementpolicy be satisfied by a set of members that they are all in the collectionpolicy.
Furthermore you can
> because the actualdata is unknown to verifiers/endorsers
Well but you can have the endorsementpolicy be satisfied by a set of members that they are all in the collectionpolicy.
Furthermore you can
|
By
Yacov
·
#7673
·
|
|
Re: Private data : issues and problems
#fabric
#fabric-questions
#fabric-dstorage
I apologize for restarting this old topic, someone sent me a private message so I think the least I can do is to make the problem clear
I apologize for restarting this old topic, someone sent me a private message so I think the least I can do is to make the problem clear
|
By
Ivan Ch <acizlan@...>
·
#7672
·
|