mirror of https://github.com/logos-co/roadmap.git
updates to names and overviews
This commit is contained in:
parent
0cfc52933d
commit
1fb48e5527
|
@ -1,6 +1,6 @@
|
|||
baseURL = "https://roadmap.logos.co/"
|
||||
languageCode = "en-us"
|
||||
googleAnalytics = "G-XYFD95KB4J"
|
||||
googleAnalytics = ""
|
||||
relativeURLs = false
|
||||
disablePathToLower = true
|
||||
ignoreFiles = [
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Logos Technical Roadmap
|
||||
title: Nomos Technical Roadmap
|
||||
---
|
||||
This site attempts to inform the previous, current, and future work required to fulfill the requirements of the Nomos Project [LINK TO NOMOS LANDING PAGE HERE], a complete tech stack that provides infrastructure for the self-sovereign network state. To learn more about the motivation, please visit the [Logos Collective Site](https://logos.co).
|
||||
|
||||
## Navigation
|
||||
- [Network Requirements](requirements/overview.md)
|
||||
|
|
|
@ -26,6 +26,7 @@ An overview video can be found in the following link:
|
|||
The details of this are being worked on by Moh and Alexander and can be found in the following overleaf documents:
|
||||
- [Moh's draft](https://www.overleaf.com/project/6341fb4a3cf4f20f158afad3)
|
||||
- [Alexander's notes on the statistical properties of committees](https://www.overleaf.com/project/630c7e20e56998385e7d8416)
|
||||
- [Alexander's python code for computing committee sizes](https://github.com/AMozeika/committees)
|
||||
|
||||
A simulation notebook is being worked on by Corey to investigate the properties of various tree overlay structures and estimate their practical performance:
|
||||
- [Corey's Overlay Jupyter Notebook](https://github.com/logos-co/scratch/tree/main/corpetty/committee_sim)
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
---
|
||||
title: "Glacier: Consensus Candidate"
|
||||
title: "Claro: Consensus Candidate"
|
||||
tags:
|
||||
- "consensus"
|
||||
- "candidate"
|
||||
- "claro"
|
||||
---
|
||||
|
||||
|
||||
|
||||
**Glacier** is a consensus candidate for the Logos network that aims to be an improvement to the Avalanche family of consensus protocols.
|
||||
**Claro** (formerly Glacier) is a consensus candidate for the Logos network that aims to be an improvement to the Avalanche family of consensus protocols.
|
||||
|
||||
|
||||
### Implementations
|
||||
|
@ -18,8 +19,10 @@ The protocol has been implemented in multiple languages to facilitate learning a
|
|||
|
||||
### 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.
|
||||
- [Alvaro's initial Python implementations and simulation code](https://github.com/status-im/consensus-models)
|
||||
|
||||
### Specification
|
||||
Currently the Glacier 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/)
|
||||
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/)
|
||||
|
||||
### Additional Information
|
||||
|
|
@ -7,5 +7,8 @@ tags:
|
|||
|
||||
Consensus Prototypes is a collection of Rust implementations of the [Consensus Candidates](tags/candidates)
|
||||
|
||||
## Tiny Node
|
||||
|
||||
|
||||
## Required Roles
|
||||
- Lead Developer (filled)
|
|
@ -4,12 +4,13 @@ tags:
|
|||
- "consensus"
|
||||
---
|
||||
|
||||
Consensus is the foundation of the network. It is how a group of peer-to-peer nodes understands how to agree on information in a distributed way.
|
||||
Consensus is the foundation of the network. It is how a group of peer-to-peer nodes understands how to agree on information in a distributed way, particuluarly in the presence of byzantine actors.
|
||||
|
||||
## Consensus Roadmap
|
||||
### Consensus Candidates
|
||||
- [Glacier](roadmap/consensus/candidates/glacier.md)
|
||||
- [Carnot](roadmap/consensus/candidates/carnot/overview.md)
|
||||
- [Carnot](roadmap/consensus/candidates/carnot/overview.md) - Carnot is the current leading consensus candidate for the Nomos network. It is designed to maximize efficiency of message dissemination while supoorting hundreds of thousands of full validators. It gets its name from the thermodynamic concept of the [Carnot Cycle](https://en.wikipedia.org/wiki/Carnot_cycle), which defines maximal efficiency of work from heat through iterative gas expansions and contractions.
|
||||
- [Claro](roadmap/consensus/candidates/claro.md) - Claro is a variant of the Avalanche Snow family of protocols, designed to be more efficient at the decision making process by leveraging the concept of "confidence" across peer responses.
|
||||
|
||||
|
||||
### Theoretical Analysis
|
||||
- [snow-family](roadmap/consensus/theory/snow-family.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Logos
|
||||
name: Nomos
|
||||
enableToc: true
|
||||
openToc: false
|
||||
enableLinkPreview: true
|
||||
|
@ -11,13 +11,13 @@ enableFooter: true
|
|||
enableContextualBacklinks: true
|
||||
enableRecentNotes: false
|
||||
enableGitHubEdit: true
|
||||
GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
|
||||
GitHubLink: https://github.com/logos-co/roadmap/tree/hugo/content
|
||||
enableSemanticSearch: true
|
||||
operandApiKey: "e1ec9cdc-56d2-420e-a5bd-c6019af4be58"
|
||||
description:
|
||||
Information on how Logos plans to build its network, what it has done so far, and how you can get involved.
|
||||
Information on how Nomos plans to build its network, what it has done so far, and how you can get involved.
|
||||
page_title:
|
||||
"Logos Technical Roadmap"
|
||||
"Nomos Technical Roadmap"
|
||||
links:
|
||||
# - link_name: Twitter
|
||||
# link: https://twitter.com/_jzhao
|
||||
|
|
Loading…
Reference in New Issue