From feccfb97ad2d934899450dbc8db7e01dc41aaee8 Mon Sep 17 00:00:00 2001 From: Jianyu Niu <46612990+jianyu-niu@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:15:24 +0800 Subject: [PATCH] Update about.md --- _pages/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/about.md b/_pages/about.md index bb7e3923197e1..0ebdc0f3fffdf 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -18,7 +18,7 @@ Research ------ My research fields include blockchain, distributed systems, and confidential computing. Below are some major research projects. -**Incentive and BFT Consensus Analysis**: This project applies stochastic processes to analyze decentralized incentive and BFT consensus designs. Related works include Ethereum (selfish mining, [ICDCS'19](https://arxiv.org/abs/1901.04620)), Bitcoin-NG (selfish mining, [Performance'20](https://arxiv.org/pdf/2001.05082.pdf)), chained HotStuff (evaluation framework, [INFOCOM'21](https://arxiv.org/abs/2107.04947)), Crystal (transparent mining protocol, [TDSC'22](https://arxiv.org/abs/2312.00741)), and private transactions ([ACSAC'24](https://jianyu-niu.github.io/)). +**Incentive and Consensus Analysis**: This project applies stochastic processes to analyze decentralized incentive and BFT consensus designs. Related works include Ethereum (selfish mining, [ICDCS'19](https://arxiv.org/abs/1901.04620)), Bitcoin-NG (selfish mining, [Performance'20](https://arxiv.org/pdf/2001.05082.pdf)), chained HotStuff (evaluation framework, [INFOCOM'21](https://arxiv.org/abs/2107.04947)), Crystal (transparent mining protocol, [TDSC'22](https://arxiv.org/abs/2312.00741)), and private transactions ([ACSAC'24](https://jianyu-niu.github.io/)). **BFT Consensus at Scale**: This project aims to design simple and scalable BFT systems. Related works include Hermes (structured transmission, [TDSC'21](https://ieeexplore.ieee.org/document/9543565)), EBFT (extreme simplicity, [Homepage](https://ebftalgorithm.github.io/)), Fast-HotStuff (robust chained BFT, [TDSC'23](https://arxiv.org/abs/2010.11454)), Stratus (shared mempool, [ICDE'23](https://github.com/gitferry/bamboo-stratus)), and Ladon (multi-BFT consensus, [EuroSys'25](https://arxiv.org/abs/2409.10954)).