OptSmart: a space efficient Optimistic concurrent execution of Smart contracts

Distributed and Parallel Databases(2022)

引用 5|浏览10
暂无评分
摘要
Popular blockchains such as Ethereum and several others execute complex transactions in the block through user-defined scripts known as smart contracts. Serial execution of smart contract transactions/atomic units (AUs) fails to harness the multiprocessing power offered by the prevalence of multi-core processors. By adding concurrency to the execution of AUs, we can achieve better efficiency and higher throughput. In this paper, we develop a concurrent miner that proposes a block by executing AUs concurrently using optimistic Software Transactional Memory systems (STMs). It efficiently captures independent AUs in the concurrent bin and dependent AUs in the block graph (BG). Later, we propose a concurrent validator that re-executes the same AUs concurrently and deterministically using the concurrent bin followed by the BG given by the miner to verify the block. We rigorously prove the correctness of concurrent execution of AUs. The performance benchmark shows that the average speedup for the optimized concurrent miner is 5.21 × , while the maximum is 14.96 × over the serial miner. The optimized validator obtains an average speedup of 8.61 × to a maximum of 14.65 × over the serial validator. The proposed miner outperforms 1.02 × to 1.18× , while the proposed validator outperforms 1 × to 4.46 × over state-of-the-art concurrent miners and validators, respectively. Moreover, the proposed efficient BG saves an average of 2.29 × more block space when compared with the state-of-the-art.
更多
查看译文
关键词
Blockchain,Smart contracts,Software transactional memory system,Multi-version,Concurrency control,Opacity
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要