Posts

Revisit CAP Theorem in Blockchain

Please don't use CAP theorem in blockchain!
2024-08-06
2 min read

Model Checking: Use Stateright to Formally Verify Raft Lite

This post introduces how I use stateright to formally verify Raft Lite, a rust implementation of Raft consensus algorithm.
2024-02-24
8 min read

Raft Lite: An Easy-to-understand Implementation of Raft Consensus Algorithm

The internal implementation of Raft Lite is explained in this post. Project repo: https://github.com/liangrunda/raft-lite
2024-01-02
23 min read