|
Error: "message": "Endorser must be connectable"
#fabric-chaincode
#fabric-sdk-go
#fabric-sdk-node
#grpc
#zoom
Could you please help me to sort out this issue I am able to create the report with org1 when it comes to org2. I am unable to do create operation when I am trying to create the model (report) in org2
Could you please help me to sort out this issue I am able to create the report with org1 when it comes to org2. I am unable to do create operation when I am trying to create the model (report) in org2
|
By
...
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test 13 messages
#hyperledger-fabric
#tls
#fabric-sdk-go
So the issue was resolved with the help of the Hyperledger team here Thank you, all
So the issue was resolved with the help of the Hyperledger team here Thank you, all
|
By
afrancoc2000@...
·
|
|
Creating HLF network with fabric-go-sdk and kubernetes 3 messages
#kubernetes
#fabric-sdk-go
#testnetwork
Let me extend Matija's questions. Can the administrative tasks take place on the fly without affecting the network operations. For example can I add new channel (i.e channel2) and and add to this chan
Let me extend Matija's questions. Can the administrative tasks take place on the fly without affecting the network operations. For example can I add new channel (i.e channel2) and and add to this chan
|
By
Nikos Karamolegkos
·
|
|
how to invoke the QSCC system chaincode? 3 messages
#fabric-sdk-go
In other words, you just need to send to the peer the QSCC query without asking discovery for endorsers for QSCC. From: "Yacov" <yacovm@...> To: neeroz.kumar29@... Cc: fabric@...
In other words, you just need to send to the peer the QSCC query without asking discovery for endorsers for QSCC. From: "Yacov" <yacovm@...> To: neeroz.kumar29@... Cc: fabric@...
|
By
Yacov
·
|
|
HSM in a wallet of GO application
#hsm
#fabric-sdk-go
Hello. I have a question about consuming an HSM from GO SDK to use in a wallet. The project is a GO application which connects to the Blockchain using a wallet to invoke chaincode functions. Today, th
Hello. I have a question about consuming an HSM from GO SDK to use in a wallet. The project is a GO application which connects to the Blockchain using a wallet to invoke chaincode functions. Today, th
|
By
agustincharry@...
·
|
|
Configure client connection to invoke chaincode on multiple org's peers? 2 messages
#fabric-sdk-go
#fabric-questions
I tried and figured it out. The answer is that org2 user msp does not matter. When the client app belongs to org1, you need to configure only users of org1. It makes sense that org1's client app shoul
I tried and figured it out. The answer is that org2 user msp does not matter. When the client app belongs to org1, you need to configure only users of org1. It makes sense that org1's client app shoul
|
By
Yueming Xu
·
|
|
Fabric 1.4.7 go chaincode install error 9 messages
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Great thanks Santiago!
By
Jay Chandran
·
|
|
GO SDK 2 messages
#fabric-sdk-go
Hello, Gentle reminder that this is not an effective way to receive help from the Hyperledger community. In order to get started with Fabric, you should follow all of the getting started docs as outli
Hello, Gentle reminder that this is not an effective way to receive help from the Hyperledger community. In order to get started with Fabric, you should follow all of the getting started docs as outli
|
By
Alexandre Pauwels
·
|
|
getHistoryForKey using private collections 2 messages
#fabric-sdk-go
There is no chaincode API to get the history of a private key (the team was waiting to see how private data was used by the community and if there was demand for it, before implementing it). As a work
There is no chaincode API to get the history of a private key (the team was waiting to see how private data was used by the community and if there was demand for it, before implementing it). As a work
|
By
David Enyeart
·
|
|
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 registra
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 registra
|
By
Amal C Saji
·
|
|
User registration in Fabric go sdk
#fabric-sdk-go
Hi, How to register and enroll a user in fabric sdk go? The Register function is found at /pkg/client/msp/client.go file. I am confused with how this function is invoked? Is there any reference docume
Hi, How to register and enroll a user in fabric sdk go? The Register function is found at /pkg/client/msp/client.go file. I am confused with how this function is invoked? Is there any reference docume
|
By
Amal C Saji
·
|
|
How to register TxStatusEvent
#fabric-questions
#fabric-sdk-go
How do I call `(c *Client) RegisterTxStatusEvent(txID string)` from client before I submit a transaction? The following code executes a transaction, and returns a transactionID in the response, but is
How do I call `(c *Client) RegisterTxStatusEvent(txID string)` from client before I submit a transaction? The following code executes a transaction, and returns a transactionID in the response, but is
|
By
Yueming Xu
·
|
|
Create client connection to a specified org? 2 messages
#fabric-sdk-go
#fabric-questions
Hi Yueming, You may use `channel.WithTargetEndpoints` to specify the peer you want to connect to. see -> https://github.com/hyperledger/fabric-sdk-go/blob/master/pkg/client/channel/api.go#L66 e.g. cli
Hi Yueming, You may use `channel.WithTargetEndpoints` to specify the peer you want to connect to. see -> https://github.com/hyperledger/fabric-sdk-go/blob/master/pkg/client/channel/api.go#L66 e.g. cli
|
By
Xixue Jia
·
|
|
Instantiation of FabricSDK instance 15 messages
#fabric-sdk-go
This is if you want to use fabric-sdk-go to enroll with the CA-server w/o having to pass the id/password explicitly. It should pick it up from config.yaml
This is if you want to use fabric-sdk-go to enroll with the CA-server w/o having to pass the id/password explicitly. It should pick it up from config.yaml
|
By
...
·
|
|
#fabric-sdk-go #fabric-questions
#fabric-sdk-go
#fabric-questions
i make network with one org with ca and solo orderer and use go-sdk to join channel and install and instantiate cc but i get this error when code try to instantiate cc
i make network with one org with ca and solo orderer and use go-sdk to join channel and install and instantiate cc but i get this error when code try to instantiate cc
|
By
...
·
|