hyperledger
hyperledger fabric
- ordering service: broadcast and establish concensus
- identity and membership
- scalable dissemination(optional): An optional peer-to-peer gossip service disseminates the blocks output by ordering service to all peers
- smart-contract execution
- ledger maintenance
limitation of Order-Execute architecture
- sequential execution
- no deterministic code
- confidentiality of execution
fabric Execute-Order-Validation architecture
- node type
- client: submit transaction proposals and broadcast them
- peer: execute transaction proposals and validate them and maintain blockchain ledger which is append-only not all peers will execute the transaciton proposals, which called endorsing peers execute them.
- ordering service node
-------------本文结束感谢您的阅读-------------