|
can't access qscc use gateway-api-go
This code snippet work fine when invoke a user chaincode,but can't work when access to qscc (gateway:v1.0.1 ,fabric:v2.4.3)
network := gateway.GetNetwork("mychannel") contract :=
This code snippet work fine when invoke a user chaincode,but can't work when access to qscc (gateway:v1.0.1 ,fabric:v2.4.3)
network := gateway.GetNetwork("mychannel") contract :=
|
By
iNature kong <xvkong@...>
·
#11188
·
|
|
Re: Remove channel from the network
Hi, Nikos.
Starting on Fabric 2.4, you can use peer channel unjoin command.
Atenciosamente,
Joaquim Pedro Carvalho de Oliveira
Gerente de Divisão
Analista
Superintendência de Produtos e Serviços -
Hi, Nikos.
Starting on Fabric 2.4, you can use peer channel unjoin command.
Atenciosamente,
Joaquim Pedro Carvalho de Oliveira
Gerente de Divisão
Analista
Superintendência de Produtos e Serviços -
|
By
Joaquim Pedro Carvalho de Oliveira
·
#11187
·
|
|
Re: Getting block height -Fabric-sdk-jAVA
#fabric-sdk-java
You should be able to use evaluateTransaction() to invoke the GetChainInfo transaction function on the qscc system chaincode. The response will be a serialized BlockchainInfo protocol buffer object,
You should be able to use evaluateTransaction() to invoke the GetChainInfo transaction function on the qscc system chaincode. The response will be a serialized BlockchainInfo protocol buffer object,
|
By
Mark Lewis
·
#11186
·
|
|
Getting block height -Fabric-sdk-jAVA
#fabric-sdk-java
How can we get the block height using fabric sdk java?
How can we get the block height using fabric sdk java?
|
By
jeff.jo95z@...
·
#11185
·
|
|
Re: Remove channel from the network
Thanks, but what happens if the peers and orderers have already join a channel that it is not useful anymore?
Thanks, but what happens if the peers and orderers have already join a channel that it is not useful anymore?
|
By
Nikos Karamolegkos
·
#11184
·
|
|
Re: Remove channel from the network
Hi Nikos,
There is no way to delete a channel. But as you spin up new peers and ordering nodes, you can select which channels they join. If you do not join them to channels that you do not want to
Hi Nikos,
There is no way to delete a channel. But as you spin up new peers and ordering nodes, you can select which channels they join. If you do not join them to channels that you do not want to
|
By
Nikhil Gupta
·
#11183
·
|
|
tutorial/sample/documentation on building fabric network from scratch for a multi-org usecase
Hello Community,
While I understand, every beginner goes through this and cracks after few iterations,
I feel there is a need to have a tutorial/sample/documentation on building fabric network from
Hello Community,
While I understand, every beginner goes through this and cracks after few iterations,
I feel there is a need to have a tutorial/sample/documentation on building fabric network from
|
By
satheesh
·
#11182
·
|
|
Fabric-sdk-jAVA issue
#fabric-sdk-java
hello,
when I was trying a query transaction via fabric sdk, I was getting this error:
mychannel already exist
This is coming because it is unable to read the details of the existing channel in the
hello,
when I was trying a query transaction via fabric sdk, I was getting this error:
mychannel already exist
This is coming because it is unable to read the details of the existing channel in the
|
By
jeff.jo95z@...
·
#11181
·
|
|
Re: setup multi-org fabric network using peer dev mode
Hello Satheesh. How are you? I hope you are doing well.
My personal dev environment is using the CCAAS builders that came with 2.4+ version with vagrant and connecting remotely using an IDE (VSCODE or
Hello Satheesh. How are you? I hope you are doing well.
My personal dev environment is using the CCAAS builders that came with 2.4+ version with vagrant and connecting remotely using an IDE (VSCODE or
|
By
David F. D. Reis
·
#11180
·
|
|
Now: Private Chaincode Lab - 05/17/2022
#cal-notice
Private Chaincode Lab
When:
05/17/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
05/17/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
Group Notification <noreply@...>
·
#11179
·
|
|
Remove channel from the network
I have a network with M orgs and N orderers which can join in multiple channels. In case a channel is no more needed what should I do to somehow "delete" the channel from the network since delete of
I have a network with M orgs and N orderers which can join in multiple channels. In case a channel is no more needed what should I do to somehow "delete" the channel from the network since delete of
|
By
Nikos Karamolegkos
·
#11178
·
|
|
Re: Fabric-sdk-jAVA
#fabric-sdk-java
You haven't provided anywhere near enough detail of what you are actually doing (steps the code is taking that produce the problem) or what error is produced (stack trace) to be able to help.
You haven't provided anywhere near enough detail of what you are actually doing (steps the code is taking that produce the problem) or what error is produced (stack trace) to be able to help.
|
By
Mark Lewis
·
#11177
·
|
|
setup multi-org fabric network using peer dev mode
Hello Community,
Using Hyperledger fabric 2.4
While working on a Hyperledger Fabric use case, realized that setting up a environment where peer can be run in
development mode (peer node start
Hello Community,
Using Hyperledger fabric 2.4
While working on a Hyperledger Fabric use case, realized that setting up a environment where peer can be run in
development mode (peer node start
|
By
satheesh
·
#11176
·
|
|
Fabric-sdk-jAVA
#fabric-sdk-java
When I am trying to make a query using java sdk, I am getting an error like:
mychannel already exists
from gatewayImplementation class
why this error is coming? why a query part is giving this error?
When I am trying to make a query using java sdk, I am getting an error like:
mychannel already exists
from gatewayImplementation class
why this error is coming? why a query part is giving this error?
|
By
jeff.jo95z@...
·
#11175
·
|
|
Re: Client dynamic configuration for new channels
Which version of Fabric are you using?
If you are using the Gateway package in fabric-sdk-go, then with discovery enabled you can simply invoke GetNetwork().
See
Which version of Fabric are you using?
If you are using the Gateway package in fabric-sdk-go, then with discovery enabled you can simply invoke GetNetwork().
See
|
By
Andrew Coleman
·
#11174
·
|
|
Re: why GetState result is nil?
The PutState does not commit the transaction to the channel, instead it creates and modifies the transaction proposal that will be returned to the HLF client and committed (or not) to the orderer.
The PutState does not commit the transaction to the channel, instead it creates and modifies the transaction proposal that will be returned to the HLF client and committed (or not) to the orderer.
|
By
Marcos Sarres
·
#11173
·
|
|
why GetState result is nil?
just like the image, I PutState one "zhangshan" key, and value; then I GetState “zhangshan”, the resbytes is nil? why?
just like the image, I PutState one "zhangshan" key, and value; then I GetState “zhangshan”, the resbytes is nil? why?
|
By
"@苹#
·
#11172
·
|
|
Re: Unable to understand endorser_proposals_recieved peer metric results
#fabric-endorser
Block commit happens after reaching consensus. But you are talking about endorser_proposals_received counter. Can you check the log messages of the peer during endorsement time instead of commit time.
Block commit happens after reaching consensus. But you are talking about endorser_proposals_received counter. Can you check the log messages of the peer during endorsement time instead of commit time.
|
By
Satya
·
#11171
·
|
|
Re: Unable to understand endorser_proposals_recieved peer metric results
#fabric-endorser
yes, when observed docker logs, all peers have committed a new block with 10 transactions ( block size is 10)
yes, when observed docker logs, all peers have committed a new block with 10 transactions ( block size is 10)
|
By
vemula.harish31@...
·
#11170
·
|
|
Re: Unable to understand endorser_proposals_recieved peer metric results
#fabric-endorser
Did you check docker logs, if so, can you tell us what you have observed in the logs of different peers.
Did you check docker logs, if so, can you tell us what you have observed in the logs of different peers.
|
By
Satya
·
#11169
·
|