SpiralShard: Highly Concurrent and Secure Blockchain Sharding via Linked Cross-shard Endorsement
You Lin, Mingzhe Li, Jin Zhang
TL;DR
The paper tackles blockchain scalability by rethinking shard security: instead of forcing all shards to be cryptographically honest, SpiralShard permits a fraction of corrupted shards and employs a Linked Cross-shard Endorsement (LCE) protocol to secure finality across shards. By organizing shards into endorsement groups and enforcing sequential cross-shard endorsements, the design preserves safety and liveness while enabling much finer, more numerous shards. The authors provide probabilistic analysis to tune shard and group sizes, demonstrate strong security guarantees under partial-synchronous networks, and report up to ~19–20x throughput gains over Harmony in a large-scale deployment. This approach significantly improves transaction concurrency in sharded blockchains and offers practical scalability for large networks with realistic adversaries.
Abstract
Blockchain sharding improves the scalability of blockchain systems by partitioning the whole blockchain state, nodes, and transaction workloads into different shards. However, existing blockchain sharding systems generally suffer from a small number of shards, resulting in limited concurrency. The main reason is that existing sharding systems require large shard sizes to ensure security. To enhance the concurrency of blockchain sharding securely, we propose SpiralShard. The intuition is to allow the existence of some shards with a larger fraction of malicious nodes (i.e., corrupted shards), thus reducing shard sizes. SpiralShard can configure more and smaller shards for higher concurrency at the same network size. To ensure security with the existence of corrupted shards, we propose the Linked Cross-shard Endorsement (LCE) protocol. According to our LCE protocol, the blocks of each shard are sequentially verified and endorsed (via intra-shard consensus) by a group of shards before being finalized. As a result, a corrupted shard can eliminate forks with the help of the other shards. We implement SpiralShard based on Harmony and conduct extensive evaluations. Experimental results show that, compared with Harmony, SpiralShard achieves around 19x throughput gain under a large network size with 4,000+ nodes.
