|
can we create multi cluster hyperledger fabric network setup in docker swarm?
#fabric
#hyperledger-fabric
If the two ordering services are created at different datacenters, they may need to communicate with each other via the Internet. Latency potentially can be an issue. What is your application type?
If the two ordering services are created at different datacenters, they may need to communicate with each other via the Internet. Latency potentially can be an issue. What is your application type?
|
By
Baohua Yang
· #11653
·
|
|
can we create multi cluster hyperledger fabric network setup in docker swarm?
#fabric
#hyperledger-fabric
You can create two orgs separately, and then let their ordering services join together. They need to communicate using reachable cluster addresses. Is this what you are looking for?
You can create two orgs separately, and then let their ordering services join together. They need to communicate using reachable cluster addresses. Is this what you are looking for?
|
By
Baohua Yang
· #11651
·
|
|
can we create multi cluster hyperledger fabric network setup in docker swarm?
#fabric
#hyperledger-fabric
Hi All, Can we create hyperledger fabric network in two different docker swarm cluster..... if it's possible how can we create ..... and how two different cluster are able to communicate to each other
Hi All, Can we create hyperledger fabric network in two different docker swarm cluster..... if it's possible how can we create ..... and how two different cluster are able to communicate to each other
|
By
amittripathi9887@...
· #11645
·
|
|
Error: timed out waiting for txid on all peers
#fabric
Hi Team, Using fabric sample code ,I am trying to do mutihost setup using extra host. org1 and orderer1 on vm1 and org1 on vm1 Org1 is able to approve chain code but when org2's peer trying to approve
Hi Team, Using fabric sample code ,I am trying to do mutihost setup using extra host. org1 and orderer1 on vm1 and org1 on vm1 Org1 is able to approve chain code but when org2's peer trying to approve
|
By
Kumari Shweta
· #11639
·
|
|
Error: got unexpected status: BAD_REQUEST -- Consortium config value missing while creating the channel
#consortium
#fabric
#channel
we are trying to create a channel in hyperledger fabric on multinode environment, while creating the channel it is not recieving the channel.block form orderer endpoint, orderer is rejecting the cofig
we are trying to create a channel in hyperledger fabric on multinode environment, while creating the channel it is not recieving the channel.block form orderer endpoint, orderer is rejecting the cofig
|
By
vemula.harish31@...
· #11628
·
|
|
Storage data in private data collection has a different value
#fabric
#couchdb
I'll say first that this is not something I have experimented with myself. Private data values are put and retrieved using the ChaincodeStub as byte-array or string data, whereas what you're presentin
I'll say first that this is not something I have experimented with myself. Private data values are put and retrieved using the ChaincodeStub as byte-array or string data, whereas what you're presentin
|
By
Mark Lewis
· #11557
·
|
|
Storage data in private data collection has a different value
#fabric
#couchdb
Any ideas regarding this error?
Any ideas regarding this error?
|
By
Joao Antunes
· #11555
·
|
|
Storage data in private data collection has a different value
#fabric
#couchdb
Is anyone faced with this issue?
Is anyone faced with this issue?
|
By
Joao Antunes
· #11514
·
|
|
Transient Arguments
#fabric
Yes it is typical to send both regular arguments and private transient arguments when invoking chaincode. https://hyperledger-fabric.readthedocs.io/en/latest/test_network.html demonstrates regular arg
Yes it is typical to send both regular arguments and private transient arguments when invoking chaincode. https://hyperledger-fabric.readthedocs.io/en/latest/test_network.html demonstrates regular arg
|
By
David Enyeart
· #11512
·
|
|
Transient Arguments
#fabric
Hi Team, Is it possible to send transient and non -transient arguments together in chaincode args. I have an asset struct with fields id,name,owner and price.Is it possible to make "price" only transi
Hi Team, Is it possible to send transient and non -transient arguments together in chaincode args. I have an asset struct with fields id,name,owner and price.Is it possible to make "price" only transi
|
By
Kumari Shweta
· #11511
·
|
|
Where do the Hyperledger Fabric check block header hash duplication?
#fabric
Here’s the block hash check: https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blockfile_mgr.go#L287 From: fabric@... <fabric@...> on behalf
Here’s the block hash check: https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blockfile_mgr.go#L287 From: fabric@... <fabric@...> on behalf
|
By
David Enyeart
· #11493
·
|
|
Where do the Hyperledger Fabric check block header hash duplication?
#fabric
Hi SANGWOO Do you mean the peer or orderer to check the header?
Hi SANGWOO Do you mean the peer or orderer to check the header?
|
By
Baohua Yang
· #11492
·
|
|
Where do the Hyperledger Fabric check block header hash duplication?
#fabric
I was reading the source-code for HLF v2.2 along with the officical github. But I am still looking for the source-code part that double check the block hash code. Any recommendation will be welcomed!
I was reading the source-code for HLF v2.2 along with the officical github. But I am still looking for the source-code part that double check the block hash code. Any recommendation will be welcomed!
|
By
SANGWOO PARK
· #11487
·
|
|
Storage data in private data collection has a different value
#fabric
#couchdb
Hi all, I've encountered a strange issue and couldn't find any opened issue regarding this. Currently using JAVA to develop the chaincde I'm using private data collections to store data. The stored da
Hi all, I've encountered a strange issue and couldn't find any opened issue regarding this. Currently using JAVA to develop the chaincde I'm using private data collections to store data. The stored da
|
By
Joao Antunes
· #11482
·
|
|
Hyperledger Fabric Offline Private Key Transaction Signing Flow
#fabric
#fabric-sdk-node
#fabric-offline-tx-signing
#hyperledger-fabric
Hi Fabric Community, I'm exploring the offline transaction signing flow in hyperledger fabric by using Fabric Node SDK. I came across the following official tutorial. https://hyperledger.github.io/fab
Hi Fabric Community, I'm exploring the offline transaction signing flow in hyperledger fabric by using Fabric Node SDK. I came across the following official tutorial. https://hyperledger.github.io/fab
|
By
Kavin Arumugam
· #11446
·
|
|
Archival solution in hyperledger fabric
#fabric-peer
#fabric
Hi Shweta, Yes, The solution works with fabric 2.4+, be careful, There should be at least one peer who has access to the full ledger. Also, go through the limitation. The major limitation is that you
Hi Shweta, Yes, The solution works with fabric 2.4+, be careful, There should be at least one peer who has access to the full ledger. Also, go through the limitation. The major limitation is that you
|
By
Chandramohan Jagtap
· #11445
·
|
|
Archival solution in hyperledger fabric
#fabric-peer
#fabric
Pls confirm if below solution works for hlf 2.4 as i have gone throgh https://hyperledger-fabric.readthedocs.io/en/release-2.3/peer_ledger_snapshot.html Assumption: Lets we have 20000 blocks in networ
Pls confirm if below solution works for hlf 2.4 as i have gone throgh https://hyperledger-fabric.readthedocs.io/en/release-2.3/peer_ledger_snapshot.html Assumption: Lets we have 20000 blocks in networ
|
By
Kumari Shweta
· #11442
·
|
|
Chaincode Access to Channel Config
#fabric
Can we have access to the channel CRL from inside the chaincode?
Can we have access to the channel CRL from inside the chaincode?
|
By
spectre-@...
· #11354
·
|
|
Read write set mismatch error while processing parallel transactions
#fabric-chaincode
#fabric
If two transactions sent by clients in parallel have the same case_no then you will see MVCC read conflicts. Endorsement for both will happen before the ledger is updated and they will both see that
If two transactions sent by clients in parallel have the same case_no then you will see MVCC read conflicts. Endorsement for both will happen before the ledger is updated and they will both see that
|
By
Mark Lewis
· #11301
·
|
|
Read write set mismatch error while processing parallel transactions
#fabric-chaincode
#fabric
Transactions that read or modify ledger keys that are modified by other transactions in parallel will suffer MVCC read conflicts. There are details on how this works in the documentation here: https:/
Transactions that read or modify ledger keys that are modified by other transactions in parallel will suffer MVCC read conflicts. There are details on how this works in the documentation here: https:/
|
By
Mark Lewis
· #11298
·
|