Blockchain consensus optimization balance
The goal of the blockchain consensus mechanism is to make all honest nodes save the same blockchain view, while satisfying two properties: one is consistency, all honest nodes save the same blockchain stock; The second is validity, the incremental information published by one honest node will eventually be recorded by all other honest nodes in their own blockchain. The adoption of different consensus mechanisms on blockchain will have different impacts on the overall performance of the system...
Blockchain consensus optimization balance
The goal of the blockchain consensus mechanism is to make all honest nodes save the same blockchain view, while satisfying two properties: one is consistency, all honest nodes save the same blockchain stock; The second is validity, the incremental information published by one honest node will eventually be recorded by all other honest nodes in their own blockchain. The adoption of different consensus mechanisms on blockchain will have different impacts on the overall performance of the system...
Understanding the "chain structure" of blockchain
Blockchain has two distinct features, one is the block, the other is the "chain", or "chain structure". Under the "Chain structure", it derived: Chain /Chain, on-chain, off-chain, Fork /Fork, Soft Fork /Soft Fork, Hard Fork series of concepts. Chain/Chain Chain is made up of blocks in chronological order by the block hash value series, is the block transaction record and state change log record. Chain/On - chain On-chain is the most basic transaction method on a blockchain network. In the cas...
Understanding the "chain structure" of blockchain
Blockchain has two distinct features, one is the block, the other is the "chain", or "chain structure". Under the "Chain structure", it derived: Chain /Chain, on-chain, off-chain, Fork /Fork, Soft Fork /Soft Fork, Hard Fork series of concepts. Chain/Chain Chain is made up of blocks in chronological order by the block hash value series, is the block transaction record and state change log record. Chain/On - chain On-chain is the most basic transaction method on a blockchain network. In the cas...