|
how to obtain an org's root CA certificate in application chaincode?
hi, suppose one application certificate is issued by one fabric org's ca and the certificate needs being verified in an application chaincode. One way is to get the org's root ca certificate. But I do
hi, suppose one application certificate is issued by one fabric org's ca and the certificate needs being verified in an application chaincode. One way is to get the org's root ca certificate. But I do
|
By
...
· #6007
·
|
|
dynamic expansion of a network
Hi, in fabric 1.2 release doc, especially the link https://hyperledger-fabric.readthedocs.io/en/release-1.2/network/network.html describes the dynamic expansion of a network, however, the whole doc do
Hi, in fabric 1.2 release doc, especially the link https://hyperledger-fabric.readthedocs.io/en/release-1.2/network/network.html describes the dynamic expansion of a network, however, the whole doc do
|
By
...
· #4148
·
|
|
how to add an organizaiton into an existing fabric network
Hi Guo, Thank you for providing the link. I have one question after reading the link. Should the msp of the org3 be added into the order configuation block? If so, how to add. I am not clear about thi
Hi Guo, Thank you for providing the link. I have one question after reading the link. Should the msp of the org3 be added into the order configuation block? If so, how to add. I am not clear about thi
|
By
...
· #3965
·
|
|
how to add an organizaiton into an existing fabric network
Hi it is easy to add a peer into an existing fabric network by chanel join command. How to add a new org into the existing fabric network? Thank you. Regards, qs meng
Hi it is easy to add a peer into an existing fabric network by chanel join command. How to add a new org into the existing fabric network? Thank you. Regards, qs meng
|
By
...
· #3955
·
|
|
on smartcontract
Hi, Shiseki, Akimitsu Thank you for the explanation. As you say " These rules are agreed by the business network participants and expressed in chaincode as a smart contract. ", we can express as follo
Hi, Shiseki, Akimitsu Thank you for the explanation. As you say " These rules are agreed by the business network participants and expressed in chaincode as a smart contract. ", we can express as follo
|
By
...
· #3849
·
|
|
on smartcontract
Hi, In bitcoin there exist script to define condition under which bitcoin can be spent. In ethereum, the smartcontract also can define condition under which ether can be spent and it behaves like a ju
Hi, In bitcoin there exist script to define condition under which bitcoin can be spent. In ethereum, the smartcontract also can define condition under which ether can be spent and it behaves like a ju
|
By
...
· #3837
·
|
|
the difference of kafka and sbft
Hi Baohua, thank you for the link. Maybe, kafka is good at detecting crash failure while bft is good at detecting malicous failure. best regards, qs meng 在 2018-05-15 21:06:23,"Baohua Yang" <yangbaohu
Hi Baohua, thank you for the link. Maybe, kafka is good at detecting crash failure while bft is good at detecting malicous failure. best regards, qs meng 在 2018-05-15 21:06:23,"Baohua Yang" <yangbaohu
|
By
...
· #3724
·
|
|
the difference of kafka and sbft
H, It is said that kafka can tolerate about one half nodes's failure with about 10000 tps and sbft can tolerate about one third nodes's failure with about 2000 tps. From this comparison, kafka take an
H, It is said that kafka can tolerate about one half nodes's failure with about 10000 tps and sbft can tolerate about one third nodes's failure with about 2000 tps. From this comparison, kafka take an
|
By
...
· #3706
·
|
|
the process to send proposal to endorsers
Hi, A client would send a proposal to endorsers for endorsement. Now there exist two ways describing the process. 1. the client sends the proposal to each of the endorsers. 2.the client sends the prop
Hi, A client would send a proposal to endorsers for endorsement. Now there exist two ways describing the process. 1. the client sends the proposal to each of the endorsers. 2.the client sends the prop
|
By
...
· #3504
·
|
|
the size of a transaction
hi, the following is from "Hyperledger Fabric: A Distributed Operating System for Permissioned Blockchains" by IBM authors. During this experiment, we also observed the size MINT and SPEND transaction
hi, the following is from "Hyperledger Fabric: A Distributed Operating System for Permissioned Blockchains" by IBM authors. During this experiment, we also observed the size MINT and SPEND transaction
|
By
...
· #3493
·
|
|
the size of a transaction
hi, A question is often asked that what computer can be used for Fabric system and how long it can serve. To answer the question above, the size of a transaction is one factor to consider. There are t
hi, A question is often asked that what computer can be used for Fabric system and how long it can serve. To answer the question above, the size of a transaction is one factor to consider. There are t
|
By
...
· #3492
·
|
|
the choice of database
Hi Kim, Thank you for the reply. I have read the ledger part in release 1.1 and documents about Couchdb and Mongodb. So LevelDB and Mysql now are not considered. Though Couchdb provides rich query wit
Hi Kim, Thank you for the reply. I have read the ledger part in release 1.1 and documents about Couchdb and Mongodb. So LevelDB and Mysql now are not considered. Though Couchdb provides rich query wit
|
By
...
· #3403
·
|
|
the choice of database
Hi, Fabric is not designed with its native crypto-currency. Maybe fabric is designed for other applications than the cryptocurrency application. In some application, we need frequent and complex queri
Hi, Fabric is not designed with its native crypto-currency. Maybe fabric is designed for other applications than the cryptocurrency application. In some application, we need frequent and complex queri
|
By
...
· #3399
·
|
|
the side-effect of the method preventing double-spend
Hello Yolan, Thank you for your solution. It is good. I will take it. Best regards, qs Meng
Hello Yolan, Thank you for your solution. It is good. I will take it. Best regards, qs Meng
|
By
...
· #3394
·
|
|
the side-effect of the method preventing double-spend
Hi, Consider the following scenario: User: A , B and C , where C is a retailer, while A and B customers. Both A an B buy something from C, now A would send 10$ to C in Transaction 1, B would send 20$
Hi, Consider the following scenario: User: A , B and C , where C is a retailer, while A and B customers. Both A an B buy something from C, now A would send 10$ to C in Transaction 1, B would send 20$
|
By
...
· #3383
·
|
|
can a computer with private ip join in fabric as peer
Hi Mahesh and Yacov, Thank you two for the replies. The reason why I ask the question is as follows:can a peer behind a NAT send message to another peer that is behind another NAT too using the Hello,
Hi Mahesh and Yacov, Thank you two for the replies. The reason why I ask the question is as follows:can a peer behind a NAT send message to another peer that is behind another NAT too using the Hello,
|
By
...
· #1416
·
|
|
can a computer with private ip join in fabric as peer
Hello, If a computer is a private network node, that is, the computer is behind a NAT, has no public IP. Can this computer as a peer join in a Fabric network which is deployed in public network? Thank
Hello, If a computer is a private network node, that is, the computer is behind a NAT, has no public IP. Can this computer as a peer join in a Fabric network which is deployed in public network? Thank
|
By
...
· #1402
·
|
|
org only with user, no peer
Hello everyone, Suppose in fabric network, there exists an organization named ClientOrg, which only have client users ,no peer node. Then if a client in the ClientOrg wants to invoke or query the ledg
Hello everyone, Suppose in fabric network, there exists an organization named ClientOrg, which only have client users ,no peer node. Then if a client in the ClientOrg wants to invoke or query the ledg
|
By
...
· #1260
·
|
|
a doc describing data flow is needed
sorry. the git project link is https://github.com/yeasy/hyperledger_code_fabric, which aim to analyze the fabric code. 【网易自营|30天无忧退货】Crocs制造“四季简约拖鞋”限时仅19.9元,618再享8折>>
sorry. the git project link is https://github.com/yeasy/hyperledger_code_fabric, which aim to analyze the fabric code. 【网易自营|30天无忧退货】Crocs制造“四季简约拖鞋”限时仅19.9元,618再享8折>>
|
By
...
· #1188
·
|
|
a doc describing data flow is needed
Hi Baohua, Yes, that document is really needed. I am here waiting for that. I know one github project https://github.com/yacovm/fabricDeployment There should be one short chapter describing the whole
Hi Baohua, Yes, that document is really needed. I am here waiting for that. I know one github project https://github.com/yacovm/fabricDeployment There should be one short chapter describing the whole
|
By
...
· #1187
·
|