You've Got a BUD in Me: Authenticated Reads from Per-Block Write Logs

📅 2026-09-10
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
该研究通过为每个区块的写入创建认证日志(BUD)来解决区块链中全状态认证读取成本高的问题,从而支持历史成员和排除证明。
📝 Abstract
Blockchains usually pay for authenticated reads by maintaining a structure that spans the entire state. We show how validators can support historical membership and exclusion proofs by authenticating each block's writes instead. A Block Update Digest (BUD) commits a write log whose predecessor pointers link successive modifications of each key. A SuperBUD summarizes last writes over a window; an exponential hierarchy turns long unchanged intervals into short proofs. The digest count is logarithmic in the gap within the hierarchy's range, with one additional digest per top-level window beyond it. We prove soundness against adversarial provers and up to f Byzantine validators, and completeness for queries anchored by a post-deployment modification, assuming archive, attestation, and committee evidence is available. Across a 50x increase in state size, the measured base-BUD path rises by 1.24x, compared with 3.1x and 69.5x for in-memory and cache-bounded disk-backed Merkle Patricia tries. On the synthetic trace, two-digest read-layer payloads stay below 800 bytes, and warm hash-path verification takes at most 146 microseconds at p99.
Problem

Research questions and friction points this paper is trying to address.

Authenticated Reads
Blockchains
Historical Proofs
Efficiency
Innovation

Methods, ideas, or system contributions that make the work stand out.

Block Update Digest
SuperBUD
exponential hierarchy
authenticated reads
historical membership and exclusion proofs
🔎 Similar Papers
A
Alejandro Ranchal-Pedrosa
Sei Labs
C
Cody Littley
Sei Labs
B
Ben Marsh
Sei Labs, University of Portsmouth