MUSCLE: authenticated external data retrieval from multiple sources for smart contracts
MUSCLE: authenticated external data retrieval from multiple sources for smart contracts
复制标题
MUSCLE:从智能合约的多个来源检索经过身份验证的外部数据
DOI:
10.1145/3297280.3297320
复制
发表时间:
2019
期刊:
影响因子:
--
通讯作者:
Z. Erkin
中科院分区:
文献类型:
--
作者:
Bjorn van der Laan;O. Ersoy;Z. Erkin
Smart contracts are applications that are deployed and executed on a blockchain's decentralised infrastructure. Many smart contract applications rely on data that resides outside the blockchain. However, while traditional web applications can communicate with trustworthy data sources directly through the Internet, this is not possible for smart contracts because their execution must be deterministic. Bringing external data into the blockchain has been a topic of research since the first introduction of Ethereum. A system that can provide this data to smart contracts is called an oracle. The primary requirement in designing oracles is that the authenticity of the data must be publicly verifiable, which can be achieved through signatures. However, transmitting data to the blockchain and performing the verification is costly, especially if applications require data from multiple sources. In that case, current approaches would need to retrieve the data from each source separately. In this paper, we present the concept of MUlti-Source oraCLE (MUSCLE) for retrieving data from multiple sources, which we believe to be the first to focus on the multi-source scenario. We implement five variants of MUSCLE, each using a different signature or aggregate signature scheme and compare their performance with two oracles that are based on TLS-N, which represents the current state of the art. Our results show that the ECDSA-based MUSCLE features the lowest total gas expenditure, while the BGLS-based oracle provides lower transaction and storage costs.