roadmap/vac/updates/2024-02-05.html

290 lines
113 KiB
HTML
Raw Normal View History

2024-02-05 18:54:00 +00:00
<!DOCTYPE html>
2024-02-14 08:07:09 +00:00
<html><head><title>2024-02-05 Vac weekly</title><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta property="og:title" content="2024-02-05 Vac weekly"/><meta property="og:description" content="Vac 2024/02/05 § vac:p2p: § nimlibp2p:vac:webrtc-transport Fix a bug in Datachannel.read (reading the last message received instead of the first one) Fix a bug due to an Sctp delay (set it to 0ms was the solution) Find a bug in the conception of WebRTCStream."/><meta property="og:image" content="https://roadmap.logos.co/static/og-image.png"/><meta property="og:width" content="1200"/><meta property="og:height" content="675"/><link rel="icon" href="../../static/icon.png"/><meta name="description" content="Vac 2024/02/05 § vac:p2p: § nimlibp2p:vac:webrtc-transport Fix a bug in Datachannel.read (reading the last message received instead of the first one) Fix a bug due to an Sctp delay (set it to 0ms was the solution) Find a bug in the conception of WebRTCStream."/><meta name="generator" content="Quartz"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link href="../../index.css" rel="stylesheet" type="text/css" spa-preserve/><link href="https://cdn.jsdelivr.net/npm/katex@0.16.0/dist/katex.min.css" rel="stylesheet" type="text/css" spa-preserve/><link href="https://fonts.googleapis.com/css2?family=IBM Plex Mono&amp;family=sans-serif:wght@400;700&amp;family=sans-serif:ital,wght@0,400;0,600;1,400;1,600&amp;display=swap" rel="stylesheet" type="text/css" spa-preserve/><script src="../../prescript.js" type="application/javascript" spa-preserve></script><script type="application/javascript" spa-preserve>const fetchData = fetch(`../../static/contentIndex.json`).then(data => data.json())</script></head><body data-slug="vac/updates/2024-02-05"><div id="quartz-root" class="page"><div id="quartz-body"><div class="left sidebar"><h1 class="page-title "><a href="../..">Logos Collective Project Roadmaps</a></h1><div class="spacer mobile-only"></div><div class="search "><div id="search-icon"><p>Search</p><div></div><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</title><desc id="desc">Search</desc><g class="search-path" fill="none"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"></path><circle cx="8" cy="8" r="7"></circle></g></svg></div><div id="search-container"><div id="search-space"><input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search for something" placeholder="Search for something"/><div id="results-container"></div></div></div></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" xmlnsXlink="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;" xmlSpace="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
2024-02-05 18:54:00 +00:00
<h3 id="vacp2p">vac:p2p:<a aria-hidden="true" tabindex="-1" href="#vacp2p" class="internal"> §</a></h3>
<ul>
<li><code>nimlibp2p:vac:webrtc-transport</code>
<ul>
<li>Fix a bug in <code>Datachannel.read</code> (reading the last message received instead of the first one)</li>
<li>Fix a bug due to an Sctp delay (set it to 0ms was the solution)</li>
<li>Find a bug in the conception of WebRTCStream. ReadOnce should be Length-prefixed.
<ul>
<li>try to fix it by re-writing ReadOnce, but due to the nature of this proc (inheritance issue) it doesnt work</li>
<li>write a RawWebRTCStream to make the length readable without issue</li>
</ul>
</li>
<li>Fix a bug with the endianness of the datachannel protocol id</li>
<li>E2E Done!</li>
</ul>
</li>
<li><code>nimlibp2p:vac:gossipsub-stagger-send</code>
<ul>
<li>feat: make relayed messages non priority (dont use an explicit queue for priority msgs) - <a href="https://github.com/status-im/nim-libp2p/pull/1015" class="external">https://github.com/status-im/nim-libp2p/pull/1015</a></li>
<li>feat: drop msgs to be relayed waiting for too long in the queue - <a href="https://github.com/status-im/nim-libp2p/pull/1015" class="external">https://github.com/status-im/nim-libp2p/pull/1015</a></li>
</ul>
</li>
<li><code>nimlibp2p:vac:maintenance</code>
<ul>
<li>Investigate dependencies issues
<ul>
<li>Found possible problem/s
<ul>
<li>Lack of versioning</li>
<li>No major version clamping</li>
<li>Using<a href="../.././../tags/head" class="tag-link internal" data-slug="tags/head">#head</a></li>
</ul>
</li>
<li>Temporary workaround: Clamp/Pin (to git hash) libp2p dependencies versions
<ul>
<li><a href="https://github.com/status-im/nim-libp2p/pull/1020" class="external">PR</a></li>
</ul>
</li>
</ul>
</li>
<li>Improve documentation [In Progress]
<ul>
<li>Building go-libp2p-daemon</li>
<li>Getting Started</li>
<li><a href="https://github.com/status-im/nim-libp2p/pull/1021" class="external">PR</a></li>
</ul>
</li>
<li>Merge timeout increase</li>
<li>Improved <code>checkExpiring</code>
<ul>
<li>Now itll outpout an error message when it fails due to timeout
<ul>
<li>Not the most visible message</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3 id="vactke">vac:tke:<a aria-hidden="true" tabindex="-1" href="#vactke" class="internal"> §</a></h3>
<ul>
<li><code>admin/misc</code>:
<ul>
<li>Matty Handoff document finished and share with team on Wed (@Matty)</li>
<li>Team Lead Evaluation Criteria finished and share with team on Wed (@Matty)</li>
<li>Strengths and development areas for Frederico and Martin, shared with Corey, Daniel, and Jarrad (@Matty)</li>
</ul>
</li>
<li><code>codex:economic-analysis</code>
<ul>
<li>finalize all Codex notion including Dragans comments to litepaper (@Matty)</li>
<li>Wednesday call with Codex team get in sync on next steps</li>
</ul>
</li>
<li><code>status:SNT-staking</code>
<ul>
<li>staking contract implementation becoming a priority, refresh latest progress with SC team (@Martin)</li>
</ul>
</li>
<li><code>nomos:economic-analysis</code>
<ul>
<li>Reading whitepaper and updating TDC (@Frederico)</li>
<li>Porting wealth concentration simulation code to GPU to decrease runtimes (@Frederico)</li>
</ul>
</li>
<li><code>waku:economic-analysis</code>
<ul>
<li>Continue Waku Network of Networks design discussion with Franck, concerns around forking (@Martin)</li>
<li>Research similar abstract p2p validation protocols (e.g. former Keep Network)</li>
</ul>
</li>
</ul>
<h3 id="vacdst">vac:dst:<a aria-hidden="true" tabindex="-1" href="#vacdst" class="internal"> §</a></h3>
<ul>
<li><code>eng-10ktool:vac:bandwidth-test</code>
<ul>
<li>Try to get a stable nim-libp2p version for simulations. Investigated with Alex about building issues with nimble.</li>
<li>Analized libp2p metrics, everything normal so far</li>
<li>call with p2p team</li>
<li>Scale testing for 10K project
<ul>
<li>setup go-waku experiment at scale</li>
<li>Successfully simulated a 2,150 node simulation and gathered some basic metrics</li>
<li>Modified Kubernetes to allow for more pods to allow for (in theory) scaling to 10k+</li>
<li>Failed simulations at 10000 and 5000 nodes - current limits seem to be around ~4800 or so</li>
<li>Prometheus is a definite bottleneck - need to switch to a scaled/sharded Prometheus/<em><strong>Thanos</strong></em> setup</li>
<li>Attempting one last simulation over the weekend at 4200 nodes</li>
</ul>
</li>
<li>Diagnosing 10K project bottlenecks
<ul>
<li>Identified a major potential bottleneck in the form of control plane traffic going over Wireguard / large packet load over WG causing swarm collapse</li>
<li>will test the new theory later by re-deploying on Vac Kubernetes with a local control plane + local traffic (while still complying with infra team requirements)</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3 id="vacqa">vac:qa:<a aria-hidden="true" tabindex="-1" href="#vacqa" class="internal"> §</a></h3>
<ul>
<li><code>software-testing:waku:test-plans</code>
<ul>
<li>Sharding <a href="https://www.notion.so/Sharding-fc4b21238cde41f3bed8c9aab016bd58" class="external">test plan</a>(@Florin)</li>
</ul>
</li>
<li><code>software-testing:waku:interop-testing</code>
<ul>
<li>Relayed messages reach recently started peer with a big <a href="https://github.com/waku-org/nwaku/issues/2388" class="external">delay</a>(@Florin)</li>
<li>RLN registration <a href="https://github.com/waku-org/waku-interop-tests/pull/16" class="external">support and tests</a>(@Roman)</li>
</ul>
</li>
<li><code>software-testing:waku:test-automation-go-waku</code>
<ul>
<li>Reviewed remaining work and added <a href="https://www.notion.so/57c29e9604ed400baadf5f76a8c57ea3?v=485765aa457a4961b163e94bd37b8063&amp;pvs=4" class="external">summary</a> and <a href="https://www.notion.so/Go-Waku-Unit-Testing-cfc028caf8374d8681f2005cc54a5fb5?pvs=4" class="external">approach</a>(@Roman)</li>
</ul>
</li>
<li><code>software-testing:waku:test-automation-nwaku</code>
<ul>
<li>Clean and work with Gabriel to verify <a href="https://github.com/waku-org/nwaku/pull/2356" class="external">fix</a>(@Alex)</li>
<li>Review lighpush fixes and <a href="https://github.com/waku-org/nwaku/pull/2269" class="external">adjust unit tests</a>(@Alex)
<ul>
<li>Learned how to generate coverage report for NWaku and prepared small PR to have a <a href="https://github.com/waku-org/nwaku/pull/2382" class="external">shortcut</a>(@Roman)</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3 id="vacacz">vac:acz:<a aria-hidden="true" tabindex="-1" href="#vacacz" class="internal"> §</a></h3>
<ul>
<li><code>rlnp2p:waku:rln-relay-v2</code>
<ul>
<li>rln-v1 to v2 commitment migrator: <a href="https://github.com/waku-org/waku-rln-contract/pull/11/commits/886891b57ae54e439563023dd50161fec5ee29f1" class="external">https://github.com/waku-org/waku-rln-contract/pull/11/commits/886891b57ae54e439563023dd50161fec5ee29f1</a></li>
<li>use rln-v2 contract in nwaku: <a href="https://github.com/waku-org/nwaku/pull/2381" class="external">https://github.com/waku-org/nwaku/pull/2381</a></li>
<li>update c ffi bindings and serde in nwaku: <a href="https://github.com/waku-org/nwaku/pull/2385" class="external">https://github.com/waku-org/nwaku/pull/2385</a> (issues: <a href="https://github.com/waku-org/nwaku/issues/2378" class="external">https://github.com/waku-org/nwaku/issues/2378</a> and <a href="https://github.com/waku-org/nwaku/issues/2377" class="external">https://github.com/waku-org/nwaku/issues/2377</a>)</li>
<li>use rln-v2 in registration and membership insertion mechanism: <a href="https://github.com/waku-org/nwaku/pull/2392" class="external">https://github.com/waku-org/nwaku/pull/2392</a> (wip)</li>
</ul>
</li>
<li><code>secure-channels:waku:ethereum-chat</code>
<ul>
<li>RFC updating, following comments and suggestions.</li>
<li>Discussion of use cases for the secure messaging protocol</li>
<li>Search and investigate existing secure messaging apps</li>
</ul>
</li>
<li><code>zerokit:vac:maintenance</code>
<ul>
<li>worked on a workaround for this issue <a href="https://github.com/vacp2p/zerokit/issues/55" class="external">https://github.com/vacp2p/zerokit/issues/55</a></li>
</ul>
</li>
</ul>
<h3 id="vacsc">vac:sc::<a aria-hidden="true" tabindex="-1" href="#vacsc" class="internal"> §</a></h3>
<ul>
<li><code>status:snt-staking-contract-maintenance</code>
<ul>
<li>Review Certora work
PR <a href="https://github.com/logos-co/staking/pull/47" class="external">https://github.com/logos-co/staking/pull/47</a></li>
<li>Working on solutions for Staking Contact issues <a href="https://notes.status.im/lNd8kcVmQEWcDYEldpl26Q" class="external">https://notes.status.im/lNd8kcVmQEWcDYEldpl26Q</a></li>
</ul>
</li>
</ul>
<h3 id="vacnescience">vac:nescience:<a aria-hidden="true" tabindex="-1" href="#vacnescience" class="internal"> §</a></h3>
<ul>
<li><code>state-separation:vac:state-separation-doc</code>
<ul>
<li>Completed research on SE and DE focusing on security issues while combining both models (Moudy)</li>
<li>Rewrote a <a href="https://www.notion.so/Nescience-cd358fe429b14fa2ab38ca42835a8451?pvs=4#f47efa2d1f704414b6284c4bd261228d" class="external">full version</a> of state update proposal for security and privacy threats (Moudy)</li>
<li>Researched address hiding and signature verification and wrote a proposal for <a href="https://www.notion.so/Nescience-cd358fe429b14fa2ab38ca42835a8451?pvs=4#9ab4ba4d92914ba0a5f66235446de5d1" class="external">address hiding and signature verification</a> (Marvin)</li>
<li>Added a <a href="https://www.notion.so/Nescience-cd358fe429b14fa2ab38ca42835a8451?pvs=4#ff43eca4e39b4a4ea171743c691469de" class="external">report</a> about the security issue and a possible solution(salt mechanism) and investigated about the security of the SE/DE (Ugur)</li>
</ul>
</li>
<li><code>proofsystems:vac:research-existing-proof-systems</code>
<ul>
<li>Started looking at <a href="https://eprint.iacr.org/2023/1888.pdf" class="external">Reverie whitepaper</a>and <a href="https://github.com/hadasz/plonkish_basefold" class="external">BaseFold implementation</a> (Rostyslav)</li>
</ul>
</li>
<li><code>proofsystems:vac:benchmarks</code>
<ul>
<li>Finished working on arecibo benchmark (Rostyslav)</li>
</ul>
</li>
</ul>
<h3 id="vacdr">vac:dr:<a aria-hidden="true" tabindex="-1" href="#vacdr" class="internal"> §</a></h3>
<ul>
<li><code>gsub-scaling:vac:gossipsub-improvements-paper</code>
<ul>
<li>Completed message staggering in the form of weighted message queues
<ul>
<li>Its showing 10% better result than priority queuing, but Async Queue overhead still requires some work</li>
</ul>
</li>
</ul>
</li>
<li><code>zk:codex:storage-proofs-open-problems-review</code>
<ul>
<li>Begin reviewing <a href="https://github.com/codex-storage/zk-research-artifacts/blob/master/notes/range-check/range_check.pdf" class="external">Range Proof example</a></li>
</ul>
</li>
</ul>
<h3 id="vacrfc">vac:rfc:<a aria-hidden="true" tabindex="-1" href="#vacrfc" class="internal"> §</a></h3>
<ul>
<li><code>rfc-process-restructuring</code>
<ul>
<li>worked on rfc-index adding rest of rfc, fixing links, and chaging headers - <a href="https://github.com/vacp2p/rfc-index/pull/1" class="external">https://github.com/vacp2p/rfc-index/pull/1</a></li>
<li>worked on waku/specs adding rfcs - <a href="https://github.com/waku-org/specs/tree/waku-RFC" class="external">https://github.com/waku-org/specs/tree/waku-RFC</a></li>
</ul>
</li>
</ul></article></div><div class="right sidebar"><div class="graph "><h3>Graph View</h3><div class="graph-outer"><div id="graph-container" data-cfg="{&quot;drag&quot;:true,&quot;zoom&quot;:true,&quot;depth&quot;:1,&quot;scale&quot;:1.1,&quot;repelForce&quot;:0.5,&quot;centerForce&quot;:0.3,&quot;linkDistance&quot;:30,&quot;fontSize&quot;:0.6,&quot;opacityScale&quot;:1,&quot;showTags&quot;:true,&quot;removeTags&quot;:[]}"></div><svg version="1.1" id="global-graph-icon" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55 55" fill="currentColor" xmlSpace="preserve"><path d="M49,0c-3.309,0-6,2.691-6,6c0,1.035,0.263,2.009,0.726,2.86l-9.829,9.829C32.542,17.634,30.846,17,29,17
s-3.542,0.634-4.898,1.688l-7.669-7.669C16.785,10.424,17,9.74,17,9c0-2.206-1.794-4-4-4S9,6.794,9,9s1.794,4,4,4
c0.74,0,1.424-0.215,2.019-0.567l7.669,7.669C21.634,21.458,21,23.154,21,25s0.634,3.542,1.688,4.897L10.024,42.562
C8.958,41.595,7.549,41,6,41c-3.309,0-6,2.691-6,6s2.691,6,6,6s6-2.691,6-6c0-1.035-0.263-2.009-0.726-2.86l12.829-12.829
c1.106,0.86,2.44,1.436,3.898,1.619v10.16c-2.833,0.478-5,2.942-5,5.91c0,3.309,2.691,6,6,6s6-2.691,6-6c0-2.967-2.167-5.431-5-5.91
v-10.16c1.458-0.183,2.792-0.759,3.898-1.619l7.669,7.669C41.215,39.576,41,40.26,41,41c0,2.206,1.794,4,4,4s4-1.794,4-4
s-1.794-4-4-4c-0.74,0-1.424,0.215-2.019,0.567l-7.669-7.669C36.366,28.542,37,26.846,37,25s-0.634-3.542-1.688-4.897l9.665-9.665
C46.042,11.405,47.451,12,49,12c3.309,0,6-2.691,6-6S52.309,0,49,0z M11,9c0-1.103,0.897-2,2-2s2,0.897,2,2s-0.897,2-2,2
S11,10.103,11,9z M6,51c-2.206,0-4-1.794-4-4s1.794-4,4-4s4,1.794,4,4S8.206,51,6,51z M33,49c0,2.206-1.794,4-4,4s-4-1.794-4-4
s1.794-4,4-4S33,46.794,33,49z M29,31c-3.309,0-6-2.691-6-6s2.691-6,6-6s6,2.691,6,6S32.309,31,29,31z M47,41c0,1.103-0.897,2-2,2
s-2-0.897-2-2s0.897-2,2-2S47,39.897,47,41z M49,10c-2.206,0-4-1.794-4-4s1.794-4,4-4s4,1.794,4,4S51.206,10,49,10z"></path></svg></div><div id="global-graph-outer"><div id="global-graph-container" data-cfg="{&quot;drag&quot;:true,&quot;zoom&quot;:true,&quot;depth&quot;:-1,&quot;scale&quot;:0.9,&quot;repelForce&quot;:0.5,&quot;centerForce&quot;:0.3,&quot;linkDistance&quot;:30,&quot;fontSize&quot;:0.6,&quot;opacityScale&quot;:1,&quot;showTags&quot;:true,&quot;removeTags&quot;:[]}"></div></div></div><div class="toc desktop-only"><button type="button" id="toc"><h3>Table of Contents</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="fold"><polyline points="6 9 12 15 18 9"></polyline></svg></button><div id="toc-content"><ul class="overflow"><li class="depth-0"><a href="#vac-20240205" data-for="vac-20240205">Vac 2024/02/05</a></li><li class="depth-1"><a href="#vacp2p" data-for="vacp2p">vac:p2p:</a></li><li class="depth-1"><a href="#vactke" data-for="vactke">vac:tke:</a></li><li class="depth-1"><a href="#vacdst" data-for="vacdst">vac:dst:</a></li><li class="depth-1"><a href="#vacqa" data-for="vacqa">vac:qa:</a></li><li class="depth-1"><a href="#vacacz" data-for="vacacz">vac:acz:</a></li><li class="depth-1"><a href="#vacsc" data-for="vacsc">vac:sc::</a></li><li class="depth-1"><a href="#vacnescience" data-for="vacnescience">vac:nescience:</a></li><li class="depth-1"><a href="#vacdr" data-for="vacdr">vac:dr:</a></li><li class="depth-1"><a href="#vacrfc" data-for="vacrfc">vac:rfc:</a></li></ul></div></div><div class="backlinks "><h3>Backlinks</h3><ul class="overflow"><li>No backlinks found</li></ul></div></div></div><footer class><hr/><p>Created with <a href="https://quartz.jzhao.xyz/">Quartz v4.1.0</a>, © 2024</p><ul><li><a href="https://github.com/logos-co/roadmap">GitHub</a></li><li><a href="https://discord.com/invite/logos-state">Discord Community</a></li></ul></footer></div></body><script type="application/javascript">// quartz/components/scripts/quartz/components/scripts/callout.inline.ts
function toggleCallout() {
const outerBlock = this.parentElement;
outerBlock.classList.toggle(`is-collapsed`);
const collapsed = outerBlock.classList.contains(`is-collapsed`);
const height = collapsed ? this.scrollHeight : outerBlock.scrollHeight;
outerBlock.style.maxHeight = height + `px`;
let current = outerBlock;
let parent = outerBlock.parentElement;
while (parent) {
if (!parent.classList.contains(`callout`)) {
return;
}
const collapsed2 = parent.classList.contains(`is-collapsed`);
const height2 = collapsed2 ? parent.scrollHeight : parent.scrollHeight + current.scrollHeight;
parent.style.maxHeight = height2 + `px`;
current = parent;
parent = parent.parentElement;
}
}
function setupCallout() {
const collapsible = document.getElementsByClassName(
`callout is-collapsible`
);
for (const div of collapsible) {
const title = div.firstElementChild;
if (title) {
title.removeEventListener(`click`, toggleCallout);
title.addEventListener(`click`, toggleCallout);
const collapsed = div.classList.contains(`is-collapsed`);
const height = collapsed ? title.scrollHeight : div.scrollHeight;
div.style.maxHeight = height + `px`;
}
}
}
document.addEventListener(`nav`, setupCallout);
window.addEventListener(`resize`, setupCallout);
</script><script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
const darkMode = document.documentElement.getAttribute('saved-theme') === 'dark'
mermaid.initialize({
startOnLoad: false,
securityLevel: 'loose',
theme: darkMode ? 'dark' : 'default'
});
document.addEventListener('nav', async () => {
await mermaid.run({
querySelector: '.mermaid'
})
});
</script><script src="https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/contrib/copy-tex.min.js" type="application/javascript"></script><script src="../../postscript.js" type="module"></script></html>