|
Error getting endorser endorser client for channel
#fabric
#fabric-kubernetes
#fabric-questions
Hi everyone. I am deploying HL fabric network on kubernetes & facing the error below on joining peers with the channel.
For org1peer0 and org2peer0, joining is successful. But for org1peer1 and
Hi everyone. I am deploying HL fabric network on kubernetes & facing the error below on joining peers with the channel.
For org1peer0 and org2peer0, joining is successful. But for org1peer1 and
|
By
Yousaf Zain <yousaf.zain000@...>
·
#5726
·
|
|
Modify the chaincode container for performance
#fabric-kubernetes
I have Hyperledger Fabric running on Kubernetes cluster. I know that whenever, a Chaincode is invoked a chaincode container is spun up. Is there a way to access this chaincode container or the image
I have Hyperledger Fabric running on Kubernetes cluster. I know that whenever, a Chaincode is invoked a chaincode container is spun up. Is there a way to access this chaincode container or the image
|
By
Raj Bandhakavi <raj@...>
·
#5725
·
|
|
Re: Chaincode Instantiate Payload
#fabric
#fabric-questions
Thank you very much Baohua, looks like exactly what I was looking for.
Do you know if this structure exists as a proto?
Thank you very much Baohua, looks like exactly what I was looking for.
Do you know if this structure exists as a proto?
|
By
Guillaume Cisco
·
#5724
·
|
|
Re: Chaincode Instantiate Payload
#fabric
#fabric-questions
Hi guillaume
After dig out the code, it shows the data is for
type ChaincodeData struct {
// Name of the chaincode
Name string `protobuf:"bytes,1,opt,name=name"`
// Version of the chaincode
Hi guillaume
After dig out the code, it shows the data is for
type ChaincodeData struct {
// Name of the chaincode
Name string `protobuf:"bytes,1,opt,name=name"`
// Version of the chaincode
|
By
Baohua Yang
·
#5723
·
|
|
Re: Chaincode Instantiate Payload
#fabric
#fabric-questions
Thanks Baohua for the precision.
But using the same way for decoding it does not work :/
We've created a bruteforce fonction for testing all the protos classes on this payload. And no one return
Thanks Baohua for the precision.
But using the same way for decoding it does not work :/
We've created a bruteforce fonction for testing all the protos classes on this payload. And no one return
|
By
Guillaume Cisco
·
#5722
·
|
|
Re: Chaincode Instantiate Payload
#fabric
#fabric-questions
When doing instantiate, the response is with a similar structure, as it's the response from the lifecycle system chaincode.
I think you can decode it using the same way.
--
Best wishes!
Baohua Yang
When doing instantiate, the response is with a similar structure, as it's the response from the lifecycle system chaincode.
I think you can decode it using the same way.
--
Best wishes!
Baohua Yang
|
By
Baohua Yang
·
#5721
·
|
|
Re: support for atomic commit of transactions across channels
#fabric
Thanks Brian for your comments.
Yes, the building blocks we have suggested can be a stepping stone to support atomic transactions across Fabric networks, as well as with other heterogeneous networks
Thanks Brian for your comments.
Yes, the building blocks we have suggested can be a stepping stone to support atomic transactions across Fabric networks, as well as with other heterogeneous networks
|
By
Praveen
·
#5720
·
|
|
Re: support for atomic commit of transactions across channels
#fabric
Thanks for bringing this here for feedback.
One thing I noticed reading more closely is that this isn't just about transactions across channels in the same Fabric network,
Thanks for bringing this here for feedback.
One thing I noticed reading more closely is that this isn't just about transactions across channels in the same Fabric network,
|
By
Brian Behlendorf <bbehlendorf@...>
·
#5719
·
|
|
Dynamic and automatic creation of PDCs
Hello,
This is my first question here and I am hoping I'm following the right protocol.
We are in the process of designing a fabric network and were wondering whether it is possible to create
Hello,
This is my first question here and I am hoping I'm following the right protocol.
We are in the process of designing a fabric network and were wondering whether it is possible to create
|
By
Isabell Kiral-Kornek
·
#5718
·
|
|
Re: Researching and Developing a Native Token for Fabric
#fabric-questions
#fabric
Yes, there is a plan for this fabric native token. And it is in progress. Some works has been done. More effort will be needed. It is is at the initial stage right now.
If you can help, that will be
Yes, there is a plan for this fabric native token. And it is in progress. Some works has been done. More effort will be needed. It is is at the initial stage right now.
If you can help, that will be
|
By
Michael Wang
·
#5717
·
|
|
Using fabric-ca-client instead of cryptogen to launch a new fabric network
#fabric-ca
#fabric
Here is the overall idea:
1) selfsign CA root keypair, bootstrap TLSCA and CA keys for a ca-server with openssl
2) create two ca-servers (TLSCA + CA)
3) enroll orderer tls and orderer MSP in a
Here is the overall idea:
1) selfsign CA root keypair, bootstrap TLSCA and CA keys for a ca-server with openssl
2) create two ca-servers (TLSCA + CA)
3) enroll orderer tls and orderer MSP in a
|
By
Nye Liu <nye@...>
·
#5716
·
|
|
Re: Researching and Developing a Native Token for Fabric
#fabric-questions
#fabric
Please check out the fabric-chaincode-evm repo. We would love your feedback.
Chris
Please check out the fabric-chaincode-evm repo. We would love your feedback.
Chris
|
By
Christopher Ferris
·
#5715
·
|
|
Researching and Developing a Native Token for Fabric
#fabric-questions
#fabric
Hello all.
I have been task with R&D for a Native Token in Fabric by my working group. We plan to modify Fabric and implement whatever modifications are needed to enable an Ethereum Coin-like
Hello all.
I have been task with R&D for a Native Token in Fabric by my working group. We plan to modify Fabric and implement whatever modifications are needed to enable an Ethereum Coin-like
|
By
bryanedds@...
·
#5714
·
|
|
support for atomic commit of transactions across channels
#fabric
Hello everyone,
We have a proposal and design for supporting atomic transactions across channels in Fabric. We have created an issue (https://jira.hyperledger.org/browse/FAB-13437) along with the
Hello everyone,
We have a proposal and design for supporting atomic transactions across channels in Fabric. We have created an issue (https://jira.hyperledger.org/browse/FAB-13437) along with the
|
By
Praveen
·
#5713
·
|
|
Re: Chaincode Instantiate Payload
#fabric
#fabric-questions
Hi $$parthiban$$,
Thank your for answering. The payload I'm talking about already come from the blockdecoder.js.
When you make an instantiate request, you get a ProposalResponse.
Its proto is:// A
Hi $$parthiban$$,
Thank your for answering. The payload I'm talking about already come from the blockdecoder.js.
When you make an instantiate request, you get a ProposalResponse.
Its proto is:// A
|
By
Guillaume Cisco
·
#5712
·
Edited
|
|
Re: Chaincode Instantiate Payload
#fabric
#fabric-questions
Hi,
Kindly use the block decoder JavaScript program (blockdecoder.js) to decode the payload response.
Block decoder comes with fabric package itself. Check the GitHub repo
Thanks and Regards
Parthiban
Hi,
Kindly use the block decoder JavaScript program (blockdecoder.js) to decode the payload response.
Block decoder comes with fabric package itself. Check the GitHub repo
Thanks and Regards
Parthiban
|
By
Parthiban Selvaraj
·
#5711
·
|
|
Chaincode Instantiate Payload
#fabric
#fabric-questions
Hi guys, we've correctly instantiated our chaincode and we get a return payload which looks
Hi guys, we've correctly instantiated our chaincode and we get a return payload which looks
|
By
Guillaume Cisco
·
#5710
·
|
|
Error initializing the network channel from node sdk in hyperledger fabric
Hi all,
KIndly resolve the issue described below:
Background: I have modified the first-network files (to a network with 2 Orgs and 1 peer in each of them) and installed my own chaincode on it.
Hi all,
KIndly resolve the issue described below:
Background: I have modified the first-network files (to a network with 2 Orgs and 1 peer in each of them) and installed my own chaincode on it.
|
By
shahzad.adeel@...
·
#5709
·
|
|
Re: [#fabric-sdk-java] Instantiating chaincode for peers using JavaSDK
for each channel the chaincode needs to be instantiated only once and it can be done by any endorsing peer for that organization (assuming it is part of the channel).
for each channel the chaincode needs to be instantiated only once and it can be done by any endorsing peer for that organization (assuming it is part of the channel).
|
By
PM <hyperledger@...>
·
#5708
·
|
|
Re: Any trick to determine if a web application is running off a Hyperledger Fabric blockchain?
True.
(Don) Chunshen Li
Blockchain Consultant / Hyperledger Fabric Application Developer
True.
(Don) Chunshen Li
Blockchain Consultant / Hyperledger Fabric Application Developer
|
By
Don Li <lichunshen84@...>
·
#5707
·
|