论文标题
Prism消除了智能合约的共识瓶颈
Prism Removes Consensus Bottleneck for Smart Contracts
论文作者
论文摘要
以太坊等现有无许可的智能合同平台的性能受到共识层的限制。 Prism是一种新的工作证明共识协议,可证明可以实现吞吐量和潜伏期至物理限制,同时保留最长的链条协议的强大保证。本文报告了两台智能合约虚拟机EVM和MOVEVM的实施结果,除了Prism之外,并证明已删除了共识瓶颈。可以在https://github.com/wgr523/prism-smart-contracts上找到代码。
The performance of existing permissionless smart contract platforms such as Ethereum is limited by the consensus layer. Prism is a new proof-of-work consensus protocol that provably achieves throughput and latency up to physical limits while retaining the strong guarantees of the longest chain protocol. This paper reports experimental results from implementations of two smart contract virtual machines, EVM and MoveVM, on top of Prism and demonstrates that the consensus bottleneck has been removed. Code can be found at https://github.com/wgr523/prism-smart-contracts.