【发布时间】:2019-09-29 23:10:25
【问题描述】:
假设我们有 3 个组织 org1、org2、org3,每个组织有 2 个 peer 意味着总共有 6 个 peer,每个组织由 orderer 组成,总共 3 个ordered。
我们创建 2 个频道...
首先是 channelAll,所有组织和节点都在其中连接。
第二个通道,我们在 org2 和 org3 之间创建 channel23 这个通道。现在我的问题是
1. when i send transaction on channelAll all the peers means total 6 peers and 3 orderer is update the ledger, saying that transaction valid and its create the new block number 1.
2. when i send the transaction to channel23, does all total 6 peers and 3 ordrer also get updated or org2 and org3 with their peers means total 4 peers, which is connect to channel23 only this will get update the ledger and create the new block 2.
3. If only org2 and org3 in channel channel23 is updated means its creating the new block which will not know to org1 then how does blockchain work, already org1 has missed the block.
其实我在这里有点困惑,如果我有私人频道,有人可以建议我如何创建块。
【问题讨论】: