roadmap/content/private/roadmap_old/consensus/candidates/claro.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2022-08-19 19:10:38 +00:00
---
2022-11-29 20:20:11 +00:00
title: "Claro: Consensus Candidate"
2022-08-19 19:10:38 +00:00
tags:
- "consensus"
- "candidate"
2022-11-29 20:20:11 +00:00
- "claro"
2022-08-19 19:10:38 +00:00
---
2022-11-29 20:20:11 +00:00
**Claro** (formerly Glacier) is a consensus candidate for the Logos network that aims to be an improvement to the Avalanche family of consensus protocols.
2022-08-19 19:10:38 +00:00
### Implementations
The protocol has been implemented in multiple languages to facilitate learning and testing. The individual code repositories can be found in the following links:
- Rust (reference)
- Python
- Common Lisp
### Simulations/Experiments/Analysis
In order to test the performance of the protocol, and how it stacked up to the Avalanche family of protocols, we have performed a multitude of simulations and experiments under various assumptions.
2022-11-29 20:20:11 +00:00
- [Alvaro's initial Python implementations and simulation code](https://github.com/status-im/consensus-models)
2022-08-19 19:10:38 +00:00
### Specification
2022-11-29 20:20:11 +00:00
Currently the Claro consensus protocol is being drafted into a specification so that other implementations can be created. It's draft resides under [Vac](https://vac.dev) and can be tracked [here](https://github.com/vacp2p/rfc/pull/512/)
2022-08-19 19:10:38 +00:00
### Additional Information
2022-11-29 20:20:11 +00:00