Pith. sign in

REVIEW 2 cited by

Conthereum: Concurrent Ethereum Optimized Transaction Scheduling for Multi-Core Execution

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2504.07280 v3 pith:TDOH4YOG submitted 2025-04-09 cs.CR cs.DC

classification cs.CRcs.DC
keywords executionconthereumconcurrentethereumexistingoutperformsparallelscheduler
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Conthereum is a concurrent Ethereum solution for intra-block parallel transaction execution, enabling validators to utilize multi-core infrastructure and transform the sequential execution model of Ethereum into a parallel one. This shift significantly increases throughput and transactions per second (TPS), while ensuring conflict-free execution in both proposer and attestor modes and preserving execution order consistency in the attestor. At the heart of Conthereum is a novel, lightweight, high-performance scheduler inspired by the Flexible Job Shop Scheduling Problem (FJSS). We propose a custom greedy heuristic algorithm, along with its efficient implementation, that solves this formulation effectively and decisively outperforms existing scheduling methods in finding suboptimal solutions that satisfy the constraints, achieve minimal makespan, and maximize speedup in parallel execution. Additionally, Conthereum includes an offline phase that equips its real-time scheduler with a conflict analysis repository obtained through static analysis of smart contracts, identifying potentially conflicting functions using a pessimistic approach. Building on this novel scheduler and extensive conflict data, Conthereum outperforms existing concurrent intra-block solutions. Empirical evaluations show near-linear throughput gains with increasing computational power on standard 8-core machines. Although scalability deviates from linear with higher core counts and increased transaction conflicts, Conthereum still significantly improves upon the current sequential execution model and outperforms existing concurrent solutions under a wide range of conditions.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. SoK: Concurrency in Blockchain -- A Systematic Literature Review and the Unveiling of a Misconception

    cs.CR 2025-06 reject novelty 5.0 of 10

    This SoK review organizes smart contract concurrency into nine categories and claims that prior race-condition research on Ethereum is based on a false assumption of concurrent transaction execution.

  2. Static Analysis for Detecting Transaction Conflicts in Ethereum Smart Contracts

    cs.DC 2025-07 conditional novelty 3.0 of 10

    A tool predicts read-write, write-write, and call-chain conflicts in Ethereum smart contracts via static analysis, reporting 92% precision and claiming zero false negatives without proof.

Pith tools