|
Re: Discovery service throwing in fetching endorsement policy is Chaincode's endorsement policy is updated.
#fabric
what is the endorsement policy ? how isit constructed? any logs from the peer?
From: abhimanyushekhawat17.as@...
To: fabric@...
Date: 08/18/2020 08:08 PM
Subject: [EXTERNAL]
what is the endorsement policy ? how isit constructed? any logs from the peer?
From: abhimanyushekhawat17.as@...
To: fabric@...
Date: 08/18/2020 08:08 PM
Subject: [EXTERNAL]
|
By
Yacov
·
#8880
·
|
|
Discovery service throwing in fetching endorsement policy is Chaincode's endorsement policy is updated.
#fabric
Hello,
I am using discovery service to fetch Endorsement policy and everything works fine until I update the endorsement policy of the chaincode.
Whenever I try to fetch the endorsement policy after I
Hello,
I am using discovery service to fetch Endorsement policy and everything works fine until I update the endorsement policy of the chaincode.
Whenever I try to fetch the endorsement policy after I
|
By
abhimanyushekhawat17.as@...
·
#8879
·
|
|
Re: Why should organization not be both orderer and peer?
Thanks everybody for your feedback on this! We'll discuss this in our group as well.
-----
Si Chen
Open Source Strategies, Inc.
Join our Hyperledger Open Source Carbon Neutral Certification Working
Thanks everybody for your feedback on this! We'll discuss this in our group as well.
-----
Si Chen
Open Source Strategies, Inc.
Join our Hyperledger Open Source Carbon Neutral Certification Working
|
By
Si Chen <sichen@...>
·
#8878
·
|
|
Re: Querying Current Block hash for particular block
Hi jiajun898,
One thought I have, make sure you are installing ‘asn1.js’ and not ‘asn1’. I actually just made that mistake myself when I went to npm to look up the package.
Eric
Eric
Hi jiajun898,
One thought I have, make sure you are installing ‘asn1.js’ and not ‘asn1’. I actually just made that mistake myself when I went to npm to look up the package.
Eric
Eric
|
By
Eric Vaughn
·
#8877
·
|
|
Re: Querying Current Block hash for particular block
try to use minifabric to setup a fabric network in less than 4 minutes, see this link, https://github.com/litong01/minifabric/blob/master/README.md
Then simply do this to inspect each block and see
try to use minifabric to setup a fabric network in less than 4 minutes, see this link, https://github.com/litong01/minifabric/blob/master/README.md
Then simply do this to inspect each block and see
|
By
Tong Li
·
#8876
·
|
|
Re: Querying Current Block hash for particular block
Hi Eric,
Tried the above snippet you've provided but got an error Error notifying listener message=asn.define is not a function"...". Any help will be greatly appreciated.
Hi Eric,
Tried the above snippet you've provided but got an error Error notifying listener message=asn.define is not a function"...". Any help will be greatly appreciated.
|
By
jiajun898 <jiajun85@...>
·
#8875
·
|
|
Next Hyperledger Fabric Application Developer Community call -- this Thursday 20th Aug @ 3pm UTC time: 4pm UK, 11am ET, 8am PT
dear Fabric ApplicationDeveloper,
the next FabricApplication Developer community call is: Thursday20th Aug - 3pm UTC, 4pm UK time (+1), 11am ET (-5 hrs), 8am PT (-8hrs) - othertime zoneshere. It
dear Fabric ApplicationDeveloper,
the next FabricApplication Developer community call is: Thursday20th Aug - 3pm UTC, 4pm UK time (+1), 11am ET (-5 hrs), 8am PT (-8hrs) - othertime zoneshere. It
|
By
Paul O'Mahoney <mahoney@...>
·
#8874
·
|
|
Re: Why should organization not be both orderer and peer?
Yes, the BlockValidation policy is the key element to protect. And, we should probably change the default away from 'ANY Writers' to something more specific -- but any such changes create pains for
Yes, the BlockValidation policy is the key element to protect. And, we should probably change the default away from 'ANY Writers' to something more specific -- but any such changes create pains for
|
By
Jason Yellick <jyellick@...>
·
#8873
·
|
|
error(go command not found when i used make release and make docker commands)
go is installed but when using make release and make docker commands i see this error:
go is installed but when using make release and make docker commands i see this error:
|
By
farnaghi39@...
·
#8872
·
|
|
Re: Error Help :Bad configuration detected: Received AliveMessage from a peer with the same PKI-ID as myself: tag:EMPTY alive_msg:<membership:<endpoint
You are using the same certificate fortwo different peers and it is forbidden
From: "Mayank Agrawal"<agrawalmayank017@...>
To: fabric@...
Date: 08/17/2020 08:00 PM
Subject:
You are using the same certificate fortwo different peers and it is forbidden
From: "Mayank Agrawal"<agrawalmayank017@...>
To: fabric@...
Date: 08/17/2020 08:00 PM
Subject:
|
By
Yacov
·
#8871
·
|
|
Error Help :Bad configuration detected: Received AliveMessage from a peer with the same PKI-ID as myself: tag:EMPTY alive_msg:<membership:<endpoint
Hi guys please help me out with an issue ,
I am tring to start the network ,I am getting error like inside the peer container logs :
Duiing the initial after docker peer up commands.
Fabric version
Hi guys please help me out with an issue ,
I am tring to start the network ,I am getting error like inside the peer container logs :
Duiing the initial after docker peer up commands.
Fabric version
|
By
Mayank Agrawal
·
#8870
·
|
|
Re: Why should organization not be both orderer and peer?
Thanks a lot Jason, I hadn't thought about those attacks yet.
But isn't it possible for the organizations with orderer to use the OU roles, set the following policies and just run orderer and peers
Thanks a lot Jason, I hadn't thought about those attacks yet.
But isn't it possible for the organizations with orderer to use the OU roles, set the following policies and just run orderer and peers
|
By
Bram Dufour <bram.dufour8@...>
·
#8869
·
|
|
Re: Removed Databases, can't reset
#fabric
#couchdb
Yes, I have tried that. The CouchDB volumes were removed properly.
But even if not, when the Docker containers are removed and re-created - somehow it should be populated (again) if I do the same
Yes, I have tried that. The CouchDB volumes were removed properly.
But even if not, when the Docker containers are removed and re-created - somehow it should be populated (again) if I do the same
|
By
mario.schwaiger@...
·
#8868
·
|
|
Re: Why should organization not be both orderer and peer?
For a little more detail you can see this question and response on stack
For a little more detail you can see this question and response on stack
|
By
Jason Yellick <jyellick@...>
·
#8867
·
|
|
Re: Why should organization not be both orderer and peer?
See the topic on How many CAs are required in the CA documentation.
Because this is a distributed ledger, the ordering service should not be part of the same organization as the peers, so you will
See the topic on How many CAs are required in the CA documentation.
Because this is a distributed ledger, the ordering service should not be part of the same organization as the peers, so you will
|
By
Pam Andrejko
·
#8866
·
|
|
Re: Why should organization not be both orderer and peer?
Hi Si Chen, I think it was only the case for the Kafka orderer in earlier versions, in which only one org could run the Kafka ordering service.
With the raft orderer implementation, you can have a
Hi Si Chen, I think it was only the case for the Kafka orderer in earlier versions, in which only one org could run the Kafka ordering service.
With the raft orderer implementation, you can have a
|
By
Bram Dufour <bram.dufour8@...>
·
#8865
·
|
|
Why should organization not be both orderer and peer?
Hello,
I saw in
https://hyperledger-fabric.readthedocs.io/en/release-1.4/Fabric-FAQ.html#ordering-service
Question: | Can I have an organization act both in an ordering and application role?
Answer:
Hello,
I saw in
https://hyperledger-fabric.readthedocs.io/en/release-1.4/Fabric-FAQ.html#ordering-service
Question: | Can I have an organization act both in an ordering and application role?
Answer:
|
By
Si Chen <sichen@...>
·
#8864
·
|
|
#minifab #miniFabric #hyperledger-fabric #network #Centos
#minifabric
#hyperledger-fabric
#network
#centos
#minifab
If you try to install miniFabric to centos,
you will see that cant work under published condition, i.e. Docker version (18.03 or newer)...
If you try to install miniFabric to centos,
you will see that cant work under published condition, i.e. Docker version (18.03 or newer)...
|
By
zilich@...
·
#8863
·
|
|
Re: The return value in Fabric gateway java SDK submitTransaction method
If the transaction has been committed (i.e. the submit() call returns successfully) then it has satisfied the endorsement policy. If the endorsement policy wasn't satisfied then the transaction would
If the transaction has been committed (i.e. the submit() call returns successfully) then it has satisfied the endorsement policy. If the endorsement policy wasn't satisfied then the transaction would
|
By
Mark Lewis
·
#8862
·
|
|
looking for sponsor for hyperledger labs blockchain-carbon-accounting project
Hello everybody,
I'm from the Climate Accounting and Neutrality Working Group, and we'd like to ask for a sponsor to open a repository in hyperledger-lab.
This repository will be used for developing
Hello everybody,
I'm from the Climate Accounting and Neutrality Working Group, and we'd like to ask for a sponsor to open a repository in hyperledger-lab.
This repository will be used for developing
|
By
Si Chen <sichen@...>
·
#8861
·
|