papers(Blockchain)

Simply record the papers you have read about blockchain

Blurring the lines between Blockchains and Database Systems: the Case of Hyperledger Fabirc

Adjust the order
of transactions during the sorting stage: reduce transaction conflicts and increase throughput.

Early termination:
Simulation phase:
Fine-grained parallelism, which allows the simulation and verification phases to proceed simultaneously. By checking block_ID, the transaction can be terminated early in the simulation phase.
Sorting stage:
If there are two transactions reading the same key in the block in the sorting stage, the two read versions must be the same, otherwise the latter will be terminated.

Towards Scaling Blockchain Systems via Sharding

Applying the database sharding technology to the blockchain, and using Intel SGX to improve the fault tolerance of PBFT.

The Truth about Blockchain

https://enterprisersproject.com/sites/default/files/the_truth_about_blockchain.pdf

Blockchain is not a "disruptive" technology because it replaces traditional business models with lower solutions and cannot replace existing companies.
Blockchain is a basic technology that has the potential to create a new foundation for the economy and society. It will happen slowly, not overnight.

By analogy with TCP / IP, it is predicted that it may take decades to truly cause change.
Divide the application of blockchain into four quadrants and proceed gradually.

Blockchain challenges and opportunities: a survey

https://www.researchgate.net/profile/Hong-Ning_Dai/publication/328271018_Blockchain_challenges_and_opportunities_a_survey/links/5bd2706f92851c6b278f31eb/Blockchain-challenges-and-opportunities-a-survey.pdf

Published 74 original articles · Like 11 · Visits 30,000+

Guess you like

Origin blog.csdn.net/yijiull/article/details/95944224
Recommended