This commit is contained in:
zhogu 2021-09-09 16:57:09 +08:00 коммит произвёл GitHub
Родитель 77c5a79d65
Коммит 942429c689
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,7 @@
# Forerunner Ethereum
This is the code for reproducing the results of the SOSP 2021 paper **"Forerunner: Constraint-based Speculative Transaction Execution for Ethereum"** by Yang Chen (Microsoft Research), Zhongxin Guo (Microsoft Research), Runhuai Li (Zhejiang University and Microsoft Research), Shuo Chen (Microsoft Research), Lidong Zhou (Microsoft Research), Yajin Zhou (Zhejiang University), and Xian Zhang (Microsoft Research)
## How to build:
The following is building steps. Users can also reference the build method of go-ethereum(https://github.com/ethereum/go-ethereum/blob/master/README.md)