ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1906.11721
21
14
v1v2v3v4v5 (latest)

DiPETrans: A Framework for Distributed Parallel Execution of Transactions of Blocks in Blockchain

27 June 2019
Shrey Baheti
Parwat Singh Anjana
Sathya Peri
Yogesh L. Simmhan
ArXiv (abs)PDFHTML
Abstract

In most of the modern day blockchain, transactions are executed serially by both miners and validators; also, PoW is determined serially. The serial execution limits the system throughput and increases transaction acceptance latency, even unable to exploit the modern multi-core resources efficiently. We propose a framework DiPETransDiPETransDiPETrans for parallel execution of block transactions. In DiPETransDiPETransDiPETrans, trusted peers in the blockchain network form a community to execute transactions and to find PoW parallelly. The community follows a master-slave approach for parallel execution. The master analyzes transactions using a static analysis based technique, creates different shards of non-conflicting transactions, and distribute shards to community members for parallel execution. After transaction execution, find PoW parallelly. On successful creation of a block, the master broadcasts proposed block to other peers in the network for validation. On receiving a block, validators re-executes the block transactions, either parallelly (community) or serially (solo validators). If they reach the same state as shared by the miner, then accept the block otherwise reject. We proposed two different approaches for the validator. In first Sharing Validator−−Sharing\ Validator--Sharing Validator−− miner shares the dependency information (shard) in the block to help validators to execute the transaction parallelly, while in another Default Validator−−Default\ Validator--Default Validator−− no dependency information is shared with validators. We report experiments using 5,170,597 transactions from the Ethereum blockchain and execute them using our DiPETransDiPETransDiPETrans framework to empirically validate the benefits of our techniques over traditional sequential execution. We achieved a maximum speedup of 2.18×2.18\times2.18× for the miner, 2.02×2.02\times2.02× for the Default ValidatorDefault\ ValidatorDefault Validator, and 2.04×2.04\times2.04× for Sharing ValidatorSharing\ ValidatorSharing Validator for 100 to 500 transactions per block, when using 6 workers in the community.

View on arXiv
Comments on this paper