mirror of
https://github.com/logos-co/roadmap.git
synced 2025-01-24 15:11:11 +00:00
Update documentation
This commit is contained in:
commit
cae0986af7
223
404.html
Normal file
223
404.html
Normal file
@ -0,0 +1,223 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
404 Page not found
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div class="singlePage">
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
<div class="centered">
|
||||
<h1>404.</h1>
|
||||
<h3>Hey! You look a little lost. This page doesn't exist (or may be private).</h3>
|
||||
<a href="https://roadmap.logos.co/">↳ Let's get you home.</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
609
categories/index.html
Normal file
609
categories/index.html
Normal file
@ -0,0 +1,609 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
Categories
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>All Categories</h1>
|
||||
|
||||
<div class="tags">
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></h1>
|
||||
<p><b>7</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/snow-family/" class="internal-link" data-src="/roadmap/consensus/theory/snow-family/">Theoretical Analysis of the Snow Family of Consensus Protocols</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/" class="internal-link" data-src="/roadmap/consensus/candidates/logos-bft/overview/">Logos BFT Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/glacier/" class="internal-link" data-src="/roadmap/consensus/candidates/glacier/">Glacier: Consensus Candidate</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/overview/" class="internal-link" data-src="/roadmap/consensus/development/overview/">Development Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/overview/" class="internal-link" data-src="/roadmap/consensus/overview/">Consensus Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/overview/" class="internal-link" data-src="/roadmap/consensus/theory/overview/">Consensus Theory Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/prototypes/" class="internal-link" data-src="/roadmap/consensus/development/prototypes/">Consensus Prototypes</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/" class="internal-link" data-src="/roadmap/consensus/candidates/logos-bft/overview/">Logos BFT Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/glacier/" class="internal-link" data-src="/roadmap/consensus/candidates/glacier/">Glacier: Consensus Candidate</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/development/">Development</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/overview/" class="internal-link" data-src="/roadmap/consensus/development/overview/">Development Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/prototypes/" class="internal-link" data-src="/roadmap/consensus/development/prototypes/">Consensus Prototypes</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/theory/">Theory</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/snow-family/" class="internal-link" data-src="/roadmap/consensus/theory/snow-family/">Theoretical Analysis of the Snow Family of Consensus Protocols</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/overview/" class="internal-link" data-src="/roadmap/consensus/theory/overview/">Consensus Theory Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/requirements/">Requirements</a></h1>
|
||||
<p><b>1</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/requirements/overview/" class="internal-link" data-src="/requirements/overview/">Logos Network Requirements Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/requirements/">Requirements</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/role/">Role</a></h1>
|
||||
<p><b>1</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roles/distributed-systems-researcher/" class="internal-link" data-src="/roles/distributed-systems-researcher/">Open Role: Distributed Systems Researcher</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/role/">Role</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
10
categories/index.xml
Normal file
10
categories/index.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on </title>
|
||||
<link>https://roadmap.logos.co/categories/</link>
|
||||
<description>Recent content in Categories on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
381
index.html
Normal file
381
index.html
Normal file
@ -0,0 +1,381 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.91.2" />
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Information on how Logos plans to build its network, what it has done so far, and how you can get involved."
|
||||
/>
|
||||
<title>
|
||||
Logos Technical Roadmap
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="#navigation"><h2 id="navigation"><span class="hanchor" ariaLabel="Anchor"># </span>Navigation</h2></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/requirements/overview/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/requirements/overview/">Network Requirements</a></li>
|
||||
<li>Research and Development Roadmap
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/roadmap/consensus/overview/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/roadmap/consensus/overview/">Consensus</a></li>
|
||||
<li>Virtual Machines</li>
|
||||
<li>Economics</li>
|
||||
<li>Data Model</li>
|
||||
<li>Applications / Wallets</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Specifications</li>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/tags/role/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/tags/role/">Open Roles</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
No backlinks found
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
93
index.xml
Normal file
93
index.xml
Normal file
@ -0,0 +1,93 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Logos Technical Roadmap on </title>
|
||||
<link>https://roadmap.logos.co/</link>
|
||||
<description>Recent content in Logos Technical Roadmap on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Consensus Prototypes</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/development/prototypes/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/development/prototypes/</guid>
|
||||
<description>Consensus Prototypes is a collection of Rust implementations of the Consensus Candidates
|
||||
Required Roles Lead Developer (filled) </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Consensus Theory Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/theory/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/theory/overview/</guid>
|
||||
<description>This track of work is dedicated to creating theoretical models of distributed consensus in order to evaluate them from a mathematical standpoint.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Consensus Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/overview/</guid>
|
||||
<description>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.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Development Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/development/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/development/overview/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Glacier: Consensus Candidate</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/candidates/glacier/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/candidates/glacier/</guid>
|
||||
<description>Glacier is a consensus candidate for the Logos network that aims to be an improvement to the Avalanche family of consensus protocols.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Logos BFT Overview</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/</guid>
|
||||
<description>Logos BFT is a consensus candidate for the Logos Network that utilizes Network Coding and Committees to optimize message propagation in the presence of a large number of nodes, while maintaining a high level of security.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Logos Network Requirements Overview</title>
|
||||
<link>https://roadmap.logos.co/requirements/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/requirements/overview/</guid>
|
||||
<description>This document describes the requirements of the Logos Network.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Open Role: Distributed Systems Researcher</title>
|
||||
<link>https://roadmap.logos.co/roles/distributed-systems-researcher/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roles/distributed-systems-researcher/</guid>
|
||||
<description>About Status Status is building the tools and infrastructure for the advancement of a secure, private, and open web3.
|
||||
With the high level goals of preserving the right to privacy, mitigating the risk of censorship, and promoting economic trade in a transparent, open manner, Status is building a community where anyone is welcome to join and contribute.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Theoretical Analysis of the Snow Family of Consensus Protocols</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/theory/snow-family/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/theory/snow-family/</guid>
|
||||
<description>In order to evaluate the properties of the Avalanche family of consensus protocols more rigorously than the original whitepapers, we work to create an analytical framework to explore and better understand the theoretical boundaries of the underlying protocols, and under what parameterization they will break vs a set of adversarial strategies</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
js/callouts.7723cac461d613d118ee8bb8216b9838.min.js
vendored
Normal file
1
js/callouts.7723cac461d613d118ee8bb8216b9838.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
const addCollapsibleCallouts=()=>{const a=document.querySelectorAll("blockquote.callout-collapsible");a.forEach(a=>a.addEventListener('click',a=>{a.currentTarget.classList.toggle("callout-collapsed")}))}
|
1
js/clipboard.c20857734e53a3fb733b7443879efa61.min.js
vendored
Normal file
1
js/clipboard.c20857734e53a3fb733b7443879efa61.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
const svgCopy='<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true"><path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path></svg>',svgCheck='<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true"><path fill-rule="evenodd" fill="rgb(63, 185, 80)" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg>',addCopyButtons=()=>{let a=document.getElementsByClassName("highlight");for(let c=0;c<a.length;c++){if(a[c].getElementsByClassName("clipboard-button").length)continue;let d=a[c].getElementsByTagName("code"),e=d[d.length-1];const b=document.createElement("button");b.className="clipboard-button",b.type="button",b.innerHTML=svgCopy,b.addEventListener("click",()=>{navigator.clipboard.writeText(e.innerText.replace(/\n\n/g,"\n")).then(()=>{b.blur(),b.innerHTML=svgCheck,setTimeout(()=>{b.innerHTML=svgCopy,b.style.borderColor=""},2e3)},a=>b.innerHTML="Error")});let f=a[c].getElementsByClassName("chroma")[0];a[c].insertBefore(b,f)}}
|
1
js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js
vendored
Normal file
1
js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
function addTitleToCodeBlocks(){for(var b=document.getElementsByClassName("highlight"),a=0;a<b.length;a++)if(b[a].title.length){let c=document.createElement("div");if(b[a].getElementsByClassName("code-title").length)continue;c.textContent=b[a].title,c.classList.add("code-title"),b[a].insertBefore(c,b[a].firstChild)}}
|
1
js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js
vendored
Normal file
1
js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
const userPref=window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark',currentTheme=localStorage.getItem('theme')??userPref,syntaxTheme=document.querySelector("#theme-link");currentTheme&&(document.documentElement.setAttribute('saved-theme',currentTheme),syntaxTheme.href=currentTheme==='dark'?'https://roadmap.logos.co/styles/_dark_syntax.bec558461529f0dd343a0b008c343934.min.css':'https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css');const switchTheme=a=>{a.target.checked?(document.documentElement.setAttribute('saved-theme','dark'),localStorage.setItem('theme','dark'),syntaxTheme.href='https://roadmap.logos.co/styles/_dark_syntax.bec558461529f0dd343a0b008c343934.min.css'):(document.documentElement.setAttribute('saved-theme','light'),localStorage.setItem('theme','light'),syntaxTheme.href='https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css')};window.addEventListener('DOMContentLoaded',()=>{const a=document.querySelector('#darkmode-toggle');a.addEventListener('change',switchTheme,!1),currentTheme==='dark'&&(a.checked=!0)})
|
270
js/graph.abd4bc2af3869a96524d7d23b76152c7.js
Normal file
270
js/graph.abd4bc2af3869a96524d7d23b76152c7.js
Normal file
@ -0,0 +1,270 @@
|
||||
async function drawGraph(baseUrl, isHome, pathColors, graphConfig) {
|
||||
|
||||
let {
|
||||
depth,
|
||||
enableDrag,
|
||||
enableLegend,
|
||||
enableZoom,
|
||||
opacityScale,
|
||||
scale,
|
||||
repelForce,
|
||||
fontSize} = graphConfig;
|
||||
|
||||
const container = document.getElementById("graph-container")
|
||||
const { index, links, content } = await fetchData
|
||||
|
||||
// Use .pathname to remove hashes / searchParams / text fragments
|
||||
const cleanUrl = window.location.origin + window.location.pathname
|
||||
|
||||
const curPage = cleanUrl.replace(/\/$/g, "").replace(baseUrl, "")
|
||||
|
||||
const parseIdsFromLinks = (links) => [
|
||||
...new Set(links.flatMap((link) => [link.source, link.target])),
|
||||
]
|
||||
|
||||
// Links is mutated by d3. We want to use links later on, so we make a copy and pass that one to d3
|
||||
// Note: shallow cloning does not work because it copies over references from the original array
|
||||
const copyLinks = JSON.parse(JSON.stringify(links))
|
||||
|
||||
const neighbours = new Set()
|
||||
const wl = [curPage || "/", "__SENTINEL"]
|
||||
if (depth >= 0) {
|
||||
while (depth >= 0 && wl.length > 0) {
|
||||
// compute neighbours
|
||||
const cur = wl.shift()
|
||||
if (cur === "__SENTINEL") {
|
||||
depth--
|
||||
wl.push("__SENTINEL")
|
||||
} else {
|
||||
neighbours.add(cur)
|
||||
const outgoing = index.links[cur] || []
|
||||
const incoming = index.backlinks[cur] || []
|
||||
wl.push(...outgoing.map((l) => l.target), ...incoming.map((l) => l.source))
|
||||
}
|
||||
}
|
||||
} else {
|
||||
parseIdsFromLinks(copyLinks).forEach((id) => neighbours.add(id))
|
||||
}
|
||||
|
||||
const data = {
|
||||
nodes: [...neighbours].map((id) => ({ id })),
|
||||
links: copyLinks.filter((l) => neighbours.has(l.source) && neighbours.has(l.target)),
|
||||
}
|
||||
|
||||
const color = (d) => {
|
||||
if (d.id === curPage || (d.id === "/" && curPage === "")) {
|
||||
return "var(--g-node-active)"
|
||||
}
|
||||
|
||||
for (const pathColor of pathColors) {
|
||||
const path = Object.keys(pathColor)[0]
|
||||
const colour = pathColor[path]
|
||||
if (d.id.startsWith(path)) {
|
||||
return colour
|
||||
}
|
||||
}
|
||||
|
||||
return "var(--g-node)"
|
||||
}
|
||||
|
||||
const drag = (simulation) => {
|
||||
function dragstarted(event, d) {
|
||||
if (!event.active) simulation.alphaTarget(1).restart()
|
||||
d.fx = d.x
|
||||
d.fy = d.y
|
||||
}
|
||||
|
||||
function dragged(event, d) {
|
||||
d.fx = event.x
|
||||
d.fy = event.y
|
||||
}
|
||||
|
||||
function dragended(event, d) {
|
||||
if (!event.active) simulation.alphaTarget(0)
|
||||
d.fx = null
|
||||
d.fy = null
|
||||
}
|
||||
|
||||
const noop = () => {}
|
||||
return d3
|
||||
.drag()
|
||||
.on("start", enableDrag ? dragstarted : noop)
|
||||
.on("drag", enableDrag ? dragged : noop)
|
||||
.on("end", enableDrag ? dragended : noop)
|
||||
}
|
||||
|
||||
const height = Math.max(container.offsetHeight, isHome ? 500 : 250)
|
||||
const width = container.offsetWidth
|
||||
|
||||
const simulation = d3
|
||||
.forceSimulation(data.nodes)
|
||||
.force("charge", d3.forceManyBody().strength(-100 * repelForce))
|
||||
.force(
|
||||
"link",
|
||||
d3
|
||||
.forceLink(data.links)
|
||||
.id((d) => d.id)
|
||||
.distance(40),
|
||||
)
|
||||
.force("center", d3.forceCenter())
|
||||
|
||||
const svg = d3
|
||||
.select("#graph-container")
|
||||
.append("svg")
|
||||
.attr("width", width)
|
||||
.attr("height", height)
|
||||
.attr('viewBox', [-width / 2 * 1 / scale, -height / 2 * 1 / scale, width * 1 / scale, height * 1 / scale])
|
||||
|
||||
if (enableLegend) {
|
||||
const legend = [{ Current: "var(--g-node-active)" }, { Note: "var(--g-node)" }, ...pathColors]
|
||||
legend.forEach((legendEntry, i) => {
|
||||
const key = Object.keys(legendEntry)[0]
|
||||
const colour = legendEntry[key]
|
||||
svg
|
||||
.append("circle")
|
||||
.attr("cx", -width / 2 + 20)
|
||||
.attr("cy", height / 2 - 30 * (i + 1))
|
||||
.attr("r", 6)
|
||||
.style("fill", colour)
|
||||
svg
|
||||
.append("text")
|
||||
.attr("x", -width / 2 + 40)
|
||||
.attr("y", height / 2 - 30 * (i + 1))
|
||||
.text(key)
|
||||
.style("font-size", "15px")
|
||||
.attr("alignment-baseline", "middle")
|
||||
})
|
||||
}
|
||||
|
||||
// draw links between nodes
|
||||
const link = svg
|
||||
.append("g")
|
||||
.selectAll("line")
|
||||
.data(data.links)
|
||||
.join("line")
|
||||
.attr("class", "link")
|
||||
.attr("stroke", "var(--g-link)")
|
||||
.attr("stroke-width", 2)
|
||||
.attr("data-source", (d) => d.source.id)
|
||||
.attr("data-target", (d) => d.target.id)
|
||||
|
||||
// svg groups
|
||||
const graphNode = svg.append("g").selectAll("g").data(data.nodes).enter().append("g")
|
||||
|
||||
// calculate radius
|
||||
const nodeRadius = (d) => {
|
||||
const numOut = index.links[d.id]?.length || 0
|
||||
const numIn = index.backlinks[d.id]?.length || 0
|
||||
return 2 + Math.sqrt(numOut + numIn)
|
||||
}
|
||||
|
||||
// draw individual nodes
|
||||
const node = graphNode
|
||||
.append("circle")
|
||||
.attr("class", "node")
|
||||
.attr("id", (d) => d.id)
|
||||
.attr("r", nodeRadius)
|
||||
.attr("fill", color)
|
||||
.style("cursor", "pointer")
|
||||
.on("click", (_, d) => {
|
||||
// SPA navigation
|
||||
window.Million.navigate(new URL(`${baseUrl}${decodeURI(d.id).replace(/\s+/g, "-")}/`), ".singlePage")
|
||||
})
|
||||
.on("mouseover", function (_, d) {
|
||||
d3.selectAll(".node").transition().duration(100).attr("fill", "var(--g-node-inactive)")
|
||||
|
||||
const neighbours = parseIdsFromLinks([
|
||||
...(index.links[d.id] || []),
|
||||
...(index.backlinks[d.id] || []),
|
||||
])
|
||||
const neighbourNodes = d3.selectAll(".node").filter((d) => neighbours.includes(d.id))
|
||||
const currentId = d.id
|
||||
window.Million.prefetch(new URL(`${baseUrl}${decodeURI(d.id).replace(/\s+/g, "-")}/`))
|
||||
const linkNodes = d3
|
||||
.selectAll(".link")
|
||||
.filter((d) => d.source.id === currentId || d.target.id === currentId)
|
||||
|
||||
// highlight neighbour nodes
|
||||
neighbourNodes.transition().duration(200).attr("fill", color)
|
||||
|
||||
// highlight links
|
||||
linkNodes.transition().duration(200).attr("stroke", "var(--g-link-active)")
|
||||
|
||||
const bigFont = fontSize*1.5
|
||||
|
||||
// show text for self
|
||||
d3.select(this.parentNode)
|
||||
.raise()
|
||||
.select("text")
|
||||
.transition()
|
||||
.duration(200)
|
||||
.attr('opacityOld', d3.select(this.parentNode).select('text').style("opacity"))
|
||||
.style('opacity', 1)
|
||||
.style('font-size', bigFont+'em')
|
||||
.attr('dy', d => nodeRadius(d) + 20 + 'px') // radius is in px
|
||||
})
|
||||
.on("mouseleave", function (_, d) {
|
||||
d3.selectAll(".node").transition().duration(200).attr("fill", color)
|
||||
|
||||
const currentId = d.id
|
||||
const linkNodes = d3
|
||||
.selectAll(".link")
|
||||
.filter((d) => d.source.id === currentId || d.target.id === currentId)
|
||||
|
||||
linkNodes.transition().duration(200).attr("stroke", "var(--g-link)")
|
||||
|
||||
d3.select(this.parentNode)
|
||||
.select("text")
|
||||
.transition()
|
||||
.duration(200)
|
||||
.style('opacity', d3.select(this.parentNode).select('text').attr("opacityOld"))
|
||||
.style('font-size', fontSize+'em')
|
||||
.attr('dy', d => nodeRadius(d) + 8 + 'px') // radius is in px
|
||||
})
|
||||
.call(drag(simulation))
|
||||
|
||||
// draw labels
|
||||
const labels = graphNode
|
||||
.append("text")
|
||||
.attr("dx", 0)
|
||||
.attr("dy", (d) => nodeRadius(d) + 8 + "px")
|
||||
.attr("text-anchor", "middle")
|
||||
.text((d) => content[d.id]?.title || d.id.replace("-", " "))
|
||||
.style('opacity', (opacityScale - 1) / 3.75)
|
||||
.style("pointer-events", "none")
|
||||
.style('font-size', fontSize+'em')
|
||||
.raise()
|
||||
.call(drag(simulation))
|
||||
|
||||
// set panning
|
||||
|
||||
if (enableZoom) {
|
||||
svg.call(
|
||||
d3
|
||||
.zoom()
|
||||
.extent([
|
||||
[0, 0],
|
||||
[width, height],
|
||||
])
|
||||
.scaleExtent([0.25, 4])
|
||||
.on("zoom", ({ transform }) => {
|
||||
link.attr("transform", transform)
|
||||
node.attr("transform", transform)
|
||||
const scale = transform.k * opacityScale;
|
||||
const scaledOpacity = Math.max((scale - 1) / 3.75, 0)
|
||||
labels.attr("transform", transform).style("opacity", scaledOpacity)
|
||||
}),
|
||||
)
|
||||
}
|
||||
|
||||
// progress the simulation
|
||||
simulation.on("tick", () => {
|
||||
link
|
||||
.attr("x1", (d) => d.source.x)
|
||||
.attr("y1", (d) => d.source.y)
|
||||
.attr("x2", (d) => d.target.x)
|
||||
.attr("y2", (d) => d.target.y)
|
||||
node.attr("cx", (d) => d.x).attr("cy", (d) => d.y)
|
||||
labels.attr("x", (d) => d.x).attr("y", (d) => d.y)
|
||||
})
|
||||
}
|
9
js/popover.37b1455b8f0603154072b9467132c659.min.js
vendored
Normal file
9
js/popover.37b1455b8f0603154072b9467132c659.min.js
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
function htmlToElement(a){const b=document.createElement("template");return a=a.trim(),b.innerHTML=a,b.content.firstChild}function initPopover(a,b,c){const d=a.replace(window.location.origin,"");fetchData.then(({content:a})=>{const e=[...document.getElementsByClassName("internal-link")];e.filter(a=>a.dataset.src||a.dataset.idx&&b).forEach(e=>{var b;if(e.dataset.ctx){const c=a[e.dataset.src],d=`<div class="popover">
|
||||
<h3>${c.title}</h3>
|
||||
<p>${highlight(removeMarkdown(c.content),e.dataset.ctx)}...</p>
|
||||
<p class="meta">${new Date(c.lastmodified).toLocaleDateString()}</p>
|
||||
</div>`;b=htmlToElement(d)}else{const c=a[e.dataset.src.replace(/\/$/g,"").replace(d,"")];if(c){const a=`<div class="popover">
|
||||
<h3>${c.title}</h3>
|
||||
<p>${removeMarkdown(c.content).split(" ",20).join(" ")}...</p>
|
||||
<p class="meta">${new Date(c.lastmodified).toLocaleDateString()}</p>
|
||||
</div>`;b=htmlToElement(a)}}b&&(e.appendChild(b),c&&renderMathInElement(b,{delimiters:[{left:'$$',right:'$$',display:!1},{left:'$',right:'$',display:!1},{left:'\\(',right:'\\)',display:!1},{left:'\\[',right:'\\]',display:!1}],throwOnError:!1}),e.addEventListener("mouseover",()=>{window.FloatingUIDOM.computePosition(e,b,{middleware:[window.FloatingUIDOM.offset(10),window.FloatingUIDOM.inline(),window.FloatingUIDOM.shift()]}).then(({x:a,y:c})=>{Object.assign(b.style,{left:`${a}px`,top:`${c}px`})}),b.classList.add("visible")}),e.addEventListener("mouseout",()=>{b.classList.remove("visible")}))})})}
|
1
js/router.9d4974281069e9ebb189f642ae1e3ca2.min.js
vendored
Normal file
1
js/router.9d4974281069e9ebb189f642ae1e3ca2.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
import{apply,navigate,prefetch,router,}from"https://unpkg.com/million@1.11.5/dist/router.mjs";export const attachSPARouting=(a,c)=>{window.Million={apply,navigate,prefetch,router};const b=()=>requestAnimationFrame(c);window.addEventListener("DOMContentLoaded",()=>{apply(b=>a(b)),a(),router(".singlePage"),b()}),window.addEventListener("million:navigate",b)}
|
1
js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js
vendored
Normal file
1
js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
const apiKey="e1ec9cdc-56d2-420e-a5bd-c6019af4be58";async function searchContents(a){const b=await fetch('https://prod.operand.ai/v3/search/objects',{method:'POST',headers:{'Content-Type':'application/json',Authorization:apiKey},body:JSON.stringify({query:a,max:10})});return await b.json()}function debounce(b,c=200){let a;return(...d)=>{clearTimeout(a),a=setTimeout(()=>{b.apply(this,d)},c)}}registerHandlers(debounce(a=>{term=a.target.value,term!==""&&searchContents(term).then(a=>a.results.map(a=>({url:a.object.properties.url,content:a.snippet,title:a.object.metadata.title}))).then(a=>displayResults(a))}))
|
7
js/util.9825137f5e7825e8553c68ce39ac9e44.min.js
vendored
Normal file
7
js/util.9825137f5e7825e8553c68ce39ac9e44.min.js
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
const removeMarkdown=(c,b={listUnicodeChar:!1,stripListLeaders:!0,gfm:!0,useImgAltText:!1,preserveLinks:!1})=>{let a=c||"";a=a.replace(/^(-\s*?|\*\s*?|_\s*?){3,}\s*$/gm,"");try{b.stripListLeaders&&(b.listUnicodeChar?a=a.replace(/^([\s\t]*)([\*\-\+]|\d+\.)\s+/gm,b.listUnicodeChar+" $1"):a=a.replace(/^([\s\t]*)([\*\-\+]|\d+\.)\s+/gm,"$1")),b.gfm&&(a=a.replace(/\n={2,}/g,"\n").replace(/~{3}.*\n/g,"").replace(/~~/g,"").replace(/`{3}.*\n/g,"")),b.preserveLinks&&(a=a.replace(/\[(.*?)\][\[\(](.*?)[\]\)]/g,"$1 ($2)")),a=a.replace(/<[^>]*>/g,"").replace(/^[=\-]{2,}\s*$/g,"").replace(/\[\^.+?\](\: .*?$)?/g,"").replace(/(#{1,6})\s+(.+)\1?/g,"<b>$2</b>").replace(/\s{0,2}\[.*?\]: .*?$/g,"").replace(/\!\[(.*?)\][\[\(].*?[\]\)]/g,b.useImgAltText?"$1":"").replace(/\[(.*?)\][\[\(].*?[\]\)]/g,"<a>$1</a>").replace(/!?\[\[\S[^\[\]\|]*(?:\|([^\[\]]*))?\S\]\]/g,"<a>$1</a>").replace(/^\s{0,3}>\s?/g,"").replace(/(^|\n)\s{0,3}>\s?/g,"\n\n").replace(/^\s{1,2}\[(.*?)\]: (\S+)( ".*?")?\s*$/g,"").replace(/([\*_]{1,3})(\S.*?\S{0,1})\1/g,"$2").replace(/([\*_]{1,3})(\S.*?\S{0,1})\1/g,"$2").replace(/(`{3,})(.*?)\1/gm,"$2").replace(/`(.+?)`/g,"$1").replace(/\n{2,}/g,"\n\n").replace(/\[![a-zA-Z]+\][-\+]? /g,"")}catch(a){return console.error(a),c}return a},highlight=(a,c)=>{const b=20,e=a.indexOf(c);if(e!==-1){const d=b,f=a.substring(0,e).split(" ").slice(-d),g=a.substring(e+c.length,a.length-2).split(" ").slice(0,d);return(f.length==d?`...${f.join(" ")}`:f.join(" "))+`<span class="search-highlight">${c}</span>`+g.join(" ")}const l=c.split(/\s+/).filter(a=>a!==""),d=a.split(/\s+/).filter(a=>a!==""),g=a=>l.some(b=>a.toLowerCase().startsWith(b.toLowerCase())),h=d.map(g);let i=0,j=0;for(let a=0;a<Math.max(h.length-b,0);a++){const d=h.slice(a,a+b),c=d.reduce((a,b)=>a+b,0);c>=i&&(i=c,j=a)}const f=Math.max(j-b,0),k=Math.min(f+2*b,d.length),m=d.slice(f,k).map(a=>g(a)?`<span class="search-highlight">${a}</span>`:a).join(" ").replaceAll('</span> <span class="search-highlight">'," ");return`${f===0?"":"..."}${m}${k===d.length?"":"..."}`},resultToHTML=({url:a,title:b,content:c})=>`<button class="result-card" id="${a}">
|
||||
<h3>${b}</h3>
|
||||
<p>${c}</p>
|
||||
</button>`,redir=(a,b)=>{window.Million.navigate(new URL(`${BASE_URL.replace(/\/$/g,"")}${a}#:~:text=${encodeURIComponent(b)}/`),".singlePage"),closeSearch()};function openSearch(){const b=document.getElementById("search-bar"),c=document.getElementById("results-container"),a=document.getElementById("search-container");a.style.display==="none"||a.style.display===""?(b.value="",c.innerHTML="",a.style.display="block",b.focus()):a.style.display="none"}function closeSearch(){const a=document.getElementById("search-container");a.style.display="none"}const registerHandlers=c=>{const a=document.getElementById("search-bar"),d=document.getElementById("search-container");let e;a.addEventListener("keyup",a=>{if(a.key==="Enter"){const a=document.getElementsByClassName("result-card")[0];redir(a.id,e)}}),a.addEventListener("input",c),document.addEventListener("keydown",a=>{a.key==="k"&&(a.ctrlKey||a.metaKey)&&(a.preventDefault(),openSearch()),a.key==="Escape"&&(a.preventDefault(),closeSearch())});const b=document.getElementById("search-icon");b.addEventListener("click",a=>{openSearch()}),b.addEventListener("keydown",a=>{openSearch()}),d.addEventListener("click",a=>{closeSearch()}),document.getElementById("search-space").addEventListener("click",a=>{a.stopPropagation()})},displayResults=(a,c=!1)=>{const b=document.getElementById("results-container");if(a.length===0)b.innerHTML=`<button class="result-card">
|
||||
<h3>No results.</h3>
|
||||
<p>Try another search term?</p>
|
||||
</button>`;else{b.innerHTML=a.map(a=>c?resultToHTML({url:a.url,title:highlight(a.title,term),content:highlight(removeMarkdown(a.content),term)}):resultToHTML(a)).join("\n");const d=[...document.getElementsByClassName("result-card")];d.forEach(a=>{a.onclick=()=>redir(a.id,term)})}}
|
25
linkmap
Normal file
25
linkmap
Normal file
@ -0,0 +1,25 @@
|
||||
/private/notes/ignore-notes/index.{html} /private/notes/ignore-notes/
|
||||
/private/notes/troubleshooting/index.{html} /private/notes/troubleshooting/
|
||||
/roadmap/consensus/development/prototypes/index.{html} /roadmap/consensus/development/prototypes/
|
||||
/roadmap/consensus/overview/index.{html} /roadmap/consensus/overview/
|
||||
/roadmap/consensus/theory/overview/index.{html} /roadmap/consensus/theory/overview/
|
||||
/private/notes/callouts/index.{html} /private/notes/callouts/
|
||||
/private/notes/philosophy/index.{html} /private/notes/philosophy/
|
||||
/roadmap/consensus/candidates/glacier/index.{html} /roadmap/consensus/candidates/glacier/
|
||||
/roadmap/consensus/candidates/logos-bft/overview/index.{html} /roadmap/consensus/candidates/logos-bft/overview/
|
||||
/roadmap/consensus/theory/snow-family/index.{html} /roadmap/consensus/theory/snow-family/
|
||||
/roles/distributed-systems-researcher/index.{html} /roles/distributed-systems-researcher/
|
||||
/private/notes/obsidian/index.{html} /private/notes/obsidian/
|
||||
/private/notes/custom-Domain/index.{html} /private/notes/custom-Domain/
|
||||
/private/notes/preview-changes/index.{html} /private/notes/preview-changes/
|
||||
/private/notes/showcase/index.{html} /private/notes/showcase/
|
||||
/index.html /
|
||||
/private/notes/config/index.{html} /private/notes/config/
|
||||
/private/notes/editing/index.{html} /private/notes/editing/
|
||||
/private/notes/hosting/index.{html} /private/notes/hosting/
|
||||
/private/notes/search/index.{html} /private/notes/search/
|
||||
/private/notes/setup/index.{html} /private/notes/setup/
|
||||
/private/notes/updating/index.{html} /private/notes/updating/
|
||||
/requirements/overview/index.{html} /requirements/overview/
|
||||
/private/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/index.{html} /private/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/
|
||||
/roadmap/consensus/development/overview/index.{html} /roadmap/consensus/development/overview/
|
279
requirements/index.html
Normal file
279
requirements/index.html
Normal file
@ -0,0 +1,279 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
Requirements
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>All Requirements</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/requirements/overview/" class="internal-link" data-src="/requirements/overview/">Logos Network Requirements Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/requirements/">Requirements</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
19
requirements/index.xml
Normal file
19
requirements/index.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Requirements on </title>
|
||||
<link>https://roadmap.logos.co/requirements/</link>
|
||||
<description>Recent content in Requirements on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/requirements/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Logos Network Requirements Overview</title>
|
||||
<link>https://roadmap.logos.co/requirements/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/requirements/overview/</guid>
|
||||
<description>This document describes the requirements of the Logos Network.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
367
requirements/overview/index.html
Normal file
367
requirements/overview/index.html
Normal file
@ -0,0 +1,367 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="This document describes the requirements of the Logos Network."
|
||||
/>
|
||||
<title>
|
||||
Logos Network Requirements Overview
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Logos Network Requirements Overview</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/jackyzha0/quartz/tree/hugo/content/requirements/overview.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/requirements/">Requirements</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>This document describes the requirements of the Logos Network.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/" data-ctx="Network Requirements" data-src="/" class="internal-link">Logos Technical Roadmap</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
1
requirements/page/1/index.html
Normal file
1
requirements/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/requirements/</title><link rel="canonical" href="https://roadmap.logos.co/requirements/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/requirements/" /></head></html>
|
385
roadmap/consensus/candidates/glacier/index.html
Normal file
385
roadmap/consensus/candidates/glacier/index.html
Normal file
@ -0,0 +1,385 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Glacier is a consensus candidate for the Logos network that aims to be an improvement to the Avalanche family of consensus protocols."
|
||||
/>
|
||||
<title>
|
||||
Glacier: Consensus Candidate
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Glacier: Consensus Candidate</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/jackyzha0/quartz/tree/hugo/content/roadmap/consensus/candidates/glacier.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p><strong>Glacier</strong> is a consensus candidate for the Logos network that aims to be an improvement to the Avalanche family of consensus protocols.</p>
|
||||
<a href="#implementations"><h3 id="implementations"><span class="hanchor" ariaLabel="Anchor"># </span>Implementations</h3></a>
|
||||
<p>The protocol has been implemented in multiple languages to facilitate learning and testing. The individual code repositories can be found in the following links:</p>
|
||||
<ul>
|
||||
<li>Rust (reference)</li>
|
||||
<li>Python</li>
|
||||
<li>Common Lisp</li>
|
||||
</ul>
|
||||
<a href="#simulationsexperimentsanalysis"><h3 id="simulationsexperimentsanalysis"><span class="hanchor" ariaLabel="Anchor"># </span>Simulations/Experiments/Analysis</h3></a>
|
||||
<p>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.</p>
|
||||
<a href="#specification"><h3 id="specification"><span class="hanchor" ariaLabel="Anchor"># </span>Specification</h3></a>
|
||||
<p>Currently the Glacier consensus protocol is being drafted into a specification so that other implementations can be created. It’s draft resides under
|
||||
|
||||
<a href="https://vac.dev" rel="noopener">Vac</a> and can be tracked
|
||||
|
||||
<a href="https://github.com/vacp2p/rfc/pull/512/" rel="noopener">here</a></p>
|
||||
<a href="#additional-information"><h3 id="additional-information"><span class="hanchor" ariaLabel="Anchor"># </span>Additional Information</h3></a>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/roadmap/consensus/overview/" data-ctx="glacier" data-src="/roadmap/consensus/overview" class="internal-link">Consensus Work</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
423
roadmap/consensus/candidates/logos-bft/overview/index.html
Normal file
423
roadmap/consensus/candidates/logos-bft/overview/index.html
Normal file
@ -0,0 +1,423 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Logos BFT is a consensus candidate for the Logos Network that utilizes Network Coding and Committees to optimize message propagation in the presence of a large number of nodes, while maintaining a high level of security."
|
||||
/>
|
||||
<title>
|
||||
Logos BFT Overview
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Logos BFT Overview</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/jackyzha0/quartz/tree/hugo/content/roadmap/consensus/candidates/logos-bft/overview.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Logos BFT is a
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="/consensus/index">consensus</a> candidate for the Logos Network that utilizes
|
||||
|
||||
<a href="https://en.wikipedia.org/wiki/Linear_network_coding" rel="noopener">Network Coding</a> and
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="#">Committees</a> to optimize message propagation in the presence of a large number of nodes, while maintaining a high level of security.</p>
|
||||
<a href="#work-streams"><h2 id="work-streams"><span class="hanchor" ariaLabel="Anchor"># </span>Work Streams</h2></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="committee-formation">Committee Formation</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="random-beacon">Random Beacon</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="message-dissemination">Message Dissemination</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="leader-election">Leader Election</a></li>
|
||||
<li>[]</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
No backlinks found
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
358
roadmap/consensus/development/overview/index.html
Normal file
358
roadmap/consensus/development/overview/index.html
Normal file
@ -0,0 +1,358 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
Development Work
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Development Work</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/jackyzha0/quartz/tree/hugo/content/roadmap/consensus/development/overview.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
No backlinks found
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
383
roadmap/consensus/development/prototypes/index.html
Normal file
383
roadmap/consensus/development/prototypes/index.html
Normal file
@ -0,0 +1,383 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Consensus Prototypes is a collection of Rust implementations of the Consensus Candidates
|
||||
Required Roles Lead Developer (filled) "
|
||||
/>
|
||||
<title>
|
||||
Consensus Prototypes
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Consensus Prototypes</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/jackyzha0/quartz/tree/hugo/content/roadmap/consensus/development/prototypes.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Consensus Prototypes is a collection of Rust implementations of the
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="tags/candidates">Consensus Candidates</a></p>
|
||||
<a href="#required-roles"><h2 id="required-roles"><span class="hanchor" ariaLabel="Anchor"># </span>Required Roles</h2></a>
|
||||
<ul>
|
||||
<li>Lead Developer (filled)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/roadmap/consensus/overview/" data-ctx="prototypes" data-src="/roadmap/consensus/overview" class="internal-link">Consensus Work</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
430
roadmap/consensus/overview/index.html
Normal file
430
roadmap/consensus/overview/index.html
Normal file
@ -0,0 +1,430 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="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."
|
||||
/>
|
||||
<title>
|
||||
Consensus Work
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Consensus Work</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/jackyzha0/quartz/tree/hugo/content/roadmap/consensus/overview.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>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.</p>
|
||||
<a href="#consensus-roadmap"><h2 id="consensus-roadmap"><span class="hanchor" ariaLabel="Anchor"># </span>Consensus Roadmap</h2></a>
|
||||
<a href="#consensus-candidates"><h3 id="consensus-candidates"><span class="hanchor" ariaLabel="Anchor"># </span>Consensus Candidates</h3></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/roadmap/consensus/candidates/glacier/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/roadmap/consensus/candidates/glacier/">glacier</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="roadmap/consensus/candidates/logos-bft">logos-bft</a></li>
|
||||
</ul>
|
||||
<a href="#theoretical-analysis"><h3 id="theoretical-analysis"><span class="hanchor" ariaLabel="Anchor"># </span>Theoretical Analysis</h3></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/roadmap/consensus/theory/snow-family/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/roadmap/consensus/theory/snow-family/">snow-family</a></li>
|
||||
</ul>
|
||||
<a href="#development"><h3 id="development"><span class="hanchor" ariaLabel="Anchor"># </span>Development</h3></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/roadmap/consensus/development/prototypes/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/roadmap/consensus/development/prototypes/">prototypes</a></li>
|
||||
</ul>
|
||||
<a href="#open-roles"><h2 id="open-roles"><span class="hanchor" ariaLabel="Anchor"># </span>Open Roles</h2></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/roles/distributed-systems-researcher/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/roles/distributed-systems-researcher/">distributed-systems-researcher</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/" data-ctx="Consensus" data-src="/" class="internal-link">Logos Technical Roadmap</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
372
roadmap/consensus/theory/overview/index.html
Normal file
372
roadmap/consensus/theory/overview/index.html
Normal file
@ -0,0 +1,372 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="This track of work is dedicated to creating theoretical models of distributed consensus in order to evaluate them from a mathematical standpoint."
|
||||
/>
|
||||
<title>
|
||||
Consensus Theory Work
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Consensus Theory Work</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/jackyzha0/quartz/tree/hugo/content/roadmap/consensus/theory/overview.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>This track of work is dedicated to creating theoretical models of distributed consensus in order to evaluate them from a mathematical standpoint.</p>
|
||||
<a href="#navigation"><h2 id="navigation"><span class="hanchor" ariaLabel="Anchor"># </span>Navigation</h2></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/roadmap/consensus/theory/snow-family/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/roadmap/consensus/theory/snow-family/">Snow Family Analysis</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
No backlinks found
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
378
roadmap/consensus/theory/snow-family/index.html
Normal file
378
roadmap/consensus/theory/snow-family/index.html
Normal file
@ -0,0 +1,378 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="In order to evaluate the properties of the Avalanche family of consensus protocols more rigorously than the original whitepapers, we work to create an analytical framework to explore and better understand the theoretical boundaries of the underlying protocols, and under what parameterization they will break vs a set of adversarial strategies"
|
||||
/>
|
||||
<title>
|
||||
Theoretical Analysis of the Snow Family of Consensus Protocols
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Theoretical Analysis of the Snow Family of Consensus Protocols</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/jackyzha0/quartz/tree/hugo/content/roadmap/consensus/theory/snow-family.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>In order to evaluate the properties of the Avalanche family of consensus protocols more rigorously than the original
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/">whitepapers</a>, we work to create an analytical framework to explore and better understand the theoretical boundaries of the underlying protocols, and under what parameterization they will break vs a set of adversarial strategies</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/roadmap/consensus/overview/" data-ctx="snow-family" data-src="/roadmap/consensus/overview" class="internal-link">Consensus Work</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
399
roadmap/index.html
Normal file
399
roadmap/index.html
Normal file
@ -0,0 +1,399 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
Roadmaps
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>All Roadmaps</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/snow-family/" class="internal-link" data-src="/roadmap/consensus/theory/snow-family/">Theoretical Analysis of the Snow Family of Consensus Protocols</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/" class="internal-link" data-src="/roadmap/consensus/candidates/logos-bft/overview/">Logos BFT Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/glacier/" class="internal-link" data-src="/roadmap/consensus/candidates/glacier/">Glacier: Consensus Candidate</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/overview/" class="internal-link" data-src="/roadmap/consensus/development/overview/">Development Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/overview/" class="internal-link" data-src="/roadmap/consensus/overview/">Consensus Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/overview/" class="internal-link" data-src="/roadmap/consensus/theory/overview/">Consensus Theory Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/prototypes/" class="internal-link" data-src="/roadmap/consensus/development/prototypes/">Consensus Prototypes</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
74
roadmap/index.xml
Normal file
74
roadmap/index.xml
Normal file
@ -0,0 +1,74 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Roadmaps on </title>
|
||||
<link>https://roadmap.logos.co/roadmap/</link>
|
||||
<description>Recent content in Roadmaps on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/roadmap/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Consensus Prototypes</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/development/prototypes/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/development/prototypes/</guid>
|
||||
<description>Consensus Prototypes is a collection of Rust implementations of the Consensus Candidates
|
||||
Required Roles Lead Developer (filled) </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Consensus Theory Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/theory/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/theory/overview/</guid>
|
||||
<description>This track of work is dedicated to creating theoretical models of distributed consensus in order to evaluate them from a mathematical standpoint.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Consensus Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/overview/</guid>
|
||||
<description>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.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Development Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/development/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/development/overview/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Glacier: Consensus Candidate</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/candidates/glacier/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/candidates/glacier/</guid>
|
||||
<description>Glacier is a consensus candidate for the Logos network that aims to be an improvement to the Avalanche family of consensus protocols.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Logos BFT Overview</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/</guid>
|
||||
<description>Logos BFT is a consensus candidate for the Logos Network that utilizes Network Coding and Committees to optimize message propagation in the presence of a large number of nodes, while maintaining a high level of security.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Theoretical Analysis of the Snow Family of Consensus Protocols</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/theory/snow-family/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/theory/snow-family/</guid>
|
||||
<description>In order to evaluate the properties of the Avalanche family of consensus protocols more rigorously than the original whitepapers, we work to create an analytical framework to explore and better understand the theoretical boundaries of the underlying protocols, and under what parameterization they will break vs a set of adversarial strategies</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
1
roadmap/page/1/index.html
Normal file
1
roadmap/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/roadmap/</title><link rel="canonical" href="https://roadmap.logos.co/roadmap/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/roadmap/" /></head></html>
|
447
roles/distributed-systems-researcher/index.html
Normal file
447
roles/distributed-systems-researcher/index.html
Normal file
@ -0,0 +1,447 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="About Status Status is building the tools and infrastructure for the advancement of a secure, private, and open web3.
|
||||
With the high level goals of preserving the right to privacy, mitigating the risk of censorship, and promoting economic trade in a transparent, open manner, Status is building a community where anyone is welcome to join and contribute."
|
||||
/>
|
||||
<title>
|
||||
Open Role: Distributed Systems Researcher
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Open Role: Distributed Systems Researcher</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/jackyzha0/quartz/tree/hugo/content/roles/distributed-systems-researcher.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/role/">Role</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<aside class="mainTOC">
|
||||
<details >
|
||||
<summary>Table of Contents</summary>
|
||||
<nav id="TableOfContents">
|
||||
<ol>
|
||||
<li><a href="#about-status">About Status</a></li>
|
||||
<li><a href="#who-are-we">Who are we?</a></li>
|
||||
<li><a href="#the-job">The job</a></li>
|
||||
<li><a href="#hiring-process">Hiring process</a></li>
|
||||
<li><a href="#compensation">Compensation</a></li>
|
||||
</ol>
|
||||
</nav>
|
||||
</details>
|
||||
</aside>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="#about-status"><h2 id="about-status"><span class="hanchor" ariaLabel="Anchor"># </span>About Status</h2></a>
|
||||
<p>Status is building the tools and infrastructure for the advancement of a secure, private, and open web3.</p>
|
||||
<p>With the high level goals of preserving the right to privacy, mitigating the risk of censorship, and promoting economic trade in a transparent, open manner, Status is building a community where anyone is welcome to join and contribute.</p>
|
||||
<p>As an organization, Status seeks to push the web3 ecosystem forward through research, creation of developer tools, and support of the open source community.</p>
|
||||
<p>As a product, Status is an open source, Ethereum-based app that gives users the power to chat, transact, and access a revolutionary world of DApps on the decentralized web. But Status is also building foundational infrastructure for the whole Ethereum ecosystem, including the Nimbus ETH 1.0 and 2.0 clients, the Keycard hardware wallet, and the Waku messaging protocol (a continuation of Whisper).</p>
|
||||
<p>As a team, Status has been completely distributed since inception. Our team is currently 100+ core contributors strong, and welcomes a growing number of community members from all walks of life, scattered all around the globe.</p>
|
||||
<p>We care deeply about open source, and our organizational structure has minimal hierarchy and no fixed work hours. We believe in working with a high degree of autonomy while supporting the organization’s priorities.</p>
|
||||
<a href="#who-are-we"><h2 id="who-are-we"><span class="hanchor" ariaLabel="Anchor"># </span>Who are we?</h2></a>
|
||||
<p>We are the Blockchain Infrastructure Team, and we are building the foundation used by other projects at the Status Network. We are researching consensus algorithms, Multi-Party Computation techniques, ZKPs and other cutting-edge solutions with the aim to take the blockchain technology to the next level of security, decentralization and scalability for a wide range of use cases. We are currently in a research phase, working with models and simulations. In the near future, we will start implementing the research. You will have the opportunity to participate in developing -and improving- the state of the art of blockchain technologies, as well as turning it into a reality</p>
|
||||
<a href="#the-job"><h2 id="the-job"><span class="hanchor" ariaLabel="Anchor"># </span>The job</h2></a>
|
||||
<p><strong>Responsibilities:</strong></p>
|
||||
<ul>
|
||||
<li>This role is dedicated to pure research</li>
|
||||
<li>Primarily, ensuring that solutions are sound and diving deeper into their formal definition.</li>
|
||||
<li>Additionally, he/she would be regularly going through papers, bringing new ideas and staying up-to-date.</li>
|
||||
<li>Designing, specifying and verifying distributed systems by leveraging formal and experimental techniques.</li>
|
||||
<li>Conducting theoretical and practical analysis of the performance of distributed systems.</li>
|
||||
<li>Designing and analysing incentive systems.</li>
|
||||
<li>Collaborating with both internal and external customers and the teams responsible for the actual implementation.</li>
|
||||
<li>Researching new techniques for designing, analysing and implementing dependable distributed systems.</li>
|
||||
<li>Publishing and presenting research results both internally and externally.</li>
|
||||
</ul>
|
||||
<p><strong>Ideally you will have:</strong>
|
||||
[Don’t worry if you don’t meet all of these criteria, we’d still love to hear from you anyway if you think you’d be a great fit for this role!]</p>
|
||||
<ul>
|
||||
<li>Strong background in Computer Science and Math, or a related area.</li>
|
||||
<li>Academic background (The ability to analyze, digest and improve the State of the Art in our fields of interest. Specifically, familiarity with formal proofs and/or the scientific method.)</li>
|
||||
<li>Distributed Systems with a focus on Blockchain</li>
|
||||
<li>Analysis of algorithms</li>
|
||||
<li>Familiarity with Python and/or complex systems modeling software</li>
|
||||
<li>Deep knowledge of algorithms (much more academic, such as have dealt with papers, moving from research to pragmatic implementation)</li>
|
||||
<li>Experience in analysing the correctness and security of distributed systems.</li>
|
||||
<li>Familiarity with the application of formal method techniques.</li>
|
||||
<li>Comfortable with “reverse engineering” code in a number of languages including Java, Go, Rust, etc. Even if no experience in these languages, the ability to read and “reverse engineer” code of other projects is important.</li>
|
||||
<li>Keen communicator, eager to share your work in a wide variety of contexts, like internal and public presentations, blog posts and academic papers.</li>
|
||||
<li>Capable of deep and creative thinking.</li>
|
||||
<li>Passionate about blockchain technology in general.</li>
|
||||
<li>Able to manage the uncertainties and ambiguities associated with working in a remote-first, distributed, decentralised environment.</li>
|
||||
<li>A strong alignment to our principles:
|
||||
|
||||
<a href="https://status.im/about/#our-principles" rel="noopener">https://status.im/about/#our-principles</a></li>
|
||||
</ul>
|
||||
<p><strong>Bonus points:</strong></p>
|
||||
<ul>
|
||||
<li>Experience working remotely.</li>
|
||||
<li>Experience working for an open source organization.</li>
|
||||
<li>TLA+/PRISM would be desirable.</li>
|
||||
<li>PhD in Computer Science, Mathematics, or a related area.</li>
|
||||
<li>Experience Multi-Party Computation and Zero-Knowledge Proofs</li>
|
||||
<li>Track record of scientific publications.</li>
|
||||
<li>Previous experience in remote or globally distributed teams.</li>
|
||||
</ul>
|
||||
<a href="#hiring-process"><h2 id="hiring-process"><span class="hanchor" ariaLabel="Anchor"># </span>Hiring process</h2></a>
|
||||
<p>The hiring process for this role will be:</p>
|
||||
<ul>
|
||||
<li>Interview with our People Ops team</li>
|
||||
<li>Interview with Alvaro (Team Lead)</li>
|
||||
<li>Interview with Corey (Chief Security Officer)</li>
|
||||
<li>Interview with Jarrad (Cofounder) or Daniel</li>
|
||||
</ul>
|
||||
<p>The steps may change along the way if we see it makes sense to adapt the interview stages, so please consider the above as a guideline.</p>
|
||||
<a href="#compensation"><h2 id="compensation"><span class="hanchor" ariaLabel="Anchor"># </span>Compensation</h2></a>
|
||||
<p>We are happy to pay salaries in either 100% fiat or any mix of fiat and/or crypto. For more information regarding benefits at Status:
|
||||
|
||||
<a href="https://people-ops.status.im/tag/perks/" rel="noopener">https://people-ops.status.im/tag/perks/</a></p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/roadmap/consensus/overview/" data-ctx="distributed-systems-researcher" data-src="/roadmap/consensus/overview" class="internal-link">Consensus Work</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
|
||||
integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<h3>Interactive Graph</h3>
|
||||
<div id="graph-container"></div>
|
||||
<style>
|
||||
:root {
|
||||
--g-node: var(--secondary);
|
||||
--g-node-active: var(--primary);
|
||||
--g-node-inactive: var(--visited);
|
||||
--g-link: var(--outlinegray);
|
||||
--g-link-active: #5a7282;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/graph.abd4bc2af3869a96524d7d23b76152c7.js"></script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
279
roles/index.html
Normal file
279
roles/index.html
Normal file
@ -0,0 +1,279 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
Roles
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>All Roles</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roles/distributed-systems-researcher/" class="internal-link" data-src="/roles/distributed-systems-researcher/">Open Role: Distributed Systems Researcher</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/role/">Role</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
20
roles/index.xml
Normal file
20
roles/index.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Roles on </title>
|
||||
<link>https://roadmap.logos.co/roles/</link>
|
||||
<description>Recent content in Roles on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/roles/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Open Role: Distributed Systems Researcher</title>
|
||||
<link>https://roadmap.logos.co/roles/distributed-systems-researcher/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roles/distributed-systems-researcher/</guid>
|
||||
<description>About Status Status is building the tools and infrastructure for the advancement of a secure, private, and open web3.
|
||||
With the high level goals of preserving the right to privacy, mitigating the risk of censorship, and promoting economic trade in a transparent, open manner, Status is building a community where anyone is welcome to join and contribute.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
1
roles/page/1/index.html
Normal file
1
roles/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/roles/</title><link rel="canonical" href="https://roadmap.logos.co/roles/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/roles/" /></head></html>
|
67
sitemap.xml
Normal file
67
sitemap.xml
Normal file
@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://roadmap.logos.co/tags/candidate/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/categories/</loc>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/consensus/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/consensus/development/prototypes/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/consensus/theory/overview/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/consensus/overview/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/development/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/consensus/development/overview/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/consensus/candidates/glacier/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/requirements/overview/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roles/distributed-systems-researcher/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/requirements/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/requirements/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/role/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roles/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/consensus/theory/snow-family/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/theory/</loc>
|
||||
<lastmod>2022-08-19T15:10:38-04:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
1
styles.7fdbd93987bfba941d84b8a4050caaba.min.css
vendored
Normal file
1
styles.7fdbd93987bfba941d84b8a4050caaba.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
styles/_dark_syntax.bec558461529f0dd343a0b008c343934.min.css
vendored
Normal file
1
styles/_dark_syntax.bec558461529f0dd343a0b008c343934.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.bg{color:#f8f8f2;background-color:#282a36}.chroma{color:#f8f8f2;background-color:#282a36}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#ffc}.chroma .lnt{white-space:pre;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#ff79c6}.chroma .kc{color:#ff79c6}.chroma .kd{color:#8be9fd;font-style:italic}.chroma .kn{color:#ff79c6}.chroma .kp{color:#ff79c6}.chroma .kr{color:#ff79c6}.chroma .kt{color:#8be9fd}.chroma .na{color:#50fa7b}.chroma .nb{color:#8be9fd;font-style:italic}.chroma .nc{color:#50fa7b}.chroma .nf{color:#50fa7b}.chroma .nl{color:#8be9fd;font-style:italic}.chroma .nt{color:#ff79c6}.chroma .nv{color:#8be9fd;font-style:italic}.chroma .vc{color:#8be9fd;font-style:italic}.chroma .vg{color:#8be9fd;font-style:italic}.chroma .vi{color:#8be9fd;font-style:italic}.chroma .s{color:#f1fa8c}.chroma .sa{color:#f1fa8c}.chroma .sb{color:#f1fa8c}.chroma .sc{color:#f1fa8c}.chroma .dl{color:#f1fa8c}.chroma .sd{color:#f1fa8c}.chroma .s2{color:#f1fa8c}.chroma .se{color:#f1fa8c}.chroma .sh{color:#f1fa8c}.chroma .si{color:#f1fa8c}.chroma .sx{color:#f1fa8c}.chroma .sr{color:#f1fa8c}.chroma .s1{color:#f1fa8c}.chroma .ss{color:#f1fa8c}.chroma .m{color:#bd93f9}.chroma .mb{color:#bd93f9}.chroma .mf{color:#bd93f9}.chroma .mh{color:#bd93f9}.chroma .mi{color:#bd93f9}.chroma .il{color:#bd93f9}.chroma .mo{color:#bd93f9}.chroma .o{color:#ff79c6}.chroma .ow{color:#ff79c6}.chroma .c{color:#6272a4}.chroma .ch{color:#6272a4}.chroma .cm{color:#6272a4}.chroma .c1{color:#6272a4}.chroma .cs{color:#6272a4}.chroma .cp{color:#ff79c6}.chroma .cpf{color:#ff79c6}.chroma .gd{color:#f55}.chroma .ge{text-decoration:underline}.chroma .gh{font-weight:700}.chroma .gi{color:#50fa7b;font-weight:700}.chroma .go{color:#44475a}.chroma .gu{font-weight:700}.chroma .gl{text-decoration:underline}
|
1
styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css
vendored
Normal file
1
styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.bg{color:#272822;background-color:#fafafa}.chroma{color:#272822;background-color:#fafafa}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#ffc}.chroma .lnt{white-space:pre;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#00a8c8}.chroma .kc{color:#00a8c8}.chroma .kd{color:#00a8c8}.chroma .kn{color:#f92672}.chroma .kp{color:#00a8c8}.chroma .kr{color:#00a8c8}.chroma .kt{color:#00a8c8}.chroma .n{color:#111}.chroma .na{color:#75af00}.chroma .nb{color:#111}.chroma .bp{color:#111}.chroma .nc{color:#75af00}.chroma .no{color:#00a8c8}.chroma .nd{color:#75af00}.chroma .ni{color:#111}.chroma .ne{color:#75af00}.chroma .nf{color:#75af00}.chroma .fm{color:#111}.chroma .nl{color:#111}.chroma .nn{color:#111}.chroma .nx{color:#75af00}.chroma .py{color:#111}.chroma .nt{color:#f92672}.chroma .nv{color:#111}.chroma .vc{color:#111}.chroma .vg{color:#111}.chroma .vi{color:#111}.chroma .vm{color:#111}.chroma .l{color:#ae81ff}.chroma .ld{color:#d88200}.chroma .s{color:#d88200}.chroma .sa{color:#d88200}.chroma .sb{color:#d88200}.chroma .sc{color:#d88200}.chroma .dl{color:#d88200}.chroma .sd{color:#d88200}.chroma .s2{color:#d88200}.chroma .se{color:#8045ff}.chroma .sh{color:#d88200}.chroma .si{color:#d88200}.chroma .sx{color:#d88200}.chroma .sr{color:#d88200}.chroma .s1{color:#d88200}.chroma .ss{color:#d88200}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .p{color:#111}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .ge{font-style:italic}.chroma .gs{font-weight:700}
|
301
tags/candidate/index.html
Normal file
301
tags/candidate/index.html
Normal file
@ -0,0 +1,301 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
candidate
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Tag: candidate</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/glacier/" class="internal-link" data-src="/roadmap/consensus/candidates/glacier/">Glacier: Consensus Candidate</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/" class="internal-link" data-src="/roadmap/consensus/candidates/logos-bft/overview/">Logos BFT Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
28
tags/candidate/index.xml
Normal file
28
tags/candidate/index.xml
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>candidate on </title>
|
||||
<link>https://roadmap.logos.co/tags/candidate/</link>
|
||||
<description>Recent content in candidate on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/tags/candidate/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Glacier: Consensus Candidate</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/candidates/glacier/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/candidates/glacier/</guid>
|
||||
<description>Glacier is a consensus candidate for the Logos network that aims to be an improvement to the Avalanche family of consensus protocols.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Logos BFT Overview</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/</guid>
|
||||
<description>Logos BFT is a consensus candidate for the Logos Network that utilizes Network Coding and Committees to optimize message propagation in the presence of a large number of nodes, while maintaining a high level of security.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
1
tags/candidate/page/1/index.html
Normal file
1
tags/candidate/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/candidate/</title><link rel="canonical" href="https://roadmap.logos.co/tags/candidate/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/candidate/" /></head></html>
|
399
tags/consensus/index.html
Normal file
399
tags/consensus/index.html
Normal file
@ -0,0 +1,399 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
consensus
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Tag: consensus</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/prototypes/" class="internal-link" data-src="/roadmap/consensus/development/prototypes/">Consensus Prototypes</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/overview/" class="internal-link" data-src="/roadmap/consensus/theory/overview/">Consensus Theory Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/overview/" class="internal-link" data-src="/roadmap/consensus/overview/">Consensus Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/overview/" class="internal-link" data-src="/roadmap/consensus/development/overview/">Development Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/glacier/" class="internal-link" data-src="/roadmap/consensus/candidates/glacier/">Glacier: Consensus Candidate</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/" class="internal-link" data-src="/roadmap/consensus/candidates/logos-bft/overview/">Logos BFT Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/snow-family/" class="internal-link" data-src="/roadmap/consensus/theory/snow-family/">Theoretical Analysis of the Snow Family of Consensus Protocols</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
74
tags/consensus/index.xml
Normal file
74
tags/consensus/index.xml
Normal file
@ -0,0 +1,74 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>consensus on </title>
|
||||
<link>https://roadmap.logos.co/tags/consensus/</link>
|
||||
<description>Recent content in consensus on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/tags/consensus/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Consensus Prototypes</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/development/prototypes/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/development/prototypes/</guid>
|
||||
<description>Consensus Prototypes is a collection of Rust implementations of the Consensus Candidates
|
||||
Required Roles Lead Developer (filled) </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Consensus Theory Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/theory/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/theory/overview/</guid>
|
||||
<description>This track of work is dedicated to creating theoretical models of distributed consensus in order to evaluate them from a mathematical standpoint.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Consensus Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/overview/</guid>
|
||||
<description>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.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Development Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/development/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/development/overview/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Glacier: Consensus Candidate</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/candidates/glacier/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/candidates/glacier/</guid>
|
||||
<description>Glacier is a consensus candidate for the Logos network that aims to be an improvement to the Avalanche family of consensus protocols.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Logos BFT Overview</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/</guid>
|
||||
<description>Logos BFT is a consensus candidate for the Logos Network that utilizes Network Coding and Committees to optimize message propagation in the presence of a large number of nodes, while maintaining a high level of security.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Theoretical Analysis of the Snow Family of Consensus Protocols</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/theory/snow-family/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/theory/snow-family/</guid>
|
||||
<description>In order to evaluate the properties of the Avalanche family of consensus protocols more rigorously than the original whitepapers, we work to create an analytical framework to explore and better understand the theoretical boundaries of the underlying protocols, and under what parameterization they will break vs a set of adversarial strategies</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
1
tags/consensus/page/1/index.html
Normal file
1
tags/consensus/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/consensus/</title><link rel="canonical" href="https://roadmap.logos.co/tags/consensus/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/consensus/" /></head></html>
|
301
tags/development/index.html
Normal file
301
tags/development/index.html
Normal file
@ -0,0 +1,301 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
development
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Tag: development</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/prototypes/" class="internal-link" data-src="/roadmap/consensus/development/prototypes/">Consensus Prototypes</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/overview/" class="internal-link" data-src="/roadmap/consensus/development/overview/">Development Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
29
tags/development/index.xml
Normal file
29
tags/development/index.xml
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>development on </title>
|
||||
<link>https://roadmap.logos.co/tags/development/</link>
|
||||
<description>Recent content in development on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/tags/development/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Consensus Prototypes</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/development/prototypes/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/development/prototypes/</guid>
|
||||
<description>Consensus Prototypes is a collection of Rust implementations of the Consensus Candidates
|
||||
Required Roles Lead Developer (filled) </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Development Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/development/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/development/overview/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
1
tags/development/page/1/index.html
Normal file
1
tags/development/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/development/</title><link rel="canonical" href="https://roadmap.logos.co/tags/development/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/development/" /></head></html>
|
609
tags/index.html
Normal file
609
tags/index.html
Normal file
@ -0,0 +1,609 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
Tags
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>All Tags</h1>
|
||||
|
||||
<div class="tags">
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></h1>
|
||||
<p><b>7</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/snow-family/" class="internal-link" data-src="/roadmap/consensus/theory/snow-family/">Theoretical Analysis of the Snow Family of Consensus Protocols</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/" class="internal-link" data-src="/roadmap/consensus/candidates/logos-bft/overview/">Logos BFT Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/glacier/" class="internal-link" data-src="/roadmap/consensus/candidates/glacier/">Glacier: Consensus Candidate</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/overview/" class="internal-link" data-src="/roadmap/consensus/development/overview/">Development Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/overview/" class="internal-link" data-src="/roadmap/consensus/overview/">Consensus Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/overview/" class="internal-link" data-src="/roadmap/consensus/theory/overview/">Consensus Theory Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/prototypes/" class="internal-link" data-src="/roadmap/consensus/development/prototypes/">Consensus Prototypes</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/logos-bft/overview/" class="internal-link" data-src="/roadmap/consensus/candidates/logos-bft/overview/">Logos BFT Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/candidates/glacier/" class="internal-link" data-src="/roadmap/consensus/candidates/glacier/">Glacier: Consensus Candidate</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/candidate/">Candidate</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/development/">Development</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/overview/" class="internal-link" data-src="/roadmap/consensus/development/overview/">Development Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/development/prototypes/" class="internal-link" data-src="/roadmap/consensus/development/prototypes/">Consensus Prototypes</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/development/">Development</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/theory/">Theory</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/snow-family/" class="internal-link" data-src="/roadmap/consensus/theory/snow-family/">Theoretical Analysis of the Snow Family of Consensus Protocols</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/overview/" class="internal-link" data-src="/roadmap/consensus/theory/overview/">Consensus Theory Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/requirements/">Requirements</a></h1>
|
||||
<p><b>1</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/requirements/overview/" class="internal-link" data-src="/requirements/overview/">Logos Network Requirements Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/requirements/">Requirements</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/role/">Role</a></h1>
|
||||
<p><b>1</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roles/distributed-systems-researcher/" class="internal-link" data-src="/roles/distributed-systems-researcher/">Open Role: Distributed Systems Researcher</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/role/">Role</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
64
tags/index.xml
Normal file
64
tags/index.xml
Normal file
@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on </title>
|
||||
<link>https://roadmap.logos.co/tags/</link>
|
||||
<description>Recent content in Tags on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>candidate</title>
|
||||
<link>https://roadmap.logos.co/tags/candidate/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/candidate/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>consensus</title>
|
||||
<link>https://roadmap.logos.co/tags/consensus/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/consensus/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>development</title>
|
||||
<link>https://roadmap.logos.co/tags/development/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/development/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>requirements</title>
|
||||
<link>https://roadmap.logos.co/tags/requirements/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/requirements/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>role</title>
|
||||
<link>https://roadmap.logos.co/tags/role/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/role/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>theory</title>
|
||||
<link>https://roadmap.logos.co/tags/theory/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/theory/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
279
tags/requirements/index.html
Normal file
279
tags/requirements/index.html
Normal file
@ -0,0 +1,279 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
requirements
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Tag: requirements</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/requirements/overview/" class="internal-link" data-src="/requirements/overview/">Logos Network Requirements Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/requirements/">Requirements</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
19
tags/requirements/index.xml
Normal file
19
tags/requirements/index.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>requirements on </title>
|
||||
<link>https://roadmap.logos.co/tags/requirements/</link>
|
||||
<description>Recent content in requirements on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/tags/requirements/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Logos Network Requirements Overview</title>
|
||||
<link>https://roadmap.logos.co/requirements/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/requirements/overview/</guid>
|
||||
<description>This document describes the requirements of the Logos Network.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
1
tags/requirements/page/1/index.html
Normal file
1
tags/requirements/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/requirements/</title><link rel="canonical" href="https://roadmap.logos.co/tags/requirements/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/requirements/" /></head></html>
|
279
tags/role/index.html
Normal file
279
tags/role/index.html
Normal file
@ -0,0 +1,279 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
role
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Tag: role</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roles/distributed-systems-researcher/" class="internal-link" data-src="/roles/distributed-systems-researcher/">Open Role: Distributed Systems Researcher</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/role/">Role</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
20
tags/role/index.xml
Normal file
20
tags/role/index.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>role on </title>
|
||||
<link>https://roadmap.logos.co/tags/role/</link>
|
||||
<description>Recent content in role on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/tags/role/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Open Role: Distributed Systems Researcher</title>
|
||||
<link>https://roadmap.logos.co/roles/distributed-systems-researcher/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roles/distributed-systems-researcher/</guid>
|
||||
<description>About Status Status is building the tools and infrastructure for the advancement of a secure, private, and open web3.
|
||||
With the high level goals of preserving the right to privacy, mitigating the risk of censorship, and promoting economic trade in a transparent, open manner, Status is building a community where anyone is welcome to join and contribute.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
1
tags/role/page/1/index.html
Normal file
1
tags/role/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/role/</title><link rel="canonical" href="https://roadmap.logos.co/tags/role/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/role/" /></head></html>
|
301
tags/theory/index.html
Normal file
301
tags/theory/index.html
Normal file
@ -0,0 +1,301 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
theory
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://roadmap.logos.co//icon.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles.7fdbd93987bfba941d84b8a4050caaba.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
<link href="https://roadmap.logos.co/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css" rel="stylesheet" id="theme-link">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/darkmode.4ee460c38f180dd44f1565712a1f3c8a.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/util.9825137f5e7825e8553c68ce39ac9e44.min.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js" integrity="sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="https://unpkg.com/@floating-ui/core@0.7.3"></script>
|
||||
<script src="https://unpkg.com/@floating-ui/dom@0.5.4"></script>
|
||||
|
||||
<script src="https://roadmap.logos.co/js/popover.37b1455b8f0603154072b9467132c659.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/code-title.b35124ad8db0ba37162b886afb711cbc.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/clipboard.c20857734e53a3fb733b7443879efa61.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.439c57b67f5116ce42f58dc01bf58697.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.c2b94be74a9a6648c0a3cdc995eafa7c.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
index,
|
||||
links,
|
||||
content,
|
||||
}))
|
||||
|
||||
const render = () => {
|
||||
|
||||
|
||||
const siteBaseURL = new URL(BASE_URL);
|
||||
const pathBase = siteBaseURL.pathname;
|
||||
const pathWindow = window.location.pathname;
|
||||
const isHome = pathBase == pathWindow;
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
|
||||
|
||||
addCollapsibleCallouts();
|
||||
|
||||
|
||||
|
||||
initPopover(
|
||||
"https://roadmap.logos.co",
|
||||
true ,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
|
||||
const footer = document.getElementById("footer")
|
||||
if (footer) {
|
||||
const container = document.getElementById("graph-container")
|
||||
|
||||
if (!container) return requestAnimationFrame(render)
|
||||
|
||||
container.textContent = ""
|
||||
|
||||
const drawGlobal = isHome && false ;
|
||||
drawGraph(
|
||||
"https://roadmap.logos.co",
|
||||
drawGlobal,
|
||||
[{"/moc":"#4388cc"}],
|
||||
drawGlobal ? {"centerForce":1,"depth":-1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.5,"linkDistance":1,"opacityScale":3,"repelForce":1,"scale":1.4} : {"centerForce":1,"depth":1,"enableDrag":true,"enableLegend":false,"enableZoom":true,"fontSize":0.6,"linkDistance":1,"opacityScale":3,"repelForce":2,"scale":1.2}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const init = (doc = document) => {
|
||||
|
||||
addCopyButtons();
|
||||
|
||||
|
||||
addTitleToCodeBlocks();
|
||||
renderMathInElement(doc.body, {
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
throwOnError : false
|
||||
});
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J"></script>
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-XYFD95KB4J', { 'anonymize_ip': false });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script defer src="https://roadmap.logos.co/js/semantic-search.d4032d4a6a967938235ae76d08a55b46.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<div class="singlePage">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title"><a href="https://roadmap.logos.co/">Logos Technical Roadmap</a></h1>
|
||||
<div class="spacer"></div>
|
||||
<div id="search-icon">
|
||||
<p>Search</p>
|
||||
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">Icon to open search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
||||
</div>
|
||||
<div class='darkmode'>
|
||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1">
|
||||
<label id="toggle-label-light" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="dayIcon" x="0px" y="0px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve">
|
||||
<title>Light Mode</title>
|
||||
<path d="M6,17.5C6,16.672,5.328,16,4.5,16h-3C0.672,16,0,16.672,0,17.5 S0.672,19,1.5,19h3C5.328,19,6,18.328,6,17.5z M7.5,26c-0.414,0-0.789,0.168-1.061,0.439l-2,2C4.168,28.711,4,29.086,4,29.5 C4,30.328,4.671,31,5.5,31c0.414,0,0.789-0.168,1.06-0.44l2-2C8.832,28.289,9,27.914,9,27.5C9,26.672,8.329,26,7.5,26z M17.5,6 C18.329,6,19,5.328,19,4.5v-3C19,0.672,18.329,0,17.5,0S16,0.672,16,1.5v3C16,5.328,16.671,6,17.5,6z M27.5,9 c0.414,0,0.789-0.168,1.06-0.439l2-2C30.832,6.289,31,5.914,31,5.5C31,4.672,30.329,4,29.5,4c-0.414,0-0.789,0.168-1.061,0.44 l-2,2C26.168,6.711,26,7.086,26,7.5C26,8.328,26.671,9,27.5,9z M6.439,8.561C6.711,8.832,7.086,9,7.5,9C8.328,9,9,8.328,9,7.5 c0-0.414-0.168-0.789-0.439-1.061l-2-2C6.289,4.168,5.914,4,5.5,4C4.672,4,4,4.672,4,5.5c0,0.414,0.168,0.789,0.439,1.06 L6.439,8.561z M33.5,16h-3c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h3c0.828,0,1.5-0.672,1.5-1.5S34.328,16,33.5,16z M28.561,26.439C28.289,26.168,27.914,26,27.5,26c-0.828,0-1.5,0.672-1.5,1.5c0,0.414,0.168,0.789,0.439,1.06l2,2 C28.711,30.832,29.086,31,29.5,31c0.828,0,1.5-0.672,1.5-1.5c0-0.414-0.168-0.789-0.439-1.061L28.561,26.439z M17.5,29 c-0.829,0-1.5,0.672-1.5,1.5v3c0,0.828,0.671,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-3C19,29.672,18.329,29,17.5,29z M17.5,7 C11.71,7,7,11.71,7,17.5S11.71,28,17.5,28S28,23.29,28,17.5S23.29,7,17.5,7z M17.5,25c-4.136,0-7.5-3.364-7.5-7.5 c0-4.136,3.364-7.5,7.5-7.5c4.136,0,7.5,3.364,7.5,7.5C25,21.636,21.636,25,17.5,25z" />
|
||||
</svg>
|
||||
</label>
|
||||
<label id="toggle-label-dark" for='darkmode-toggle' tabindex="-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="nightIcon" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background='new 0 0 100 100'" xml:space="preserve">
|
||||
<title>Dark Mode</title>
|
||||
<path d="M96.76,66.458c-0.853-0.852-2.15-1.064-3.23-0.534c-6.063,2.991-12.858,4.571-19.655,4.571 C62.022,70.495,50.88,65.88,42.5,57.5C29.043,44.043,25.658,23.536,34.076,6.47c0.532-1.08,0.318-2.379-0.534-3.23 c-0.851-0.852-2.15-1.064-3.23-0.534c-4.918,2.427-9.375,5.619-13.246,9.491c-9.447,9.447-14.65,22.008-14.65,35.369 c0,13.36,5.203,25.921,14.65,35.368s22.008,14.65,35.368,14.65c13.361,0,25.921-5.203,35.369-14.65 c3.872-3.871,7.064-8.328,9.491-13.246C97.826,68.608,97.611,67.309,96.76,66.458z" />
|
||||
</svg>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<article>
|
||||
<h1>Tag: theory</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/overview/" class="internal-link" data-src="/roadmap/consensus/theory/overview/">Consensus Theory Work</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 19, 2022
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/consensus/theory/snow-family/" class="internal-link" data-src="/roadmap/consensus/theory/snow-family/">Theoretical Analysis of the Snow Family of Consensus Protocols</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/consensus/">Consensus</a></li>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/theory/">Theory</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2022</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://roadmap.logos.co/">Home</a></li>
|
||||
<li><a href="https://github.com/logos-co/roadmap">Github</a></li></ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
28
tags/theory/index.xml
Normal file
28
tags/theory/index.xml
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>theory on </title>
|
||||
<link>https://roadmap.logos.co/tags/theory/</link>
|
||||
<description>Recent content in theory on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://roadmap.logos.co/tags/theory/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Consensus Theory Work</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/theory/overview/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/theory/overview/</guid>
|
||||
<description>This track of work is dedicated to creating theoretical models of distributed consensus in order to evaluate them from a mathematical standpoint.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Theoretical Analysis of the Snow Family of Consensus Protocols</title>
|
||||
<link>https://roadmap.logos.co/roadmap/consensus/theory/snow-family/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/consensus/theory/snow-family/</guid>
|
||||
<description>In order to evaluate the properties of the Avalanche family of consensus protocols more rigorously than the original whitepapers, we work to create an analytical framework to explore and better understand the theoretical boundaries of the underlying protocols, and under what parameterization they will break vs a set of adversarial strategies</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
1
tags/theory/page/1/index.html
Normal file
1
tags/theory/page/1/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/theory/</title><link rel="canonical" href="https://roadmap.logos.co/tags/theory/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/theory/" /></head></html>
|
Loading…
x
Reference in New Issue
Block a user