An Efficient Framework for Concurrent Execution of Smart Contracts

09/05/2018
by   Parwat Singh Anjana, et al.
0

Distributed public blockchain platform such as ethereum entitle complex transactions in blocks through user defined scripts known as Smart Contract. To append a correct block into blockchain, miners execute these Smart Contract sequentially followed by validators serially re-execute it to verify. If validators validate the block as correct then block added to the blockchain successfully and miner gets incentive. In the modern era of multicore processors, serial execution of Smart Contract fails to utilize the cores properly. So, by entitling the concurrency to Smart Contract, we can achieve the better efficiency and throughput. We use an efficient framework as optimistic software transaction memory systems (STMs) to execute the Smart Contract concurrently. This paper introduces a novel way to improve the efficiency of blockchain via concurrent miners using optimistic transactional memory systems and concurrent validators. Miners execute Smart Contract concurrently using optimistic STMs and maintains the final state of each shared data-objects and produce the conflict graph in the form adjacency list. Finally, miner propose a block which consist of set of transactions, conflict graph, hash of previous block and final state of each shared data-objects. After that concurrent validators re-execute the same Smart Contract deterministically with the help of conflict graph given by miner and verify final state. If the validation is successful then proposed block appended into the blockchain and miner awards strong incentive otherwise discard the proposed block. STMs ensures correctness as opacity for concurrent miner and validator so programmer need not have to worry about consistency issues.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
09/05/2018

Entitling Concurrency to Smart Contracts Using Optimistic Transactional Memory

Blockchain platforms such as Ethereum and several others execute complex...
research
03/31/2019

Achieving Greater Concurrency in Execution of Smart Contracts using Object Semantics

Popular blockchain such as Ethereum and several others execute complex t...
research
02/09/2021

OptSmart: A Space Efficient Optimistic Concurrent Execution of Smart Contracts

Popular blockchains such as Ethereum and several others execute complex ...
research
05/31/2021

Redacting Transactions from Execute-Order-Validate Blockchains

As user privacy gains popularity and attention, and starts to shape rela...
research
05/29/2019

Read-Uncommitted Transactions for Smart Contract Performance

Smart contract transactions demonstrate issues of performance and correc...
research
05/31/2023

Efficiency-Improved Inter-Rollup Transfer System Leveraging Batch Settlement Methods

As the significance of blockchain innovation grows and the focus on scal...
research
10/23/2022

Blockchain and Machine Learning for Fraud Detection: A Privacy-Preserving and Adaptive Incentive Based Approach

Financial fraud cases are on the rise even with the current technologica...

Please sign up or login with your details

Forgot password? Click here to reset