mirror of https://github.com/logos-co/roadmap.git
Update documentation
This commit is contained in:
parent
5a69d02a6d
commit
a0c951661f
10
404.html
10
404.html
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -233,13 +239,31 @@
|
|||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/vac-updates/">Vac updates</a></h1>
|
||||
<p><b>4</b> notes with this tag </p>
|
||||
<p><b>5</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/" class="internal-link" data-src="/roadmap/vac/updates/2023-08-07/">2023-08-07 Vac weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/vac-updates/">Vac-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 17, 2023
|
||||
|
||||
|
||||
|
@ -312,6 +336,69 @@ Jul 10, 2023
|
|||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos updates</a></h1>
|
||||
<p><b>3</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/" class="internal-link" data-src="/roadmap/nomos/updates/2023-08-07/">2023-08-07 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 24, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-24/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-24/">2023-07-24 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-31/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-31/">2023-07-31 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/codex-updates/">Codex updates</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
|
@ -402,51 +489,6 @@ Aug 2, 2023
|
|||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos updates</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">
|
||||
|
||||
Jul 24, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-24/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-24/">2023-07-24 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-31/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-31/">2023-07-31 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/waku-updates/">Waku updates</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
|
@ -519,6 +561,33 @@ Aug 3, 2023
|
|||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/milestones-overview/">Milestones overview</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 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/codex/milestones-overview/" class="internal-link" data-src="/roadmap/codex/milestones-overview/">Codex Milestones Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/milestones-overview/">Milestones-Overview</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
|
106
index.html
106
index.html
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.92.2" />
|
||||
<meta name="generator" content="Hugo 0.117.0">
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
|
@ -92,18 +92,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -176,6 +181,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -266,8 +272,7 @@
|
|||
|
||||
<a href="https://logos.co" rel="noopener">Logos Collective Site</a>.</p>
|
||||
<a href="#navigation"><h2 id="navigation"><span class="hanchor" ariaLabel="Anchor"># </span>Navigation</h2></a>
|
||||
<ul>
|
||||
<li>Research and Development Updates
|
||||
<a href="#waku"><h3 id="waku"><span class="hanchor" ariaLabel="Anchor"># </span>Waku</h3></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
@ -276,9 +281,9 @@
|
|||
|
||||
|
||||
<a
|
||||
href="/tags/vac-updates/"
|
||||
href="/roadmap/waku/milestones-overview/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/tags/vac-updates/">Vac updates</a></li>
|
||||
data-src="/roadmap/waku/milestones-overview/">Milestones</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
@ -288,7 +293,20 @@
|
|||
<a
|
||||
href="/tags/waku-updates/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/tags/waku-updates/">Waku updates</a></li>
|
||||
data-src="/tags/waku-updates/">weekly updates</a></li>
|
||||
</ul>
|
||||
<a href="#codex"><h3 id="codex"><span class="hanchor" ariaLabel="Anchor"># </span>Codex</h3></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/roadmap/codex/milestones-overview/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/roadmap/codex/milestones-overview/">Milestones</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
@ -298,7 +316,20 @@
|
|||
<a
|
||||
href="/tags/codex-updates/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/tags/codex-updates/">Codex updates</a></li>
|
||||
data-src="/tags/codex-updates/">weekly updates</a></li>
|
||||
</ul>
|
||||
<a href="#nomos"><h3 id="nomos"><span class="hanchor" ariaLabel="Anchor"># </span>Nomos</h3></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="roadmap/nomos/milestones-overview">Milestones</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
@ -308,7 +339,43 @@
|
|||
<a
|
||||
href="/tags/nomos-updates/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/tags/nomos-updates/">Nomos updates</a></li>
|
||||
data-src="/tags/nomos-updates/">weekly updates</a></li>
|
||||
</ul>
|
||||
<a href="#vac"><h3 id="vac"><span class="hanchor" ariaLabel="Anchor"># </span>Vac</h3></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="roadmap/vac/milestones-overview">Milestones</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/tags/vac-updates/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/tags/vac-updates/">weekly updates</a></li>
|
||||
</ul>
|
||||
<a href="#innovation-lab"><h3 id="innovation-lab"><span class="hanchor" ariaLabel="Anchor"># </span>Innovation Lab</h3></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="roadmap/innovation_lab/milestones_overview">Milestones</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
@ -318,7 +385,20 @@
|
|||
<a
|
||||
href="/tags/ilab-updates/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/tags/ilab-updates/">Innovation Lab updates</a></li>
|
||||
data-src="/tags/ilab-updates/">weekly updates</a></li>
|
||||
</ul>
|
||||
<a href="#comms-acid-info"><h3 id="comms-acid-info"><span class="hanchor" ariaLabel="Anchor"># </span>Comms (Acid Info)</h3></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
|
||||
rel="noopener" class="internal-link broken"
|
||||
data-src="roadmap/acid/milestones-overview">Milestones</a></li>
|
||||
<li>
|
||||
|
||||
|
||||
|
@ -328,9 +408,7 @@
|
|||
<a
|
||||
href="/tags/acid-updates/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/tags/acid-updates/">Comms updates</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
data-src="/tags/acid-updates/">weekly updates</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
63
index.xml
63
index.xml
|
@ -6,6 +6,51 @@
|
|||
<description>Recent content in Logos Technical Roadmap and Activity 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>2023-08-07 Nomos weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/</guid>
|
||||
<description>Nomos weekly report Network implementation and Mixnet: Research Researched the Nym mixnet architecture in depth in order to design our prototype architecture.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>2023-08-07 Vac weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/</guid>
|
||||
<description>More info on Vac Milestones, including due date and progress (currently working on this, some milestones do not have the new format yet, first version planned for this week): https://www.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Codex Milestones Overview</title>
|
||||
<link>https://roadmap.logos.co/roadmap/codex/milestones-overview/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/codex/milestones-overview/</guid>
|
||||
<description>Milestones </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Milestone: Waku Network supports 10k Users</title>
|
||||
<link>https://roadmap.logos.co/roadmap/waku/milestone-waku-10-users/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/waku/milestone-waku-10-users/</guid>
|
||||
<description>%%{ init: { 'theme': 'base', 'themeVariables': { 'primaryColor': '#BB2528', 'primaryTextColor': '#fff', 'primaryBorderColor': '#7C0000', 'lineColor': '#F8B229', 'secondaryColor': '#006100', 'tertiaryColor': '#fff' } } }%% gantt dateFormat YYYY-MM-DD section Scaling 10k Users :done, 2023-01-20, 2023-07-31 Completion Deliverable TBD</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Waku Milestones Overview</title>
|
||||
<link>https://roadmap.logos.co/roadmap/waku/milestones-overview/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/waku/milestones-overview/</guid>
|
||||
<description> Waku Network support for 10k users </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>2023-08-02 Acid weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/acid/updates/2023-08-02/</link>
|
||||
|
@ -13,7 +58,7 @@
|
|||
|
||||
<guid>https://roadmap.logos.co/roadmap/acid/updates/2023-08-02/</guid>
|
||||
<description>Leads roundup - acid Al / Comms
|
||||
Status app relaunch comms campaign plan in the works. Approx. date for launch 31.</description>
|
||||
Status app relaunch comms campaign plan in the works. Approx. date for launch 31.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -24,7 +69,7 @@
|
|||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-24/</guid>
|
||||
<description>NOTE: This is a first experimental version moving towards the new reporting structure:
|
||||
Last week
|
||||
vc vc::Deep Research milestone (15%, 2023/11/30) paper on gossipsub improvements ready for submission related work section milestone (15%, 2023/08/31) Nimbus Tor-push PoC basic torpush encode/decode ( https://github.</description>
|
||||
vc vc::Deep Research milestone (15%, 2023/11/30) paper on gossipsub improvements ready for submission related work section milestone (15%, 2023/08/31) Nimbus Tor-push PoC basic torpush encode/decode ( https://github.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -42,7 +87,7 @@ Last week
|
|||
<pubDate>Tue, 01 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/codex/updates/2023-08-01/</guid>
|
||||
<description>Codex update Aug 1st Client Milestone: Merkelizing block data Initial design writeup https://github.com/codex-storage/codex-research/blob/master/design/metadata-overhead.md Work break down and review for Ben and Tomasz (epic coming up) This is required to integrate the proving system Milestone: Block discovery and retrieval Some initial work break down and milestones here - https://docs.</description>
|
||||
<description>Codex update Aug 1st Client Milestone: Merkelizing block data Initial design writeup https://github.com/codex-storage/codex-research/blob/master/design/metadata-overhead.md Work break down and review for Ben and Tomasz (epic coming up) This is required to integrate the proving system Milestone: Block discovery and retrieval Some initial work break down and milestones here - https://docs.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -54,7 +99,7 @@ Last week
|
|||
<description>Nomos 31st July
|
||||
[Network implementation and Mixnet]:
|
||||
Research
|
||||
Initial analysis on the mixnet Proof of Concept (PoC) was performed, assessing components like Sphinx for packets and delay-forwarder.</description>
|
||||
Initial analysis on the mixnet Proof of Concept (PoC) was performed, assessing components like Sphinx for packets and delay-forwarder.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -63,7 +108,7 @@ Research
|
|||
<pubDate>Mon, 31 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-31/</guid>
|
||||
<description>vc::Deep Research milestone (20%, 2023/11/30) paper on gossipsub improvements ready for submission proposed solution section milestone (15%, 2023/08/31) Nimbus Tor-push PoC establishing torswitch and testing code milestone (15%, 2023/11/30) paper on Tor push validator privacy addressed feedback on current version of paper vsu::P2P nim-libp2p: (100%, 2023/07/31) GossipSub optimizations for ETH&rsquo;s EIP-4844 Merged IDontWant ( https://github.</description>
|
||||
<description>vc::Deep Research milestone (20%, 2023/11/30) paper on gossipsub improvements ready for submission proposed solution section milestone (15%, 2023/08/31) Nimbus Tor-push PoC establishing torswitch and testing code milestone (15%, 2023/11/30) paper on Tor push validator privacy addressed feedback on current version of paper vsu::P2P nim-libp2p: (100%, 2023/07/31) GossipSub optimizations for ETH&rsquo;s EIP-4844 Merged IDontWant ( https://github.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -72,7 +117,7 @@ Research
|
|||
<pubDate>Mon, 31 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/waku/updates/2023-07-31/</guid>
|
||||
<description>Docs Milestone: Docs general improvement/incorporating feedback (continuous) next: rewrite docs in British English Milestone: Running nwaku in the cloud next: publish guides for Digital Ocean, Oracle, Fly.</description>
|
||||
<description>Docs Milestone: Docs general improvement/incorporating feedback (continuous) next: rewrite docs in British English Milestone: Running nwaku in the cloud next: publish guides for Digital Ocean, Oracle, Fly.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -82,7 +127,7 @@ Research
|
|||
|
||||
<guid>https://roadmap.logos.co/roadmap/nomos/updates/2023-07-24/</guid>
|
||||
<description>Research
|
||||
Milestone 1: Understanding Data Availability (DA) Problem High-level exploration and discussion on data availability problems in a collaborative offsite meeting in Paris.</description>
|
||||
Milestone 1: Understanding Data Availability (DA) Problem High-level exploration and discussion on data availability problems in a collaborative offsite meeting in Paris.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -111,7 +156,7 @@ Our main milestone is to have a fully functional testnet with the marketplace an
|
|||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-17/</guid>
|
||||
<description>Last week
|
||||
vc Vac day in Paris (13th) vc::Deep Research working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus: setting up goerli nim-eth2 node working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Paris offsite Paris (all CCs) vsu::Tokenomics Bugs found and solved in the SNT staking contract attend events in Paris vsu::Distributed Systems Testing Events in Paris QoS on all four infras Continue work on theoretical gossipsub analysis (varying regular graph sizes) Peer extraction using WLS (almost finished) Discv5 testing Wakurtosis CI improvements Provide offline data vip::zkVM onboarding new researcher Prepared and presented ZKVM work during VAC offsite Deep research on Nova vs Stark in terms of performance and related open questions researching Sangria Worked on NEscience document ( https://www.</description>
|
||||
vc Vac day in Paris (13th) vc::Deep Research working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus: setting up goerli nim-eth2 node working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Paris offsite Paris (all CCs) vsu::Tokenomics Bugs found and solved in the SNT staking contract attend events in Paris vsu::Distributed Systems Testing Events in Paris QoS on all four infras Continue work on theoretical gossipsub analysis (varying regular graph sizes) Peer extraction using WLS (almost finished) Discv5 testing Wakurtosis CI improvements Provide offline data vip::zkVM onboarding new researcher Prepared and presented ZKVM work during VAC offsite Deep research on Nova vs Stark in terms of performance and related open questions researching Sangria Worked on NEscience document ( https://www.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -129,7 +174,7 @@ Our main milestone is to have a fully functional testnet with the marketplace an
|
|||
<pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-10/</guid>
|
||||
<description>vc::Deep Research refined deep research roadmaps https://github.com/vacp2p/research/issues/190, https://github.com/vacp2p/research/issues/192 working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Prepared Paris talks Implemented perf protocol to compare the performances with other libp2ps https://github.</description>
|
||||
<description>vc::Deep Research refined deep research roadmaps https://github.com/vacp2p/research/issues/190, https://github.com/vacp2p/research/issues/192 working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Prepared Paris talks Implemented perf protocol to compare the performances with other libp2ps https://github.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
const addCollapsibleCallouts=()=>{const a=document.querySelectorAll("blockquote.callout-collapsible");a.forEach(a=>a.addEventListener('click',a=>{a.currentTarget.classList.toggle("callout-collapsed")}))}
|
||||
const addCollapsibleCallouts=()=>{const e=document.querySelectorAll("blockquote.callout-collapsible");e.forEach(e=>e.addEventListener("click",e=>{e.currentTarget.classList.toggle("callout-collapsed")}))}
|
|
@ -1 +1,2 @@
|
|||
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)}}
|
||||
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 e=document.getElementsByClassName("highlight");for(let n=0;n<e.length;n++){if(e[n].getElementsByClassName("clipboard-button").length)continue;let s=e[n].getElementsByTagName("code"),o=s[s.length-1];const t=document.createElement("button");t.className="clipboard-button",t.type="button",t.innerHTML=svgCopy,t.addEventListener("click",()=>{navigator.clipboard.writeText(o.innerText.replace(/\n\n/g,`
|
||||
`)).then(()=>{t.blur(),t.innerHTML=svgCheck,setTimeout(()=>{t.innerHTML=svgCopy,t.style.borderColor=""},2e3)},e=>t.innerHTML="Error")});let i=e[n].getElementsByClassName("chroma")[0];e[n].insertBefore(t,i)}}
|
|
@ -1 +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)}}
|
||||
function addTitleToCodeBlocks(){for(var t=document.getElementsByClassName("highlight"),e=0;e<t.length;e++)if(t[e].title.length){let n=document.createElement("div");if(t[e].getElementsByClassName("code-title").length)continue;n.textContent=t[e].title,n.classList.add("code-title"),t[e].insertBefore(n,t[e].firstChild)}}
|
|
@ -1 +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)})
|
||||
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=e=>{e.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 e=document.querySelector("#darkmode-toggle");e.addEventListener("change",switchTheme,!1),currentTheme==="dark"&&(e.checked=!0)})
|
|
@ -1,9 +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")}))})})}
|
||||
function htmlToElement(e){const t=document.createElement("template");return e=e.trim(),t.innerHTML=e,t.content.firstChild}function initPopover(e,t,n){const s=e.replace(window.location.origin,"");fetchData.then(({content:e})=>{const o=[...document.getElementsByClassName("internal-link")];o.filter(e=>e.dataset.src||e.dataset.idx&&t).forEach(t=>{var o;if(t.dataset.ctx){const n=e[t.dataset.src],s=`<div class="popover">
|
||||
<h3>${n.title}</h3>
|
||||
<p>${highlight(removeMarkdown(n.content),t.dataset.ctx)}...</p>
|
||||
<p class="meta">${new Date(n.lastmodified).toLocaleDateString()}</p>
|
||||
</div>`;o=htmlToElement(s)}else{const n=e[t.dataset.src.replace(/\/$/g,"").replace(s,"")];if(n){const e=`<div class="popover">
|
||||
<h3>${n.title}</h3>
|
||||
<p>${removeMarkdown(n.content).split(" ",20).join(" ")}...</p>
|
||||
<p class="meta">${new Date(n.lastmodified).toLocaleDateString()}</p>
|
||||
</div>`;o=htmlToElement(e)}}o&&(t.appendChild(o),n&&renderMathInElement(o,{delimiters:[{left:"$$",right:"$$",display:!1},{left:"$",right:"$",display:!1},{left:"\\(",right:"\\)",display:!1},{left:"\\[",right:"\\]",display:!1}],throwOnError:!1}),t.addEventListener("mouseover",()=>{window.FloatingUIDOM.computePosition(t,o,{middleware:[window.FloatingUIDOM.offset(10),window.FloatingUIDOM.inline(),window.FloatingUIDOM.shift()]}).then(({x:e,y:t})=>{Object.assign(o.style,{left:`${e}px`,top:`${t}px`})}),o.classList.add("visible")}),t.addEventListener("mouseout",()=>{o.classList.remove("visible")}))})})}
|
|
@ -1 +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)}
|
||||
import{apply,navigate,prefetch,router,}from"https://unpkg.com/million@1.11.5/dist/router.mjs";export const attachSPARouting=(e,t)=>{window.Million={apply,navigate,prefetch,router};const n=()=>requestAnimationFrame(t);window.addEventListener("DOMContentLoaded",()=>{apply(t=>e(t)),e(),router(".singlePage"),n()}),window.addEventListener("million:navigate",n)}
|
|
@ -1 +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))}))
|
||||
const apiKey="e1ec9cdc-56d2-420e-a5bd-c6019af4be58";async function searchContents(e){const t=await fetch("https://prod.operand.ai/v3/search/objects",{method:"POST",headers:{"Content-Type":"application/json",Authorization:apiKey},body:JSON.stringify({query:e,max:10})});return await t.json()}function debounce(e,t=200){let n;return(...s)=>{clearTimeout(n),n=setTimeout(()=>{e.apply(this,s)},t)}}registerHandlers(debounce(e=>{term=e.target.value,term!==""&&searchContents(term).then(e=>e.results.map(e=>({url:e.object.properties.url,content:e.snippet,title:e.object.metadata.title}))).then(e=>displayResults(e))}))
|
|
@ -1,7 +1,13 @@
|
|||
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">
|
||||
const removeMarkdown=(e,t={listUnicodeChar:!1,stripListLeaders:!0,gfm:!0,useImgAltText:!1,preserveLinks:!1})=>{let n=e||"";n=n.replace(/^(-\s*?|\*\s*?|_\s*?){3,}\s*$/gm,"");try{t.stripListLeaders&&(t.listUnicodeChar?n=n.replace(/^([\s\t]*)([*\-+]|\d+\.)\s+/gm,t.listUnicodeChar+" $1"):n=n.replace(/^([\s\t]*)([*\-+]|\d+\.)\s+/gm,"$1")),t.gfm&&(n=n.replace(/\n={2,}/g,`
|
||||
`).replace(/~{3}.*\n/g,"").replace(/~~/g,"").replace(/`{3}.*\n/g,"")),t.preserveLinks&&(n=n.replace(/\[(.*?)\][[(](.*?)[\])]/g,"$1 ($2)")),n=n.replace(/<[^>]*>/g,"").replace(/^[=-]{2,}\s*$/g,"").replace(/\[\^.+?\](: .*?$)?/g,"").replace(/(#{1,6})\s+(.+)\1?/g,"<b>$2</b>").replace(/\s{0,2}\[.*?\]: .*?$/g,"").replace(/!\[(.*?)\][[(].*?[\])]/g,t.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,`
|
||||
|
||||
`).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,`
|
||||
|
||||
`).replace(/\[![a-zA-Z]+\][-+]? /g,"")}catch(t){return console.error(t),e}return n},highlight=(e,t)=>{const n=20,o=e.indexOf(t);if(o!==-1){const s=n,i=e.substring(0,o).split(" ").slice(-s),a=e.substring(o+t.length,e.length-2).split(" ").slice(0,s);return(i.length==s?`...${i.join(" ")}`:i.join(" "))+`<span class="search-highlight">${t}</span>`+a.join(" ")}const u=t.split(/\s+/).filter(e=>e!==""),s=e.split(/\s+/).filter(e=>e!==""),a=e=>u.some(t=>e.toLowerCase().startsWith(t.toLowerCase())),r=s.map(a);let c=0,l=0;for(let e=0;e<Math.max(r.length-n,0);e++){const s=r.slice(e,e+n),t=s.reduce((e,t)=>e+t,0);t>=c&&(c=t,l=e)}const i=Math.max(l-n,0),d=Math.min(i+2*n,s.length),h=s.slice(i,d).map(e=>a(e)?`<span class="search-highlight">${e}</span>`:e).join(" ").replaceAll('</span> <span class="search-highlight">'," ");return`${i===0?"":"..."}${h}${d===s.length?"":"..."}`},resultToHTML=({url:e,title:t,content:n})=>`<button class="result-card" id="${e}">
|
||||
<h3>${t}</h3>
|
||||
<p>${n}</p>
|
||||
</button>`,redir=(e,t)=>{window.Million.navigate(new URL(`${BASE_URL.replace(/\/$/g,"")}${e}#:~:text=${encodeURIComponent(t)}/`),".singlePage"),closeSearch()};function openSearch(){const t=document.getElementById("search-bar"),n=document.getElementById("results-container"),e=document.getElementById("search-container");e.style.display==="none"||e.style.display===""?(t.value="",n.innerHTML="",e.style.display="block",t.focus()):e.style.display="none"}function closeSearch(){const e=document.getElementById("search-container");e.style.display="none"}const registerHandlers=e=>{const t=document.getElementById("search-bar"),s=document.getElementById("search-container");let o;t.addEventListener("keyup",e=>{if(e.key==="Enter"){const e=document.getElementsByClassName("result-card")[0];redir(e.id,o)}}),t.addEventListener("input",e),document.addEventListener("keydown",e=>{e.key==="k"&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),openSearch()),e.key==="Escape"&&(e.preventDefault(),closeSearch())});const n=document.getElementById("search-icon");n.addEventListener("click",e=>{openSearch()}),n.addEventListener("keydown",e=>{openSearch()}),s.addEventListener("click",e=>{closeSearch()}),document.getElementById("search-space").addEventListener("click",e=>{e.stopPropagation()})},displayResults=(e,t=!1)=>{const n=document.getElementById("results-container");if(e.length===0)n.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)})}}
|
||||
</button>`;else{n.innerHTML=e.map(e=>resultToHTML(t?{url:e.url,title:highlight(e.title,term),content:highlight(removeMarkdown(e.content),term)}:e)).join(`
|
||||
`);const s=[...document.getElementsByClassName("result-card")];s.forEach(e=>{e.onclick=()=>redir(e.id,term)})}}
|
83
linkmap
83
linkmap
|
@ -1,46 +1,51 @@
|
|||
/private/notes/obsidian/index.{html} /private/notes/obsidian/
|
||||
/private/notes/preview-changes/index.{html} /private/notes/preview-changes/
|
||||
/private/notes/config/index.{html} /private/notes/config/
|
||||
/private/roadmap/consensus/candidates/claro/index.{html} /private/roadmap/consensus/candidates/claro/
|
||||
/roadmap/nomos/updates/2023-07-24/index.{html} /roadmap/nomos/updates/2023-07-24/
|
||||
/roadmap/vac/updates/2023-07-10/index.{html} /roadmap/vac/updates/2023-07-10/
|
||||
/private/roles/rust-developer/index.{html} /private/roles/rust-developer/
|
||||
/roadmap/innovation_lab/updates/2023-07-12/index.{html} /roadmap/innovation_lab/updates/2023-07-12/
|
||||
/roadmap/vac/updates/2023-07-24/index.{html} /roadmap/vac/updates/2023-07-24/
|
||||
/private/notes/callouts/index.{html} /private/notes/callouts/
|
||||
/private/notes/editing/index.{html} /private/notes/editing/
|
||||
/private/notes/updating/index.{html} /private/notes/updating/
|
||||
/private/requirements/overview/index.{html} /private/requirements/overview/
|
||||
/private/roadmap/networking/status-waku-kurtosis/index.{html} /private/roadmap/networking/status-waku-kurtosis/
|
||||
/roadmap/codex/updates/2023-07-21/index.{html} /roadmap/codex/updates/2023-07-21/
|
||||
/roadmap/waku/updates/2023-07-31/index.{html} /roadmap/waku/updates/2023-07-31/
|
||||
/index.html /
|
||||
/private/notes/hosting/index.{html} /private/notes/hosting/
|
||||
/private/roadmap/consensus/candidates/carnot/overview/index.{html} /private/roadmap/consensus/candidates/carnot/overview/
|
||||
/private/roadmap/consensus/overview/index.{html} /private/roadmap/consensus/overview/
|
||||
/roadmap/vac/updates/2023-07-17/index.{html} /roadmap/vac/updates/2023-07-17/
|
||||
/private/notes/setup/index.{html} /private/notes/setup/
|
||||
/private/notes/troubleshooting/index.{html} /private/notes/troubleshooting/
|
||||
/private/roadmap/consensus/development/prototypes/index.{html} /private/roadmap/consensus/development/prototypes/
|
||||
/private/roadmap/consensus/theory/overview/index.{html} /private/roadmap/consensus/theory/overview/
|
||||
/roadmap/innovation_lab/updates/2023-08-02/index.{html} /roadmap/innovation_lab/updates/2023-08-02/
|
||||
/private/notes/ignore-notes/index.{html} /private/notes/ignore-notes/
|
||||
/private/roadmap/consensus/theory/snow-family/index.{html} /private/roadmap/consensus/theory/snow-family/
|
||||
/private/roadmap/networking/carnot-waku-specification/index.{html} /private/roadmap/networking/carnot-waku-specification/
|
||||
/private/roadmap/virtual-machines/overview/index.{html} /private/roadmap/virtual-machines/overview/
|
||||
/private/roadmap/consensus/development/overview/index.{html} /private/roadmap/consensus/development/overview/
|
||||
/private/roadmap/networking/status-network-agents/index.{html} /private/roadmap/networking/status-network-agents/
|
||||
/roadmap/codex/updates/2023-08-01/index.{html} /roadmap/codex/updates/2023-08-01/
|
||||
/roadmap/nomos/updates/2023-07-31/index.{html} /roadmap/nomos/updates/2023-07-31/
|
||||
/private/notes/custom-Domain/index.{html} /private/notes/custom-Domain/
|
||||
/private/notes/philosophy/index.{html} /private/notes/philosophy/
|
||||
/private/notes/showcase/index.{html} /private/notes/showcase/
|
||||
/private/notes/updating/index.{html} /private/notes/updating/
|
||||
/private/roadmap/consensus/candidates/carnot/FAQ/index.{html} /private/roadmap/consensus/candidates/carnot/FAQ/
|
||||
/roadmap/vac/updates/2023-07-31/index.{html} /roadmap/vac/updates/2023-07-31/
|
||||
/private/roadmap/consensus/theory/snow-family/index.{html} /private/roadmap/consensus/theory/snow-family/
|
||||
/roadmap/vac/updates/2023-07-24/index.{html} /roadmap/vac/updates/2023-07-24/
|
||||
/private/notes/editing/index.{html} /private/notes/editing/
|
||||
/private/notes/troubleshooting/index.{html} /private/notes/troubleshooting/
|
||||
/private/roadmap/consensus/theory/overview/index.{html} /private/roadmap/consensus/theory/overview/
|
||||
/private/roadmap/networking/status-network-agents/index.{html} /private/roadmap/networking/status-network-agents/
|
||||
/private/roadmap/virtual-machines/overview/index.{html} /private/roadmap/virtual-machines/overview/
|
||||
/private/roles/distributed-systems-researcher/index.{html} /private/roles/distributed-systems-researcher/
|
||||
/roadmap/innovation_lab/updates/2023-08-02/index.{html} /roadmap/innovation_lab/updates/2023-08-02/
|
||||
/private/notes/obsidian/index.{html} /private/notes/obsidian/
|
||||
/private/roadmap/consensus/candidates/carnot/overview/index.{html} /private/roadmap/consensus/candidates/carnot/overview/
|
||||
/private/roadmap/consensus/development/overview/index.{html} /private/roadmap/consensus/development/overview/
|
||||
/private/roadmap/networking/carnot-waku-specification/index.{html} /private/roadmap/networking/carnot-waku-specification/
|
||||
/private/roles/zero-knowledge-research-engineer/index.{html} /private/roles/zero-knowledge-research-engineer/
|
||||
/roadmap/acid/updates/2023-08-02/index.{html} /roadmap/acid/updates/2023-08-02/
|
||||
/roadmap/waku/updates/2023-07-24/index.{html} /roadmap/waku/updates/2023-07-24/
|
||||
/private/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/index.{html} /private/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/
|
||||
/private/notes/search/index.{html} /private/notes/search/
|
||||
/private/notes/custom-Domain/index.{html} /private/notes/custom-Domain/
|
||||
/private/notes/showcase/index.{html} /private/notes/showcase/
|
||||
/private/requirements/overview/index.{html} /private/requirements/overview/
|
||||
/private/roadmap/consensus/candidates/claro/index.{html} /private/roadmap/consensus/candidates/claro/
|
||||
/roadmap/codex/milestones-overview/index.{html} /roadmap/codex/milestones-overview/
|
||||
/roadmap/vac/updates/2023-08-07/index.{html} /roadmap/vac/updates/2023-08-07/
|
||||
/index.html /
|
||||
/private/notes/ignore-notes/index.{html} /private/notes/ignore-notes/
|
||||
/roadmap/codex/updates/2023-08-01/index.{html} /roadmap/codex/updates/2023-08-01/
|
||||
/roadmap/nomos/updates/2023-07-24/index.{html} /roadmap/nomos/updates/2023-07-24/
|
||||
/private/notes/config/index.{html} /private/notes/config/
|
||||
/private/roadmap/consensus/development/prototypes/index.{html} /private/roadmap/consensus/development/prototypes/
|
||||
/private/roadmap/networking/overview/index.{html} /private/roadmap/networking/overview/
|
||||
/private/roles/distributed-systems-researcher/index.{html} /private/roles/distributed-systems-researcher/
|
||||
/private/roles/rust-developer/index.{html} /private/roles/rust-developer/
|
||||
/roadmap/vac/updates/2023-07-10/index.{html} /roadmap/vac/updates/2023-07-10/
|
||||
/roadmap/waku/updates/2023-07-31/index.{html} /roadmap/waku/updates/2023-07-31/
|
||||
/roadmap/waku/milestones-overview/index.{html} /roadmap/waku/milestones-overview/
|
||||
/private/notes/philosophy/index.{html} /private/notes/philosophy/
|
||||
/private/notes/search/index.{html} /private/notes/search/
|
||||
/private/roadmap/consensus/overview/index.{html} /private/roadmap/consensus/overview/
|
||||
/private/roadmap/networking/status-waku-kurtosis/index.{html} /private/roadmap/networking/status-waku-kurtosis/
|
||||
/roadmap/codex/updates/2023-07-21/index.{html} /roadmap/codex/updates/2023-07-21/
|
||||
/roadmap/nomos/updates/2023-07-31/index.{html} /roadmap/nomos/updates/2023-07-31/
|
||||
/roadmap/waku/milestone-waku-10-users/index.{html} /roadmap/waku/milestone-waku-10-users/
|
||||
/private/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/index.{html} /private/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/
|
||||
/private/notes/callouts/index.{html} /private/notes/callouts/
|
||||
/private/notes/preview-changes/index.{html} /private/notes/preview-changes/
|
||||
/roadmap/innovation_lab/updates/2023-07-12/index.{html} /roadmap/innovation_lab/updates/2023-07-12/
|
||||
/roadmap/nomos/updates/2023-08-07/index.{html} /roadmap/nomos/updates/2023-08-07/
|
||||
/roadmap/vac/updates/2023-07-17/index.{html} /roadmap/vac/updates/2023-07-17/
|
||||
/roadmap/vac/updates/2023-07-31/index.{html} /roadmap/vac/updates/2023-07-31/
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta
|
||||
name="description"
|
||||
content="Leads roundup - acid Al / Comms
|
||||
Status app relaunch comms campaign plan in the works. Approx. date for launch 31."
|
||||
Status app relaunch comms campaign plan in the works. Approx. date for launch 31."
|
||||
/>
|
||||
<title>
|
||||
2023-08-02 Acid weekly
|
||||
|
@ -92,18 +92,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -176,6 +181,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -184,7 +190,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -390,7 +395,9 @@ Aug 3, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -0,0 +1,363 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Milestones "
|
||||
/>
|
||||
<title>
|
||||
Codex Milestones 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 type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.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>
|
||||
|
||||
|
||||
<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 Collective Technical Roadmap and Activity</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>Codex Milestones Overview</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/logos-co/roadmap/tree/hugo/content/roadmap/codex/milestones-overview.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/milestones-overview/">Milestones overview</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="#milestones"><h2 id="milestones"><span class="hanchor" ariaLabel="Anchor"># </span>Milestones</h2></a>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/" data-ctx="Milestones" data-src="/" class="internal-link">Logos Technical Roadmap and Activity</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 Collective using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2023</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>
|
||||
|
|
@ -92,18 +92,23 @@ Our main milestone is to have a fully functional testnet with the marketplace an
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -176,6 +181,7 @@ Our main milestone is to have a fully functional testnet with the marketplace an
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -184,7 +190,6 @@ Our main milestone is to have a fully functional testnet with the marketplace an
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -737,7 +742,9 @@ Jul 21, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Codex update Aug 1st Client Milestone: Merkelizing block data Initial design writeup https://github.com/codex-storage/codex-research/blob/master/design/metadata-overhead.md Work break down and review for Ben and Tomasz (epic coming up) This is required to integrate the proving system Milestone: Block discovery and retrieval Some initial work break down and milestones here - https://docs."
|
||||
content="Codex update Aug 1st Client Milestone: Merkelizing block data Initial design writeup https://github.com/codex-storage/codex-research/blob/master/design/metadata-overhead.md Work break down and review for Ben and Tomasz (epic coming up) This is required to integrate the proving system Milestone: Block discovery and retrieval Some initial work break down and milestones here - https://docs."
|
||||
/>
|
||||
<title>
|
||||
2023-08-01 Codex weekly
|
||||
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -183,7 +189,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -418,7 +423,9 @@ Aug 1, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -233,53 +239,49 @@
|
|||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 24, 2023
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/waku/updates/2023-07-24/" class="internal-link" data-src="/roadmap/waku/updates/2023-07-24/">2023-07-24 Waku weekly</a></h3>
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/waku/milestones-overview/" class="internal-link" data-src="/roadmap/waku/milestones-overview/">Waku Milestones Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/waku-updates/">Waku-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/waku/updates/2023-07-31/" class="internal-link" data-src="/roadmap/waku/updates/2023-07-31/">2023-07-31 Waku weekly</a></h3>
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/waku/milestone-waku-10-users/" class="internal-link" data-src="/roadmap/waku/milestone-waku-10-users/">Milestone: Waku Network supports 10k Users</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/waku-updates/">Waku-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 21, 2023
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/codex/updates/2023-07-21/" class="internal-link" data-src="/roadmap/codex/updates/2023-07-21/">2023-07-21 Codex weekly</a></h3>
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/codex/milestones-overview/" class="internal-link" data-src="/roadmap/codex/milestones-overview/">Codex Milestones Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/codex-updates/">Codex-Updates</a></li>
|
||||
<li><a href="https://roadmap.logos.co/tags/milestones-overview/">Milestones-Overview</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -287,30 +289,12 @@ Jul 21, 2023
|
|||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 24, 2023
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-24/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-24/">2023-07-24 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/vac/updates/2023-07-31/" class="internal-link" data-src="/roadmap/vac/updates/2023-07-31/">2023-07-31 Vac weekly</a></h3>
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/" class="internal-link" data-src="/roadmap/vac/updates/2023-08-07/">2023-08-07 Vac weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
@ -323,6 +307,24 @@ Jul 31, 2023
|
|||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/" class="internal-link" data-src="/roadmap/nomos/updates/2023-08-07/">2023-08-07 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,52 @@
|
|||
<description>Recent content in Roadmaps on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 03 Aug 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://roadmap.logos.co/roadmap/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Mon, 07 Aug 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://roadmap.logos.co/roadmap/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>2023-08-07 Nomos weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/</guid>
|
||||
<description>Nomos weekly report Network implementation and Mixnet: Research Researched the Nym mixnet architecture in depth in order to design our prototype architecture.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>2023-08-07 Vac weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/</guid>
|
||||
<description>More info on Vac Milestones, including due date and progress (currently working on this, some milestones do not have the new format yet, first version planned for this week): https://www.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Codex Milestones Overview</title>
|
||||
<link>https://roadmap.logos.co/roadmap/codex/milestones-overview/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/codex/milestones-overview/</guid>
|
||||
<description>Milestones </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Milestone: Waku Network supports 10k Users</title>
|
||||
<link>https://roadmap.logos.co/roadmap/waku/milestone-waku-10-users/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/waku/milestone-waku-10-users/</guid>
|
||||
<description>%%{ init: { 'theme': 'base', 'themeVariables': { 'primaryColor': '#BB2528', 'primaryTextColor': '#fff', 'primaryBorderColor': '#7C0000', 'lineColor': '#F8B229', 'secondaryColor': '#006100', 'tertiaryColor': '#fff' } } }%% gantt dateFormat YYYY-MM-DD section Scaling 10k Users :done, 2023-01-20, 2023-07-31 Completion Deliverable TBD</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Waku Milestones Overview</title>
|
||||
<link>https://roadmap.logos.co/roadmap/waku/milestones-overview/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/waku/milestones-overview/</guid>
|
||||
<description> Waku Network support for 10k users </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>2023-08-02 Acid weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/acid/updates/2023-08-02/</link>
|
||||
|
@ -14,7 +59,7 @@
|
|||
|
||||
<guid>https://roadmap.logos.co/roadmap/acid/updates/2023-08-02/</guid>
|
||||
<description>Leads roundup - acid Al / Comms
|
||||
Status app relaunch comms campaign plan in the works. Approx. date for launch 31.</description>
|
||||
Status app relaunch comms campaign plan in the works. Approx. date for launch 31.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -25,7 +70,7 @@
|
|||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-24/</guid>
|
||||
<description>NOTE: This is a first experimental version moving towards the new reporting structure:
|
||||
Last week
|
||||
vc vc::Deep Research milestone (15%, 2023/11/30) paper on gossipsub improvements ready for submission related work section milestone (15%, 2023/08/31) Nimbus Tor-push PoC basic torpush encode/decode ( https://github.</description>
|
||||
vc vc::Deep Research milestone (15%, 2023/11/30) paper on gossipsub improvements ready for submission related work section milestone (15%, 2023/08/31) Nimbus Tor-push PoC basic torpush encode/decode ( https://github.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -43,7 +88,7 @@ Last week
|
|||
<pubDate>Tue, 01 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/codex/updates/2023-08-01/</guid>
|
||||
<description>Codex update Aug 1st Client Milestone: Merkelizing block data Initial design writeup https://github.com/codex-storage/codex-research/blob/master/design/metadata-overhead.md Work break down and review for Ben and Tomasz (epic coming up) This is required to integrate the proving system Milestone: Block discovery and retrieval Some initial work break down and milestones here - https://docs.</description>
|
||||
<description>Codex update Aug 1st Client Milestone: Merkelizing block data Initial design writeup https://github.com/codex-storage/codex-research/blob/master/design/metadata-overhead.md Work break down and review for Ben and Tomasz (epic coming up) This is required to integrate the proving system Milestone: Block discovery and retrieval Some initial work break down and milestones here - https://docs.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -55,7 +100,7 @@ Last week
|
|||
<description>Nomos 31st July
|
||||
[Network implementation and Mixnet]:
|
||||
Research
|
||||
Initial analysis on the mixnet Proof of Concept (PoC) was performed, assessing components like Sphinx for packets and delay-forwarder.</description>
|
||||
Initial analysis on the mixnet Proof of Concept (PoC) was performed, assessing components like Sphinx for packets and delay-forwarder.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -64,7 +109,7 @@ Research
|
|||
<pubDate>Mon, 31 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-31/</guid>
|
||||
<description>vc::Deep Research milestone (20%, 2023/11/30) paper on gossipsub improvements ready for submission proposed solution section milestone (15%, 2023/08/31) Nimbus Tor-push PoC establishing torswitch and testing code milestone (15%, 2023/11/30) paper on Tor push validator privacy addressed feedback on current version of paper vsu::P2P nim-libp2p: (100%, 2023/07/31) GossipSub optimizations for ETH&rsquo;s EIP-4844 Merged IDontWant ( https://github.</description>
|
||||
<description>vc::Deep Research milestone (20%, 2023/11/30) paper on gossipsub improvements ready for submission proposed solution section milestone (15%, 2023/08/31) Nimbus Tor-push PoC establishing torswitch and testing code milestone (15%, 2023/11/30) paper on Tor push validator privacy addressed feedback on current version of paper vsu::P2P nim-libp2p: (100%, 2023/07/31) GossipSub optimizations for ETH&rsquo;s EIP-4844 Merged IDontWant ( https://github.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -73,7 +118,7 @@ Research
|
|||
<pubDate>Mon, 31 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/waku/updates/2023-07-31/</guid>
|
||||
<description>Docs Milestone: Docs general improvement/incorporating feedback (continuous) next: rewrite docs in British English Milestone: Running nwaku in the cloud next: publish guides for Digital Ocean, Oracle, Fly.</description>
|
||||
<description>Docs Milestone: Docs general improvement/incorporating feedback (continuous) next: rewrite docs in British English Milestone: Running nwaku in the cloud next: publish guides for Digital Ocean, Oracle, Fly.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -83,7 +128,7 @@ Research
|
|||
|
||||
<guid>https://roadmap.logos.co/roadmap/nomos/updates/2023-07-24/</guid>
|
||||
<description>Research
|
||||
Milestone 1: Understanding Data Availability (DA) Problem High-level exploration and discussion on data availability problems in a collaborative offsite meeting in Paris.</description>
|
||||
Milestone 1: Understanding Data Availability (DA) Problem High-level exploration and discussion on data availability problems in a collaborative offsite meeting in Paris.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -112,7 +157,7 @@ Our main milestone is to have a fully functional testnet with the marketplace an
|
|||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-17/</guid>
|
||||
<description>Last week
|
||||
vc Vac day in Paris (13th) vc::Deep Research working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus: setting up goerli nim-eth2 node working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Paris offsite Paris (all CCs) vsu::Tokenomics Bugs found and solved in the SNT staking contract attend events in Paris vsu::Distributed Systems Testing Events in Paris QoS on all four infras Continue work on theoretical gossipsub analysis (varying regular graph sizes) Peer extraction using WLS (almost finished) Discv5 testing Wakurtosis CI improvements Provide offline data vip::zkVM onboarding new researcher Prepared and presented ZKVM work during VAC offsite Deep research on Nova vs Stark in terms of performance and related open questions researching Sangria Worked on NEscience document ( https://www.</description>
|
||||
vc Vac day in Paris (13th) vc::Deep Research working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus: setting up goerli nim-eth2 node working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Paris offsite Paris (all CCs) vsu::Tokenomics Bugs found and solved in the SNT staking contract attend events in Paris vsu::Distributed Systems Testing Events in Paris QoS on all four infras Continue work on theoretical gossipsub analysis (varying regular graph sizes) Peer extraction using WLS (almost finished) Discv5 testing Wakurtosis CI improvements Provide offline data vip::zkVM onboarding new researcher Prepared and presented ZKVM work during VAC offsite Deep research on Nova vs Stark in terms of performance and related open questions researching Sangria Worked on NEscience document ( https://www.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -130,7 +175,7 @@ Our main milestone is to have a fully functional testnet with the marketplace an
|
|||
<pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-10/</guid>
|
||||
<description>vc::Deep Research refined deep research roadmaps https://github.com/vacp2p/research/issues/190, https://github.com/vacp2p/research/issues/192 working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Prepared Paris talks Implemented perf protocol to compare the performances with other libp2ps https://github.</description>
|
||||
<description>vc::Deep Research refined deep research roadmaps https://github.com/vacp2p/research/issues/190, https://github.com/vacp2p/research/issues/192 working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Prepared Paris talks Implemented perf protocol to compare the performances with other libp2ps https://github.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -183,7 +189,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -397,7 +402,9 @@ You can find us at
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -183,7 +189,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -450,7 +455,9 @@ You can find us at
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta
|
||||
name="description"
|
||||
content="Research
|
||||
Milestone 1: Understanding Data Availability (DA) Problem High-level exploration and discussion on data availability problems in a collaborative offsite meeting in Paris."
|
||||
Milestone 1: Understanding Data Availability (DA) Problem High-level exploration and discussion on data availability problems in a collaborative offsite meeting in Paris."
|
||||
/>
|
||||
<title>
|
||||
2023-07-24 Nomos weekly
|
||||
|
@ -92,18 +92,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -176,6 +181,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -184,7 +190,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -395,7 +400,9 @@ Jul 24, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
content="Nomos 31st July
|
||||
[Network implementation and Mixnet]:
|
||||
Research
|
||||
Initial analysis on the mixnet Proof of Concept (PoC) was performed, assessing components like Sphinx for packets and delay-forwarder."
|
||||
Initial analysis on the mixnet Proof of Concept (PoC) was performed, assessing components like Sphinx for packets and delay-forwarder."
|
||||
/>
|
||||
<title>
|
||||
2023-07-31 Nomos weekly
|
||||
|
@ -94,18 +94,23 @@ Research
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -178,6 +183,7 @@ Research
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -186,7 +192,6 @@ Research
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -388,7 +393,9 @@ Development</li>
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -0,0 +1,450 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Nomos weekly report Network implementation and Mixnet: Research Researched the Nym mixnet architecture in depth in order to design our prototype architecture."
|
||||
/>
|
||||
<title>
|
||||
2023-08-07 Nomos weekly
|
||||
</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 type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.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>
|
||||
|
||||
|
||||
<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 Collective Technical Roadmap and Activity</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>2023-08-07 Nomos weekly</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/logos-co/roadmap/tree/hugo/content/roadmap/nomos/updates/2023-08-07.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos updates</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<aside class="mainTOC">
|
||||
<details >
|
||||
<summary>Table of Contents</summary>
|
||||
<nav id="TableOfContents">
|
||||
<ol>
|
||||
<li>
|
||||
<ol>
|
||||
<li><a href="#network-implementation-and-mixnet">Network implementation and Mixnet:</a></li>
|
||||
<li><a href="#private-pos">Private PoS:</a></li>
|
||||
<li><a href="#carnot">Carnot:</a></li>
|
||||
<li><a href="#data-availability-sampling-vid">Data Availability Sampling (VID):</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</details>
|
||||
</aside>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="#nomos-weekly-report"><h1 id="nomos-weekly-report"><span class="hanchor" ariaLabel="Anchor"># </span>Nomos weekly report</h1></a>
|
||||
<a href="#network-implementation-and-mixnet"><h3 id="network-implementation-and-mixnet"><span class="hanchor" ariaLabel="Anchor"># </span>Network implementation and Mixnet:</h3></a>
|
||||
<a href="#research"><h4 id="research"><span class="hanchor" ariaLabel="Anchor"># </span>Research</h4></a>
|
||||
<ul>
|
||||
<li>Researched the Nym mixnet architecture in depth in order to design our prototype architecture.
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/issues/273#issuecomment-1661386628" rel="noopener">https://github.com/logos-co/nomos-node/issues/273#issuecomment-1661386628</a>)</li>
|
||||
<li>Discussions about how to manage the mixnet topology.
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/issues/273#issuecomment-1665101243" rel="noopener">https://github.com/logos-co/nomos-node/issues/273#issuecomment-1665101243</a>)</li>
|
||||
</ul>
|
||||
<a href="#development"><h4 id="development"><span class="hanchor" ariaLabel="Anchor"># </span>Development</h4></a>
|
||||
<ul>
|
||||
<li>Implemented a prototype for building a Sphinx packet, mixing packets at the first hop of gossipsub with 3 mixnodes (+ encryption + delay), raw TCP connections between mixnodes, and the static entire mixnode topology.
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/pull/288" rel="noopener">https://github.com/logos-co/nomos-node/pull/288</a>)</li>
|
||||
<li>Added support for libp2p in tests.
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/pull/287" rel="noopener">https://github.com/logos-co/nomos-node/pull/287</a>)</li>
|
||||
<li>Added support for libp2p in nomos node.
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/pull/285" rel="noopener">https://github.com/logos-co/nomos-node/pull/285</a>)</li>
|
||||
</ul>
|
||||
<a href="#private-pos"><h3 id="private-pos"><span class="hanchor" ariaLabel="Anchor"># </span>Private PoS:</h3></a>
|
||||
<a href="#research-1"><h4 id="research-1"><span class="hanchor" ariaLabel="Anchor"># </span>Research</h4></a>
|
||||
<ul>
|
||||
<li>Worked on PPoS design and addressed potential metadata leakage due to staking and rewarding.</li>
|
||||
<li>Focus on potential bribery attacks and privacy reasoning, but not much progress yet.</li>
|
||||
<li>Stopped work on Accountability mechanism and PPoS efficiency due to prioritizing bribery attacks.</li>
|
||||
</ul>
|
||||
<a href="#carnot"><h3 id="carnot"><span class="hanchor" ariaLabel="Anchor"># </span>Carnot:</h3></a>
|
||||
<a href="#research-2"><h4 id="research-2"><span class="hanchor" ariaLabel="Anchor"># </span>Research</h4></a>
|
||||
<ul>
|
||||
<li>Addressed two solutions for the bribery attack. Proposals pending.</li>
|
||||
<li>Work on accountability against attacks in Carnot including Slashing mechanism for attackers is paused at the moment.</li>
|
||||
<li>Modeled data decimation using a specific set of parameters and derived equations related to it.</li>
|
||||
<li>Proposed solutions to address bribery attacks without compromising the protocol’s scalability.</li>
|
||||
</ul>
|
||||
<a href="#data-availability-sampling-vid"><h3 id="data-availability-sampling-vid"><span class="hanchor" ariaLabel="Anchor"># </span>Data Availability Sampling (VID):</h3></a>
|
||||
<a href="#research-3"><h4 id="research-3"><span class="hanchor" ariaLabel="Anchor"># </span>Research</h4></a>
|
||||
<ul>
|
||||
<li>Analyzed data decimation in data availability problem.
|
||||
(Link:
|
||||
|
||||
<a href="https://www.overleaf.com/read/gzqvbbmfnxyp" rel="noopener">https://www.overleaf.com/read/gzqvbbmfnxyp</a>)</li>
|
||||
<li>DA benchmarks and analysis for data commitments and encoding. This confirms that (for now), we are on the right path.</li>
|
||||
<li>Explored the idea of node sharding:
|
||||
|
||||
<a href="https://arxiv.org/abs/1907.03331" rel="noopener">https://arxiv.org/abs/1907.03331</a> (taken from Celestia), but discarded it because it doesn’t fit our architecture.</li>
|
||||
</ul>
|
||||
<a href="#testing-and-node-development"><h4 id="testing-and-node-development"><span class="hanchor" ariaLabel="Anchor"># </span>Testing and Node development:</h4></a>
|
||||
<ul>
|
||||
<li>Fixes and enhancements made to nomos-node.
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/pull/282" rel="noopener">https://github.com/logos-co/nomos-node/pull/282</a>)
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/pull/289" rel="noopener">https://github.com/logos-co/nomos-node/pull/289</a>)
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/pull/293" rel="noopener">https://github.com/logos-co/nomos-node/pull/293</a>)
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/pull/295" rel="noopener">https://github.com/logos-co/nomos-node/pull/295</a>)</li>
|
||||
<li>Ran simulations with 10K nodes.</li>
|
||||
<li>Updated integration tests in CI to use waku or libp2p network.
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/pull/290" rel="noopener">https://github.com/logos-co/nomos-node/pull/290</a>)</li>
|
||||
<li>Fix for the node throughput during simulations.
|
||||
(Link:
|
||||
|
||||
<a href="https://github.com/logos-co/nomos-node/pull/295" rel="noopener">https://github.com/logos-co/nomos-node/pull/295</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 Collective using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2023</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 +1,10 @@
|
|||
<!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>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<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>
|
||||
|
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -233,6 +239,42 @@
|
|||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 24, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/waku/updates/2023-07-24/" class="internal-link" data-src="/roadmap/waku/updates/2023-07-24/">2023-07-24 Waku weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/waku-updates/">Waku-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/waku/updates/2023-07-31/" class="internal-link" data-src="/roadmap/waku/updates/2023-07-31/">2023-07-31 Waku weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/waku-updates/">Waku-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 12, 2023
|
||||
|
||||
|
||||
|
@ -269,6 +311,60 @@ Jul 17, 2023
|
|||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 21, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/codex/updates/2023-07-21/" class="internal-link" data-src="/roadmap/codex/updates/2023-07-21/">2023-07-21 Codex weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/codex-updates/">Codex-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 24, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-24/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-24/">2023-07-24 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/vac/updates/2023-07-31/" class="internal-link" data-src="/roadmap/vac/updates/2023-07-31/">2023-07-31 Vac weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/vac-updates/">Vac-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 10, 2023
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="vc::Deep Research refined deep research roadmaps https://github.com/vacp2p/research/issues/190, https://github.com/vacp2p/research/issues/192 working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Prepared Paris talks Implemented perf protocol to compare the performances with other libp2ps https://github."
|
||||
content="vc::Deep Research refined deep research roadmaps https://github.com/vacp2p/research/issues/190, https://github.com/vacp2p/research/issues/192 working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Prepared Paris talks Implemented perf protocol to compare the performances with other libp2ps https://github."
|
||||
/>
|
||||
<title>
|
||||
2023-07-10 Vac Weekly
|
||||
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -183,7 +189,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -333,7 +338,7 @@ Jul 10, 2023
|
|||
<li>rln-relay: verify proofs based upon bandwidth usage -
|
||||
|
||||
<a href="https://github.com/waku-org/nwaku/commit/3fe4522a7e9e48a3196c10973975d924269d872a" rel="noopener">https://github.com/waku-org/nwaku/commit/3fe4522a7e9e48a3196c10973975d924269d872a</a></li>
|
||||
<li>RLN contract audit cont'
|
||||
<li>RLN contract audit cont’
|
||||
|
||||
<a href="https://hackmd.io/@blockdev/B195lgIth" rel="noopener">https://hackmd.io/@blockdev/B195lgIth</a></li>
|
||||
</ul>
|
||||
|
@ -401,7 +406,9 @@ Jul 10, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta
|
||||
name="description"
|
||||
content="Last week
|
||||
vc Vac day in Paris (13th) vc::Deep Research working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus: setting up goerli nim-eth2 node working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Paris offsite Paris (all CCs) vsu::Tokenomics Bugs found and solved in the SNT staking contract attend events in Paris vsu::Distributed Systems Testing Events in Paris QoS on all four infras Continue work on theoretical gossipsub analysis (varying regular graph sizes) Peer extraction using WLS (almost finished) Discv5 testing Wakurtosis CI improvements Provide offline data vip::zkVM onboarding new researcher Prepared and presented ZKVM work during VAC offsite Deep research on Nova vs Stark in terms of performance and related open questions researching Sangria Worked on NEscience document ( https://www."
|
||||
vc Vac day in Paris (13th) vc::Deep Research working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus: setting up goerli nim-eth2 node working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Paris offsite Paris (all CCs) vsu::Tokenomics Bugs found and solved in the SNT staking contract attend events in Paris vsu::Distributed Systems Testing Events in Paris QoS on all four infras Continue work on theoretical gossipsub analysis (varying regular graph sizes) Peer extraction using WLS (almost finished) Discv5 testing Wakurtosis CI improvements Provide offline data vip::zkVM onboarding new researcher Prepared and presented ZKVM work during VAC offsite Deep research on Nova vs Stark in terms of performance and related open questions researching Sangria Worked on NEscience document ( https://www."
|
||||
/>
|
||||
<title>
|
||||
2023-07-17 Vac weekly
|
||||
|
@ -92,18 +92,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -176,6 +181,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -184,7 +190,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -462,7 +467,9 @@ Jul 17, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
name="description"
|
||||
content="NOTE: This is a first experimental version moving towards the new reporting structure:
|
||||
Last week
|
||||
vc vc::Deep Research milestone (15%, 2023/11/30) paper on gossipsub improvements ready for submission related work section milestone (15%, 2023/08/31) Nimbus Tor-push PoC basic torpush encode/decode ( https://github."
|
||||
vc vc::Deep Research milestone (15%, 2023/11/30) paper on gossipsub improvements ready for submission related work section milestone (15%, 2023/08/31) Nimbus Tor-push PoC basic torpush encode/decode ( https://github."
|
||||
/>
|
||||
<title>
|
||||
2023-08-03 Vac weekly
|
||||
|
@ -93,18 +93,23 @@ Last week
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -177,6 +182,7 @@ Last week
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -185,7 +191,6 @@ Last week
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -599,7 +604,9 @@ Aug 3, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="vc::Deep Research milestone (20%, 2023/11/30) paper on gossipsub improvements ready for submission proposed solution section milestone (15%, 2023/08/31) Nimbus Tor-push PoC establishing torswitch and testing code milestone (15%, 2023/11/30) paper on Tor push validator privacy addressed feedback on current version of paper vsu::P2P nim-libp2p: (100%, 2023/07/31) GossipSub optimizations for ETH’s EIP-4844 Merged IDontWant ( https://github."
|
||||
content="vc::Deep Research milestone (20%, 2023/11/30) paper on gossipsub improvements ready for submission proposed solution section milestone (15%, 2023/08/31) Nimbus Tor-push PoC establishing torswitch and testing code milestone (15%, 2023/11/30) paper on Tor push validator privacy addressed feedback on current version of paper vsu::P2P nim-libp2p: (100%, 2023/07/31) GossipSub optimizations for ETH’s EIP-4844 Merged IDontWant ( https://github."
|
||||
/>
|
||||
<title>
|
||||
2023-07-31 Vac weekly
|
||||
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -183,7 +189,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -484,7 +489,9 @@ Jul 31, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -0,0 +1,528 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="More info on Vac Milestones, including due date and progress (currently working on this, some milestones do not have the new format yet, first version planned for this week): https://www."
|
||||
/>
|
||||
<title>
|
||||
2023-08-07 Vac weekly
|
||||
</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 type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.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>
|
||||
|
||||
|
||||
<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 Collective Technical Roadmap and Activity</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>2023-08-07 Vac weekly</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/logos-co/roadmap/tree/hugo/content/roadmap/vac/updates/2023-08-07.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/vac-updates/">Vac updates</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<aside class="mainTOC">
|
||||
<details >
|
||||
<summary>Table of Contents</summary>
|
||||
<nav id="TableOfContents"></nav>
|
||||
</details>
|
||||
</aside>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>More info on Vac Milestones, including due date and progress (currently working on this, some milestones do not have the new format yet, first version planned for this week):
|
||||
|
||||
|
||||
<a href="https://www.notion.so/Vac-Roadmap-907df7eeac464143b00c6f49a20bb632" rel="noopener">https://www.notion.so/Vac-Roadmap-907df7eeac464143b00c6f49a20bb632</a></p>
|
||||
<p><strong>Vac week 32</strong> August 7th</p>
|
||||
<ul>
|
||||
<li><em>vsu::P2P</em>
|
||||
<ul>
|
||||
<li><code>vac:p2p:nim-libp2p:vac:maintenance</code>
|
||||
<ul>
|
||||
<li>Improve gossipsub DDoS resistance
|
||||
|
||||
<a href="https://github.com/status-im/nim-libp2p/pull/920" rel="noopener">https://github.com/status-im/nim-libp2p/pull/920</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:p2p:nim-chronos:vac:maintenance</code>
|
||||
<ul>
|
||||
<li>Remove hard-coded ports from test
|
||||
|
||||
<a href="https://github.com/status-im/nim-chronos/pull/429" rel="noopener">https://github.com/status-im/nim-chronos/pull/429</a></li>
|
||||
<li>Investigate flaky test using REUSE_PORT</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><em>vsu::Tokenomics</em>
|
||||
<ul>
|
||||
<li>(…)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><em>vsu::Distributed Systems Testing</em>
|
||||
<ul>
|
||||
<li><code>vac:dst:wakurtosis:waku:techreport</code>
|
||||
<ul>
|
||||
<li>delivered: Wakurtosis Tech Report v2 (
|
||||
|
||||
<a href="https://docs.google.com/document/d/1U3bzlbk_Z3ZxN9tPAnORfYdPRWyskMuShXbdxCj4xOM/edit?usp=sharing" rel="noopener">https://docs.google.com/document/d/1U3bzlbk_Z3ZxN9tPAnORfYdPRWyskMuShXbdxCj4xOM/edit?usp=sharing</a>)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:dst:wakurtosis:vac:rlog</code>
|
||||
<ul>
|
||||
<li>working on research log post on Waku Wakurtosis simulations</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:dst:gsub-model:status:control-messages</code>
|
||||
<ul>
|
||||
<li>delivered: the analytical model can now handle Status messages; status analysis now has a separate cli and config; handles top 5 message types (by expected bandwidth consumption)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:dst:gsub-model:vac:refactoring</code>
|
||||
<ul>
|
||||
<li>Refactoring and bug fixes</li>
|
||||
<li>introduced and tested 2 new analytical models</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:dst:wakurtosis:waku:topology-analysis</code>
|
||||
<ul>
|
||||
<li>delivered: extracted into separate module, independent of wls message</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:dst:wakurtosis:nomos:ci-integration_02</code>
|
||||
<ul>
|
||||
<li>planning</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:dst:10ksim:vac:10ksim-bandwidth-test</code>
|
||||
<ul>
|
||||
<li>planning; check usage of new codex simulator tool (
|
||||
|
||||
<a href="https://github.com/codex-storage/cs-codex-dist-tests" rel="noopener">https://github.com/codex-storage/cs-codex-dist-tests</a>)</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><em>vip::zkVM</em>
|
||||
<ul>
|
||||
<li><code>vac:zkvm::vac:research-existing-proof-systems</code>
|
||||
<ul>
|
||||
<li>90% Nescience WIP done – to be reviewed carefully since no other follow up documents were giiven to me</li>
|
||||
<li>50% FHE review - needs to be refined and summarized</li>
|
||||
<li>finished SuperNova writeup (
|
||||
|
||||
<a href="https://www.notion.so/SuperNova-research-document-8deab397f8fe413fa3a1ef3aa5669f37" rel="noopener">https://www.notion.so/SuperNova-research-document-8deab397f8fe413fa3a1ef3aa5669f37</a> )</li>
|
||||
<li>researched starky</li>
|
||||
<li>80% Halo2 notes (
|
||||
|
||||
<a href="https://www.notion.so/halo2-fb8d7d0b857f43af9eb9f01c44e76fb9" rel="noopener">https://www.notion.so/halo2-fb8d7d0b857f43af9eb9f01c44e76fb9</a> )</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:zkvm::vac:proof-system-benchmarks</code>
|
||||
<ul>
|
||||
<li>More discoveries on benchmarks done on ZK-snarks and ZK-starks but all are high level</li>
|
||||
<li>Viewed some circuits on Nova and Poseidon</li>
|
||||
<li>Read through Halo2 code (and Poseidon code) from Axiom</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><em>vip::RLNP2P</em>
|
||||
<ul>
|
||||
<li><code>vac:acz:rlnp2p:waku:production-readiness</code>
|
||||
<ul>
|
||||
<li>Waku rln contract registry -
|
||||
|
||||
<a href="https://github.com/waku-org/waku-rln-contract/pull/3" rel="noopener">https://github.com/waku-org/waku-rln-contract/pull/3</a></li>
|
||||
<li>mark duplicated messages as spam -
|
||||
|
||||
<a href="https://github.com/waku-org/nwaku/pull/1867" rel="noopener">https://github.com/waku-org/nwaku/pull/1867</a></li>
|
||||
<li>use waku-org/waku-rln-contract as a submodule in nwaku -
|
||||
|
||||
<a href="https://github.com/waku-org/nwaku/pull/1884" rel="noopener">https://github.com/waku-org/nwaku/pull/1884</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:acz:zerokit:vac:maintenance</code>
|
||||
<ul>
|
||||
<li>Fixed atomic_operation ffi edge case error -
|
||||
|
||||
<a href="https://github.com/vacp2p/zerokit/pull/195" rel="noopener">https://github.com/vacp2p/zerokit/pull/195</a></li>
|
||||
<li>docs cleanup -
|
||||
|
||||
<a href="https://github.com/vacp2p/zerokit/pull/196" rel="noopener">https://github.com/vacp2p/zerokit/pull/196</a></li>
|
||||
<li>fixed version tags -
|
||||
|
||||
<a href="https://github.com/vacp2p/zerokit/pull/194" rel="noopener">https://github.com/vacp2p/zerokit/pull/194</a></li>
|
||||
<li>released zerokit v0.3.1 -
|
||||
|
||||
<a href="https://github.com/vacp2p/zerokit/pull/198" rel="noopener">https://github.com/vacp2p/zerokit/pull/198</a></li>
|
||||
<li>marked all functions as virtual in rln-contract for inheritors -
|
||||
|
||||
<a href="https://github.com/vacp2p/rln-contract/commit/a092b934a6293203abbd4b9e3412db23ff59877e" rel="noopener">https://github.com/vacp2p/rln-contract/commit/a092b934a6293203abbd4b9e3412db23ff59877e</a></li>
|
||||
<li>make nwaku use zerokit v0.3.1 -
|
||||
|
||||
<a href="https://github.com/waku-org/nwaku/pull/1886" rel="noopener">https://github.com/waku-org/nwaku/pull/1886</a></li>
|
||||
<li>rlnp2p implementers draft -
|
||||
|
||||
<a href="https://hackmd.io/@rymnc/rln-impl-w-waku" rel="noopener">https://hackmd.io/@rymnc/rln-impl-w-waku</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:acz:zerokit:vac:zerokit-v0.4</code>
|
||||
<ul>
|
||||
<li>zerokit v0.4.0 release planning -
|
||||
|
||||
<a href="https://github.com/vacp2p/zerokit/issues/197" rel="noopener">https://github.com/vacp2p/zerokit/issues/197</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><em>vc::Deep Research</em>
|
||||
<ul>
|
||||
<li><code>vac:dr:valpriv:vac:tor-push-poc</code>
|
||||
<ul>
|
||||
<li>redesigned the torpush integration in nimbus
|
||||
|
||||
<a href="https://github.com/vacp2p/nimbus-eth2-experimental/pull/2" rel="noopener">https://github.com/vacp2p/nimbus-eth2-experimental/pull/2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:dr:valpriv:vac:tor-push-relwork</code>
|
||||
<ul>
|
||||
<li>Addressed further comments in paper, improved intro, added source level variation approach</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>vac:dr:gsub-scaling:vac:gossipsub-improvements-tech-report</code>
|
||||
<ul>
|
||||
<li>cont’ work on the document</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</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 Collective using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2023</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>
|
||||
|
|
@ -0,0 +1,391 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="%%{ init: { 'theme': 'base', 'themeVariables': { 'primaryColor': '#BB2528', 'primaryTextColor': '#fff', 'primaryBorderColor': '#7C0000', 'lineColor': '#F8B229', 'secondaryColor': '#006100', 'tertiaryColor': '#fff' } } }%% gantt dateFormat YYYY-MM-DD section Scaling 10k Users :done, 2023-01-20, 2023-07-31 Completion Deliverable TBD"
|
||||
/>
|
||||
<title>
|
||||
Milestone: Waku Network supports 10k Users
|
||||
</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 type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.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>
|
||||
|
||||
|
||||
<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 Collective Technical Roadmap and Activity</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>Milestone: Waku Network supports 10k Users</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/logos-co/roadmap/tree/hugo/content/roadmap/waku/milestone-waku-10-users.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<pre class="mermaid">%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section Scaling
|
||||
10k Users :done, 2023-01-20, 2023-07-31
|
||||
</pre>
|
||||
<a href="#completion-deliverable"><h2 id="completion-deliverable"><span class="hanchor" ariaLabel="Anchor"># </span>Completion Deliverable</h2></a>
|
||||
<p>TBD</p>
|
||||
<a href="#epics"><h2 id="epics"><span class="hanchor" ariaLabel="Anchor"># </span>Epics</h2></a>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
<a href="https://github.com/waku-org/pm/issues/12" rel="noopener">Github Issue Tracker</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="page-end" id="footer">
|
||||
<div class="backlinks-container">
|
||||
<h3>Backlinks</h3>
|
||||
<ul class="backlinks">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/roadmap/waku/milestones-overview/" data-ctx="Waku Network support for 10k users" data-src="/roadmap/waku/milestones-overview" class="internal-link">Waku Milestones Overview</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 Collective using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2023</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>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,373 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=" Waku Network support for 10k users "
|
||||
/>
|
||||
<title>
|
||||
Waku Milestones 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 type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.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>
|
||||
|
||||
|
||||
<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 Collective Technical Roadmap and Activity</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>Waku Milestones Overview</h1>
|
||||
<p class="meta">
|
||||
Last updated
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/logos-co/roadmap/tree/hugo/content/roadmap/waku/milestones-overview.md" rel="noopener">Edit Source</a>
|
||||
|
||||
|
||||
</p>
|
||||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
href="/roadmap/waku/milestone-waku-10-users/"
|
||||
rel="noopener" class="internal-link"
|
||||
data-src="/roadmap/waku/milestone-waku-10-users/">Waku Network support for 10k users</a></li>
|
||||
<li></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="Milestones" data-src="/" class="internal-link">Logos Technical Roadmap and Activity</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 Collective using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2023</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>
|
||||
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -183,7 +189,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -539,7 +544,9 @@ Jul 24, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Docs Milestone: Docs general improvement/incorporating feedback (continuous) next: rewrite docs in British English Milestone: Running nwaku in the cloud next: publish guides for Digital Ocean, Oracle, Fly."
|
||||
content="Docs Milestone: Docs general improvement/incorporating feedback (continuous) next: rewrite docs in British English Milestone: Running nwaku in the cloud next: publish guides for Digital Ocean, Oracle, Fly."
|
||||
/>
|
||||
<title>
|
||||
2023-07-31 Waku weekly
|
||||
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -183,7 +189,6 @@
|
|||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
|
@ -526,7 +531,9 @@ Jul 31, 2023
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
44
sitemap.xml
44
sitemap.xml
|
@ -2,6 +2,36 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/codex/milestones-overview/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/waku/milestone-waku-10-users/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/milestones-overview/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/nomos-updates/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/vac-updates/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/waku/milestones-overview/</loc>
|
||||
<lastmod>2023-08-07T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/acid/updates/2023-08-02/</loc>
|
||||
<lastmod>2023-08-03T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
|
@ -10,15 +40,6 @@
|
|||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/acid-updates/</loc>
|
||||
<lastmod>2023-08-03T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/</loc>
|
||||
<lastmod>2023-08-04T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/</loc>
|
||||
<lastmod>2023-08-04T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/vac-updates/</loc>
|
||||
<lastmod>2023-08-03T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/innovation_lab/updates/2023-08-02/</loc>
|
||||
<lastmod>2023-08-03T00:00:00+00:00</lastmod>
|
||||
|
@ -40,9 +61,6 @@
|
|||
</url><url>
|
||||
<loc>https://roadmap.logos.co/roadmap/waku/updates/2023-07-31/</loc>
|
||||
<lastmod>2023-08-04T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/nomos-updates/</loc>
|
||||
<lastmod>2023-08-03T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/tags/waku-updates/</loc>
|
||||
<lastmod>2023-08-04T00:00:00+00:00</lastmod>
|
||||
|
@ -68,6 +86,6 @@
|
|||
<loc>https://roadmap.logos.co/categories/</loc>
|
||||
</url><url>
|
||||
<loc>https://roadmap.logos.co/</loc>
|
||||
<lastmod>2023-08-03T11:58:55-04:00</lastmod>
|
||||
<lastmod>2023-08-07T13:11:18-04:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<guid>https://roadmap.logos.co/roadmap/acid/updates/2023-08-02/</guid>
|
||||
<description>Leads roundup - acid Al / Comms
|
||||
Status app relaunch comms campaign plan in the works. Approx. date for launch 31.</description>
|
||||
Status app relaunch comms campaign plan in the works. Approx. date for launch 31.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -1 +1,10 @@
|
|||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/acid-updates/</title><link rel="canonical" href="https://roadmap.logos.co/tags/acid-updates/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/acid-updates/" /></head></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://roadmap.logos.co/tags/acid-updates/</title>
|
||||
<link rel="canonical" href="https://roadmap.logos.co/tags/acid-updates/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/acid-updates/">
|
||||
</head>
|
||||
</html>
|
||||
|
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<pubDate>Tue, 01 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/codex/updates/2023-08-01/</guid>
|
||||
<description>Codex update Aug 1st Client Milestone: Merkelizing block data Initial design writeup https://github.com/codex-storage/codex-research/blob/master/design/metadata-overhead.md Work break down and review for Ben and Tomasz (epic coming up) This is required to integrate the proving system Milestone: Block discovery and retrieval Some initial work break down and milestones here - https://docs.</description>
|
||||
<description>Codex update Aug 1st Client Milestone: Merkelizing block data Initial design writeup https://github.com/codex-storage/codex-research/blob/master/design/metadata-overhead.md Work break down and review for Ben and Tomasz (epic coming up) This is required to integrate the proving system Milestone: Block discovery and retrieval Some initial work break down and milestones here - https://docs.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -1 +1,10 @@
|
|||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/codex-updates/</title><link rel="canonical" href="https://roadmap.logos.co/tags/codex-updates/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/codex-updates/" /></head></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://roadmap.logos.co/tags/codex-updates/</title>
|
||||
<link rel="canonical" href="https://roadmap.logos.co/tags/codex-updates/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/codex-updates/">
|
||||
</head>
|
||||
</html>
|
||||
|
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
|
|
@ -1 +1,10 @@
|
|||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/ilab-updates/</title><link rel="canonical" href="https://roadmap.logos.co/tags/ilab-updates/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/ilab-updates/" /></head></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://roadmap.logos.co/tags/ilab-updates/</title>
|
||||
<link rel="canonical" href="https://roadmap.logos.co/tags/ilab-updates/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/ilab-updates/">
|
||||
</head>
|
||||
</html>
|
||||
|
|
165
tags/index.html
165
tags/index.html
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -233,13 +239,31 @@
|
|||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/vac-updates/">Vac updates</a></h1>
|
||||
<p><b>4</b> notes with this tag </p>
|
||||
<p><b>5</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/" class="internal-link" data-src="/roadmap/vac/updates/2023-08-07/">2023-08-07 Vac weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/vac-updates/">Vac-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 17, 2023
|
||||
|
||||
|
||||
|
@ -312,6 +336,69 @@ Jul 10, 2023
|
|||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos updates</a></h1>
|
||||
<p><b>3</b> notes with this tag </p>
|
||||
</div>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/" class="internal-link" data-src="/roadmap/nomos/updates/2023-08-07/">2023-08-07 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 24, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-24/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-24/">2023-07-24 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-31/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-31/">2023-07-31 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/codex-updates/">Codex updates</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
|
@ -402,51 +489,6 @@ Aug 2, 2023
|
|||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos updates</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">
|
||||
|
||||
Jul 24, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-24/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-24/">2023-07-24 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-07-31/" class="internal-link" data-src="/roadmap/nomos/updates/2023-07-31/">2023-07-31 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/waku-updates/">Waku updates</a></h1>
|
||||
<p><b>2</b> notes with this tag </p>
|
||||
|
@ -519,6 +561,33 @@ Aug 3, 2023
|
|||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
<h1><a href="https://roadmap.logos.co/tags/milestones-overview/">Milestones overview</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 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/codex/milestones-overview/" class="internal-link" data-src="/roadmap/codex/milestones-overview/">Codex Milestones Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/milestones-overview/">Milestones-Overview</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
|
|
@ -6,25 +6,43 @@
|
|||
<description>Recent content in Tags on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 03 Aug 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://roadmap.logos.co/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Mon, 07 Aug 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://roadmap.logos.co/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>acid-updates</title>
|
||||
<link>https://roadmap.logos.co/tags/acid-updates/</link>
|
||||
<pubDate>Thu, 03 Aug 2023 00:00:00 +0000</pubDate>
|
||||
<title>milestones-overview</title>
|
||||
<link>https://roadmap.logos.co/tags/milestones-overview/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/acid-updates/</guid>
|
||||
<guid>https://roadmap.logos.co/tags/milestones-overview/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>nomos-updates</title>
|
||||
<link>https://roadmap.logos.co/tags/nomos-updates/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/nomos-updates/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>vac-updates</title>
|
||||
<link>https://roadmap.logos.co/tags/vac-updates/</link>
|
||||
<pubDate>Thu, 03 Aug 2023 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/vac-updates/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>acid-updates</title>
|
||||
<link>https://roadmap.logos.co/tags/acid-updates/</link>
|
||||
<pubDate>Thu, 03 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/acid-updates/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>ilab-updates</title>
|
||||
<link>https://roadmap.logos.co/tags/ilab-updates/</link>
|
||||
|
@ -43,15 +61,6 @@
|
|||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>nomos-updates</title>
|
||||
<link>https://roadmap.logos.co/tags/nomos-updates/</link>
|
||||
<pubDate>Mon, 31 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/tags/nomos-updates/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>waku-updates</title>
|
||||
<link>https://roadmap.logos.co/tags/waku-updates/</link>
|
||||
|
|
|
@ -0,0 +1,274 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<title>
|
||||
milestones-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 type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.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>
|
||||
|
||||
|
||||
|
||||
<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 Collective Technical Roadmap and Activity</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: milestones-overview</h1>
|
||||
|
||||
<ul class="section-ul"><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/codex/milestones-overview/" class="internal-link" data-src="/roadmap/codex/milestones-overview/">Codex Milestones Overview</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/milestones-overview/">Milestones-Overview</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div id="contact_buttons">
|
||||
<footer>
|
||||
<p>Made by Logos Collective using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © 2023</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>
|
|
@ -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>milestones-overview on </title>
|
||||
<link>https://roadmap.logos.co/tags/milestones-overview/</link>
|
||||
<description>Recent content in milestones-overview on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 07 Aug 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://roadmap.logos.co/tags/milestones-overview/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Codex Milestones Overview</title>
|
||||
<link>https://roadmap.logos.co/roadmap/codex/milestones-overview/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/codex/milestones-overview/</guid>
|
||||
<description>Milestones </description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://roadmap.logos.co/tags/milestones-overview/</title>
|
||||
<link rel="canonical" href="https://roadmap.logos.co/tags/milestones-overview/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/milestones-overview/">
|
||||
</head>
|
||||
</html>
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -233,6 +239,24 @@
|
|||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/" class="internal-link" data-src="/roadmap/nomos/updates/2023-08-07/">2023-08-07 Nomos weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/nomos-updates/">Nomos-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Jul 31, 2023
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,16 @@
|
|||
<description>Recent content in nomos-updates on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 31 Jul 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://roadmap.logos.co/tags/nomos-updates/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Mon, 07 Aug 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://roadmap.logos.co/tags/nomos-updates/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>2023-08-07 Nomos weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/nomos/updates/2023-08-07/</guid>
|
||||
<description>Nomos weekly report Network implementation and Mixnet: Research Researched the Nym mixnet architecture in depth in order to design our prototype architecture.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>2023-07-31 Nomos weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/nomos/updates/2023-07-31/</link>
|
||||
|
@ -16,7 +25,7 @@
|
|||
<description>Nomos 31st July
|
||||
[Network implementation and Mixnet]:
|
||||
Research
|
||||
Initial analysis on the mixnet Proof of Concept (PoC) was performed, assessing components like Sphinx for packets and delay-forwarder.</description>
|
||||
Initial analysis on the mixnet Proof of Concept (PoC) was performed, assessing components like Sphinx for packets and delay-forwarder.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -26,7 +35,7 @@ Research
|
|||
|
||||
<guid>https://roadmap.logos.co/roadmap/nomos/updates/2023-07-24/</guid>
|
||||
<description>Research
|
||||
Milestone 1: Understanding Data Availability (DA) Problem High-level exploration and discussion on data availability problems in a collaborative offsite meeting in Paris.</description>
|
||||
Milestone 1: Understanding Data Availability (DA) Problem High-level exploration and discussion on data availability problems in a collaborative offsite meeting in Paris.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -1 +1,10 @@
|
|||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/nomos-updates/</title><link rel="canonical" href="https://roadmap.logos.co/tags/nomos-updates/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/nomos-updates/" /></head></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://roadmap.logos.co/tags/nomos-updates/</title>
|
||||
<link rel="canonical" href="https://roadmap.logos.co/tags/nomos-updates/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/nomos-updates/">
|
||||
</head>
|
||||
</html>
|
||||
|
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
@ -233,6 +239,24 @@
|
|||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 7, 2023
|
||||
|
||||
|
||||
</p>
|
||||
<div class="desc">
|
||||
<h3><a href="https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/" class="internal-link" data-src="/roadmap/vac/updates/2023-08-07/">2023-08-07 Vac weekly</a></h3>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<ul class="tags">
|
||||
|
||||
<li><a href="https://roadmap.logos.co/tags/vac-updates/">Vac-Updates</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li><li class="section-li">
|
||||
<div class="section">
|
||||
<p class="meta">
|
||||
|
||||
Aug 3, 2023
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,16 @@
|
|||
<description>Recent content in vac-updates on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 03 Aug 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://roadmap.logos.co/tags/vac-updates/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Mon, 07 Aug 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://roadmap.logos.co/tags/vac-updates/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>2023-08-07 Vac weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/</link>
|
||||
<pubDate>Mon, 07 Aug 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-08-07/</guid>
|
||||
<description>More info on Vac Milestones, including due date and progress (currently working on this, some milestones do not have the new format yet, first version planned for this week): https://www.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>2023-08-03 Vac weekly</title>
|
||||
<link>https://roadmap.logos.co/roadmap/vac/updates/2023-07-24/</link>
|
||||
|
@ -15,7 +24,7 @@
|
|||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-24/</guid>
|
||||
<description>NOTE: This is a first experimental version moving towards the new reporting structure:
|
||||
Last week
|
||||
vc vc::Deep Research milestone (15%, 2023/11/30) paper on gossipsub improvements ready for submission related work section milestone (15%, 2023/08/31) Nimbus Tor-push PoC basic torpush encode/decode ( https://github.</description>
|
||||
vc vc::Deep Research milestone (15%, 2023/11/30) paper on gossipsub improvements ready for submission related work section milestone (15%, 2023/08/31) Nimbus Tor-push PoC basic torpush encode/decode ( https://github.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -24,7 +33,7 @@ Last week
|
|||
<pubDate>Mon, 31 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-31/</guid>
|
||||
<description>vc::Deep Research milestone (20%, 2023/11/30) paper on gossipsub improvements ready for submission proposed solution section milestone (15%, 2023/08/31) Nimbus Tor-push PoC establishing torswitch and testing code milestone (15%, 2023/11/30) paper on Tor push validator privacy addressed feedback on current version of paper vsu::P2P nim-libp2p: (100%, 2023/07/31) GossipSub optimizations for ETH&rsquo;s EIP-4844 Merged IDontWant ( https://github.</description>
|
||||
<description>vc::Deep Research milestone (20%, 2023/11/30) paper on gossipsub improvements ready for submission proposed solution section milestone (15%, 2023/08/31) Nimbus Tor-push PoC establishing torswitch and testing code milestone (15%, 2023/11/30) paper on Tor push validator privacy addressed feedback on current version of paper vsu::P2P nim-libp2p: (100%, 2023/07/31) GossipSub optimizations for ETH&rsquo;s EIP-4844 Merged IDontWant ( https://github.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -34,7 +43,7 @@ Last week
|
|||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-17/</guid>
|
||||
<description>Last week
|
||||
vc Vac day in Paris (13th) vc::Deep Research working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus: setting up goerli nim-eth2 node working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Paris offsite Paris (all CCs) vsu::Tokenomics Bugs found and solved in the SNT staking contract attend events in Paris vsu::Distributed Systems Testing Events in Paris QoS on all four infras Continue work on theoretical gossipsub analysis (varying regular graph sizes) Peer extraction using WLS (almost finished) Discv5 testing Wakurtosis CI improvements Provide offline data vip::zkVM onboarding new researcher Prepared and presented ZKVM work during VAC offsite Deep research on Nova vs Stark in terms of performance and related open questions researching Sangria Worked on NEscience document ( https://www.</description>
|
||||
vc Vac day in Paris (13th) vc::Deep Research working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus: setting up goerli nim-eth2 node working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Paris offsite Paris (all CCs) vsu::Tokenomics Bugs found and solved in the SNT staking contract attend events in Paris vsu::Distributed Systems Testing Events in Paris QoS on all four infras Continue work on theoretical gossipsub analysis (varying regular graph sizes) Peer extraction using WLS (almost finished) Discv5 testing Wakurtosis CI improvements Provide offline data vip::zkVM onboarding new researcher Prepared and presented ZKVM work during VAC offsite Deep research on Nova vs Stark in terms of performance and related open questions researching Sangria Worked on NEscience document ( https://www.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -43,7 +52,7 @@ Last week
|
|||
<pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/vac/updates/2023-07-10/</guid>
|
||||
<description>vc::Deep Research refined deep research roadmaps https://github.com/vacp2p/research/issues/190, https://github.com/vacp2p/research/issues/192 working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Prepared Paris talks Implemented perf protocol to compare the performances with other libp2ps https://github.</description>
|
||||
<description>vc::Deep Research refined deep research roadmaps https://github.com/vacp2p/research/issues/190, https://github.com/vacp2p/research/issues/192 working on comprehensive current/related work study on Validator Privacy working on PoC of Tor push in Nimbus working towards comprehensive current/related work study on gossipsub scaling vsu::P2P Prepared Paris talks Implemented perf protocol to compare the performances with other libp2ps https://github.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -1 +1,10 @@
|
|||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/vac-updates/</title><link rel="canonical" href="https://roadmap.logos.co/tags/vac-updates/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/vac-updates/" /></head></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://roadmap.logos.co/tags/vac-updates/</title>
|
||||
<link rel="canonical" href="https://roadmap.logos.co/tags/vac-updates/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/vac-updates/">
|
||||
</head>
|
||||
</html>
|
||||
|
|
|
@ -91,18 +91,23 @@
|
|||
<script src="https://roadmap.logos.co/js/callouts.7723cac461d613d118ee8bb8216b9838.min.js"></script>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const BASE_URL = "https://roadmap.logos.co/"
|
||||
const fetchData = Promise.all([
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.b8ed7d42cd13945833cd2c8cb2e40d15.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/linkIndex.6cf348040d2d17fddcc3c5b88898e318.min.json")
|
||||
.then(data => data.json())
|
||||
.then(data => ({
|
||||
index: data.index,
|
||||
links: data.links,
|
||||
})),
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.cc405da5be2c5262686308a3b9ab8cbb.min.json")
|
||||
fetch("https:\/\/roadmap.logos.co\/indices\/contentIndex.07d96fdebf8a98151699e34e25b1a8b3.min.json")
|
||||
.then(data => data.json()),
|
||||
])
|
||||
.then(([{index, links}, content]) => ({
|
||||
|
@ -175,6 +180,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="module">
|
||||
import { attachSPARouting } from "https:\/\/roadmap.logos.co\/js\/router.9d4974281069e9ebb189f642ae1e3ca2.min.js"
|
||||
attachSPARouting(init, render)
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<pubDate>Mon, 31 Jul 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://roadmap.logos.co/roadmap/waku/updates/2023-07-31/</guid>
|
||||
<description>Docs Milestone: Docs general improvement/incorporating feedback (continuous) next: rewrite docs in British English Milestone: Running nwaku in the cloud next: publish guides for Digital Ocean, Oracle, Fly.</description>
|
||||
<description>Docs Milestone: Docs general improvement/incorporating feedback (continuous) next: rewrite docs in British English Milestone: Running nwaku in the cloud next: publish guides for Digital Ocean, Oracle, Fly.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -1 +1,10 @@
|
|||
<!DOCTYPE html><html><head><title>https://roadmap.logos.co/tags/waku-updates/</title><link rel="canonical" href="https://roadmap.logos.co/tags/waku-updates/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/waku-updates/" /></head></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://roadmap.logos.co/tags/waku-updates/</title>
|
||||
<link rel="canonical" href="https://roadmap.logos.co/tags/waku-updates/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://roadmap.logos.co/tags/waku-updates/">
|
||||
</head>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue