我一直在努力理解共识和公证人的概念,有一些问题:
谢谢,干杯,
发布于 2017-08-22 12:29:13
- Yes, each transaction is assigned to a specific notary service (there may be several on the network), and the notary ensures that there are no double-spends.
- That's correct. The non-verifying notary simply checks that the transaction's inputs haven't already been spent. The verifying notary also "walks the chain" to ensure that the transaction is valid. You have a choice between using a non-verifying and a verifying notary for each transaction, depending on how much information you wish to disclose.
- Both types of notaries store the information about which states have been spent locally. Only the notary itself can see the details of this map, by checking the NODE\_NOTARY\_COMMIT\_LOG in its H2 database.
https://stackoverflow.com/questions/45816778
复制相似问题