Paper 2019/835

ACE: Asynchronous and Concurrent Execution of Complex Smart Contracts

Karl Wüst, Sinisa Matetic, Silvan Egli, Kari Kostiainen, and Srdjan Capkun

Abstract

Smart contracts are programmable, decentralized and transparent financial applications. Because smart contract platforms typically support Turing-complete programming languages, such systems are often said to enable arbitrary applications. However, the current permissionless smart contract systems impose heavy restrictions on the types of computations that can be implemented. For example, the globally-replicated and sequential execution model of Ethereum requires low gas limits that make many computations infeasible. In this paper, we propose a novel system called ACE whose main goal is to enable more complex smart contracts on permissionless blockchains. ACE is based on an off-chain execution model where the contract issuers appoint a set of service providers to execute the contract code independent from the consensus layer. The primary advantage of ACE over previous solutions is that it allows one contract to safely call another contract that is executed by a different set of service providers. Thus, ACE is the first solution to enable off-chain execution of interactive smart contracts with flexible trust assumptions. Our evaluation shows that ACE enables several orders of magnitude more complex smart contracts than standard Ethereum.

Metadata
Available format(s)
PDF
Category
Applications
Publication info
Published elsewhere. Minor revision. ACM CCS 2020
Keywords
BlockchainSmart ContractsCryptocurrency
Contact author(s)
karl wuest @ inf ethz ch
History
2020-06-02: revised
2019-07-19: received
See all versions
Short URL
https://ia.cr/2019/835
License
Creative Commons Attribution
CC BY

BibTeX

@misc{cryptoeprint:2019/835,
      author = {Karl Wüst and Sinisa Matetic and Silvan Egli and Kari Kostiainen and Srdjan Capkun},
      title = {ACE: Asynchronous and Concurrent Execution of Complex Smart Contracts},
      howpublished = {Cryptology ePrint Archive, Paper 2019/835},
      year = {2019},
      note = {\url{https://eprint.iacr.org/2019/835}},
      url = {https://eprint.iacr.org/2019/835}
}
Note: In order to protect the privacy of readers, eprint.iacr.org does not use cookies or embedded third party content.