|
Re: What is 'member' role?
#fabric
#policies
True, as long as the policy is guaranteed.--
Best wishes!
Baohua Yang
True, as long as the policy is guaranteed.--
Best wishes!
Baohua Yang
|
By
Baohua Yang
·
#10827
·
|
|
Re: What is 'member' role?
#fabric
#policies
Hi, in this way, does it means anyone in this org can generate read/write sets for a transaction and send "endorsed" transaction to orderer and thus make it committed
Hi, in this way, does it means anyone in this org can generate read/write sets for a transaction and send "endorsed" transaction to orderer and thus make it committed
|
By
BigBang019
·
#10826
·
|
|
Re: #fabric-chaincode
#fabric-chaincode
If you want to display the results of ledger queries in the browser, you'll need to create a backend component that interacts with Fabric. I suggest studying the REST API sample
If you want to display the results of ledger queries in the browser, you'll need to create a backend component that interacts with Fabric. I suggest studying the REST API sample
|
By
Andrew Coleman
·
#10825
·
|
|
Re: Missing identifier in namespace, even codes are all correct
#blockchain-explorer
Just to set expectations, you are going to struggle to find anyone to help with Composer issues. The project was deprecated nearly 3 years ago and the maintainers have all moved on to other
Just to set expectations, you are going to struggle to find anyone to help with Composer issues. The project was deprecated nearly 3 years ago and the maintainers have all moved on to other
|
By
Andrew Coleman
·
#10824
·
|
|
Re: Missing identifier in namespace, even codes are all correct
#blockchain-explorer
Yeah i know, but somehow i depreciated the prerequisites and downloaded it. Because i needed it for my college project. So please can you help me in this.
Yeah i know, but somehow i depreciated the prerequisites and downloaded it. Because i needed it for my college project. So please can you help me in this.
|
By
Vivek Vohra
·
#10823
·
|
|
Re: fabric intermediate ca issue : Enrollment Error code : 77 - The CSR subject common name must equal the enrollment ID
Hi Amod,
Thanks & Regards
Kavin Arumugam
Hi Amod,
Thanks & Regards
Kavin Arumugam
|
By
Kavin Arumugam
·
#10822
·
|
|
Re: fabric intermediate ca issue : Enrollment Error code : 77 - The CSR subject common name must equal the enrollment ID
Hii Kavin,
Thanks for response, issue is resolved :)
सादर / Regards,
आमोदकुमार प्रदीप सूर्यवंशी / Amodkumar Pradip
Hii Kavin,
Thanks for response, issue is resolved :)
सादर / Regards,
आमोदकुमार प्रदीप सूर्यवंशी / Amodkumar Pradip
|
By
amod.suryawanshi@...
·
#10821
·
|
|
Re: Missing identifier in namespace, even codes are all correct
#blockchain-explorer
Composer, sadly, reached end of life years ago. Those images are no longer available.
--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
Composer, sadly, reached end of life years ago. Those images are no longer available.
--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
|
By
Ry Jones
·
#10820
·
|
|
#fabric-chaincode
#fabric-chaincode
Hi,
How can I query data in blockchain and populate the data in a poplist?
E.g. I already have a function allowed me to bind select element with JSON array below:
function populateSelect() {
Hi,
How can I query data in blockchain and populate the data in a poplist?
E.g. I already have a function allowed me to bind select element with JSON array below:
function populateSelect() {
|
By
pham.qtpham@...
·
#10819
·
|
|
Missing identifier in namespace, even codes are all correct
#blockchain-explorer
Error on getting composer-playground, on submit transaction.
Error on getting composer-playground, on submit transaction.
|
By
Vivek Vohra
·
#10818
·
|
|
container is not running.
#couchdb
#fabric-peer
#hyperledger-fabric
./startFabric.sh
Development only script for Hyperledger Fabric control
Running 'startFabric.sh'
FABRIC_VERSION is unset, assuming hlfv12
FABRIC_START_TIMEOUT is unset, assuming 15 (seconds)
Removing
./startFabric.sh
Development only script for Hyperledger Fabric control
Running 'startFabric.sh'
FABRIC_VERSION is unset, assuming hlfv12
FABRIC_START_TIMEOUT is unset, assuming 15 (seconds)
Removing
|
By
Vivek Vohra
·
#10817
·
|
|
Re: ERROR
Hi,
Modify all docker images tag from "latest" to specific version like 2.4, 2.3, 2.2, etc. in a "docker-compose-test-net.yaml" under "docker" folder.
Thanks & Regards
Kavin Arumugam
Hi,
Modify all docker images tag from "latest" to specific version like 2.4, 2.3, 2.2, etc. in a "docker-compose-test-net.yaml" under "docker" folder.
Thanks & Regards
Kavin Arumugam
|
By
Kavin Arumugam
·
#10816
·
|
|
Re: 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
·
|
|
ERROR
manifest for hyperledger/fabric-orderer:latest not found: manifest unknown
manifest for hyperledger/fabric-orderer:latest not found: manifest unknown
|
By
Harsh Pathak <harshpathak27501@...>
·
#10814
·
|
|
Re: What is the best practice in deploying chaincode over peers?
#fabric-peer
Hyperledger Fabric performance is tricky, it is important to tune some components.
The main one is the chaincode endorsing policy, if it requires endorsing from all channel orgs, the transaction
Hyperledger Fabric performance is tricky, it is important to tune some components.
The main one is the chaincode endorsing policy, if it requires endorsing from all channel orgs, the transaction
|
By
Marcos Sarres
·
#10813
·
|
|
Re: Fabric Contributor Meeting - January 19, 2022
Hi David and Fabric maintainers,
Pre our discussed on contributor meeting, I just created the proposal for Sandbox project with link
Hi David and Fabric maintainers,
Pre our discussed on contributor meeting, I just created the proposal for Sandbox project with link
|
By
袁怿
·
#10812
·
|
|
Re: What is the best practice in deploying chaincode over peers?
#fabric-peer
Agree. If a peer joins after the installation of contract, just make the chaincode install step after joining the channel, a standard procedure.
/Sijo
Agree. If a peer joins after the installation of contract, just make the chaincode install step after joining the channel, a standard procedure.
/Sijo
|
By
Sijo Cherian
·
#10811
·
|
|
putprivatedata stores data as attachment when using it in javascript
Hi all,
I'm trying to implement private data collection using javascript,
my application js snippet:
------------------------------------------------------------------------------------
const
Hi all,
I'm trying to implement private data collection using javascript,
my application js snippet:
------------------------------------------------------------------------------------
const
|
By
CHANDHRU R
·
#10810
·
|
|
Re: fabric intermediate ca issue : Enrollment Error code : 77 - The CSR subject common name must equal the enrollment ID
Hi Amod,
Check the following in your Intermediate CA config file.
csr.cn: The common name must be blank for intermediate CAs.
For more information on Intermediate CA, visit the
Hi Amod,
Check the following in your Intermediate CA config file.
csr.cn: The common name must be blank for intermediate CAs.
For more information on Intermediate CA, visit the
|
By
Kavin Arumugam
·
#10809
·
|
|
Re: kubernetes network more than one channel and chaincode
Hello - the short answer is "no, not really". The 1.4 SDKs did have some limited ability to do administrative actions; these were removed in v2 - though without a direct replacement.
There have
Hello - the short answer is "no, not really". The 1.4 SDKs did have some limited ability to do administrative actions; these were removed in v2 - though without a direct replacement.
There have
|
By
Matthew White
·
#10808
·
|