Skip to content

Commit

Permalink
deploy: 49584a7
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Oct 2, 2024
1 parent 530cfbe commit 875c757
Show file tree
Hide file tree
Showing 12 changed files with 406 additions and 19 deletions.
310 changes: 310 additions & 0 deletions 09-27-2024.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html"><strong aria-hidden="true">2.</strong> Contributing</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="09-27-2024.html"><strong aria-hidden="true">2.</strong> Week 0</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html"><strong aria-hidden="true">3.</strong> Contributing</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html" class="active"><strong aria-hidden="true">2.</strong> Contributing</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="09-27-2024.html"><strong aria-hidden="true">2.</strong> Week 0</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html" class="active"><strong aria-hidden="true">3.</strong> Contributing</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
Expand Down Expand Up @@ -216,7 +216,7 @@ <h2 id="pull-request-process"><a class="header" href="#pull-request-process">Pul

<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="prev" href="intro.html" class="mobile-nav-chapters previous"
<a rel="prev" href="09-27-2024.html" class="mobile-nav-chapters previous"
title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>
Expand All @@ -228,7 +228,7 @@ <h2 id="pull-request-process"><a class="header" href="#pull-request-process">Pul
</div>

<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="prev" href="intro.html" class="nav-chapters previous" title="Previous chapter"
<a rel="prev" href="09-27-2024.html" class="nav-chapters previous" title="Previous chapter"
aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>
Expand Down
Binary file added assets/docs-refresh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/op_mainnet_trusted_sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/op_sepolia_trusted_sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/trusted_sync_alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html" class="active"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html"><strong aria-hidden="true">2.</strong> Contributing</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html" class="active"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="09-27-2024.html"><strong aria-hidden="true">2.</strong> Week 0</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html"><strong aria-hidden="true">3.</strong> Contributing</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
Expand Down Expand Up @@ -194,19 +194,25 @@ <h1 id="alt-stack-team"><a class="header" href="#alt-stack-team">Alt Stack Team<
<p><em>Newsletters for the Alt Stack Team.</em></p>
<p><a href="https://github.com/anton-rs/newsletters"><img src="https://img.shields.io/badge/GitHub%20Repo-newsletters-green?logo=github"></a></p>
<h2 id="introduction"><a class="header" href="#introduction">Introduction</a></h2>
<p>..</p>
<p>Newsletters is a collection of public status updates for the <strong>Alt Stack Team</strong>, a team dedicated to an alternative OP Stack at <a href="https://www.oplabs.co/">OP Labs</a> that is primarily built in Rust.</p>
<p>This book is updated weekly by members of <a href="https://www.oplabs.co/">OP Labs</a> as well as open source contributors.</p>
<h2 id="provenance"><a class="header" href="#provenance">Provenance</a></h2>
<p>This book inherits the <a href="https://github.com/casperstorm/ferra">ferra</a> theme from <a href="https://anton-rs.github.io/kona">kona's book</a>.</p>
<p>It is loosely based on format of the [Rust RFC book], with a flat page composition. All updates are listed in the left-hand side Navbar.</p>
<h2 id="contributing"><a class="header" href="#contributing">Contributing</a></h2>
<p>Contributors are welcome! Please see the <a href="https://github.com/anton-rs/newsletters/tree/main/CONTRIBUTING.md">contributing guide</a> for more information.</p>
<!-- External -->
<!-- Misc External -->
<!-- Newsletters -->
<!-- Kona -->
<!-- People -->
<!-- Teams -->

</main>

<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->

<a rel="next prefetch" href="CONTRIBUTING.html" class="mobile-nav-chapters next"
<a rel="next prefetch" href="09-27-2024.html" class="mobile-nav-chapters next"
title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
Expand All @@ -218,7 +224,7 @@ <h2 id="contributing"><a class="header" href="#contributing">Contributing</a></h

<nav class="nav-wide-wrapper" aria-label="Page navigation">

<a rel="next prefetch" href="CONTRIBUTING.html" class="nav-chapters next" title="Next chapter"
<a rel="next prefetch" href="09-27-2024.html" class="nav-chapters next" title="Next chapter"
aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
Expand Down
16 changes: 11 additions & 5 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html" class="active"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html"><strong aria-hidden="true">2.</strong> Contributing</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html" class="active"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="09-27-2024.html"><strong aria-hidden="true">2.</strong> Week 0</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html"><strong aria-hidden="true">3.</strong> Contributing</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
Expand Down Expand Up @@ -194,19 +194,25 @@ <h1 id="alt-stack-team"><a class="header" href="#alt-stack-team">Alt Stack Team<
<p><em>Newsletters for the Alt Stack Team.</em></p>
<p><a href="https://github.com/anton-rs/newsletters"><img src="https://img.shields.io/badge/GitHub%20Repo-newsletters-green?logo=github"></a></p>
<h2 id="introduction"><a class="header" href="#introduction">Introduction</a></h2>
<p>..</p>
<p>Newsletters is a collection of public status updates for the <strong>Alt Stack Team</strong>, a team dedicated to an alternative OP Stack at <a href="https://www.oplabs.co/">OP Labs</a> that is primarily built in Rust.</p>
<p>This book is updated weekly by members of <a href="https://www.oplabs.co/">OP Labs</a> as well as open source contributors.</p>
<h2 id="provenance"><a class="header" href="#provenance">Provenance</a></h2>
<p>This book inherits the <a href="https://github.com/casperstorm/ferra">ferra</a> theme from <a href="https://anton-rs.github.io/kona">kona's book</a>.</p>
<p>It is loosely based on format of the [Rust RFC book], with a flat page composition. All updates are listed in the left-hand side Navbar.</p>
<h2 id="contributing"><a class="header" href="#contributing">Contributing</a></h2>
<p>Contributors are welcome! Please see the <a href="https://github.com/anton-rs/newsletters/tree/main/CONTRIBUTING.md">contributing guide</a> for more information.</p>
<!-- External -->
<!-- Misc External -->
<!-- Newsletters -->
<!-- Kona -->
<!-- People -->
<!-- Teams -->

</main>

<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->

<a rel="next prefetch" href="CONTRIBUTING.html" class="mobile-nav-chapters next"
<a rel="next prefetch" href="09-27-2024.html" class="mobile-nav-chapters next"
title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
Expand All @@ -218,7 +224,7 @@ <h2 id="contributing"><a class="header" href="#contributing">Contributing</a></h

<nav class="nav-wide-wrapper" aria-label="Page navigation">

<a rel="next prefetch" href="CONTRIBUTING.html" class="nav-chapters next" title="Next chapter"
<a rel="next prefetch" href="09-27-2024.html" class="nav-chapters next" title="Next chapter"
aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
Expand Down
71 changes: 68 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html"><strong aria-hidden="true">2.</strong> Contributing</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="09-27-2024.html"><strong aria-hidden="true">2.</strong> Week 0</a></li><li class="chapter-item expanded "><a href="CONTRIBUTING.html"><strong aria-hidden="true">3.</strong> Contributing</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
Expand Down Expand Up @@ -192,12 +192,77 @@ <h1 id="alt-stack-team"><a class="header" href="#alt-stack-team">Alt Stack Team<
<p><em>Newsletters for the Alt Stack Team.</em></p>
<p><a href="https://github.com/anton-rs/newsletters"><img src="https://img.shields.io/badge/GitHub%20Repo-newsletters-green?logo=github"></a></p>
<h2 id="introduction"><a class="header" href="#introduction">Introduction</a></h2>
<p>..</p>
<p>Newsletters is a collection of public status updates for the <strong>Alt Stack Team</strong>, a team dedicated to an alternative OP Stack at <a href="https://www.oplabs.co/">OP Labs</a> that is primarily built in Rust.</p>
<p>This book is updated weekly by members of <a href="https://www.oplabs.co/">OP Labs</a> as well as open source contributors.</p>
<h2 id="provenance"><a class="header" href="#provenance">Provenance</a></h2>
<p>This book inherits the <a href="https://github.com/casperstorm/ferra">ferra</a> theme from <a href="https://anton-rs.github.io/kona">kona's book</a>.</p>
<p>It is loosely based on format of the [Rust RFC book], with a flat page composition. All updates are listed in the left-hand side Navbar.</p>
<h2 id="contributing"><a class="header" href="#contributing">Contributing</a></h2>
<p>Contributors are welcome! Please see the <a href="https://github.com/anton-rs/newsletters/tree/main/CONTRIBUTING.md">contributing guide</a> for more information.</p>
<!-- External -->
<!-- Misc External -->
<!-- Newsletters -->
<!-- Kona -->
<!-- People -->
<!-- Teams -->
<div style="break-before: page; page-break-before: always;"></div><h1 id="week-0"><a class="header" href="#week-0">Week 0</a></h1>
<p><em>Publish Date: September 27, 2024</em></p>
<p><em><a href="https://github.com/anton-rs/newsletters">Newsletters Source</a></em></p>
<h3 id="overview"><a class="header" href="#overview">Overview</a></h3>
<p>This Newsletter is ported over from the Kona project, and is the first
newsletter for the <em>Alt Stack Team</em>, a team dedicated to the Rust OP Stack
at <a href="https://www.oplabs.co/">OP Labs</a>.</p>
<h3 id="updates"><a class="header" href="#updates">Updates</a></h3>
<p>The implementation of the Holocene hardfork is in full-swing, and <a href="https://github.com/refcell">@refcell</a> is well into Holocene in <a href="https://github.com/anton-rs/kona/tree/main/crates/derive"><code>kona-derive</code></a>! For a working document of the fork implementation progress, see https://github.com/anton-rs/kona/issues/556.</p>
<p>Kona also received a docs refresh courtesy of <a href="https://github.com/clabby">@clabby</a> over at <a href="https://anton-rs.github.io/kona">anton-rs.github.io/kona</a>. We’d love some feedback, specifically on the SDK section!</p>
<img src="./assets/docs-refresh.png" width="80%">
<h3 id="blockers"><a class="header" href="#blockers">Blockers</a></h3>
<p>We are blocked on completing the execution layer changes within <a href="https://github.com/anton-rs/kona"><code>kona</code></a> with the <a href="https://github.com/bluealloy/revm"><code>revm</code></a> changes pending. Currently Cody Wang from Coinbase is owning these, and we’ve reached out to see how we can help to keep progress moving.</p>
<p>We are also blocked on implementing action tests upstream in <a href="https://github.com/ethereum-optimism/optimism/tree/develop/op-e2e"><code>op-e2e</code></a> until the upstream implementation has been completed. However, ours is not complete either, so this will manifest in a week or two.</p>
<h3 id="projects"><a class="header" href="#projects">Projects</a></h3>
<h4 id="kona-project"><a class="header" href="#kona-project">Kona Project</a></h4>
<p><em>✅ = DONE | 🚧 = WIP | 🛑 = NOT STARTED</em></p>
<p>🕜 Total Length of the Project ~= 23 weeks</p>
<p>Project Start Date: June 10, 2024</p>
<p>Project End Date: November 18, 2024</p>
<h5 id="phase-1-asterisc-"><a class="header" href="#phase-1-asterisc-"><strong>Phase 1: Asterisc</strong></a></h5>
<pre><code class="language-json">{
"ProxyAdmin": "0x59cff637c814B045F154Be583a24179d3AF9F167",
"DisputeGameFactoryProxy": "0x69Fe8a33BaEC98698a4170E898B59aE3E0C651aD",
"AnchorStateRegistryProxy": "0xe2be2262b8F462B3D478Ff9bF7a51B8645772F49",
"DisputeGameFactory": "0x0d960BcFf756449Ef40a03254f5bAC4DB3896ac4",
"RISCV": "0xFde3de8B91B9cb7D5b92645ceA74B8B5a32092B5",
"AnchorStateRegistry": "0xc45320A1e9CDB1B52E332c1389BE330ab7ec17A5",
"FaultDisputeGame": "0x3f6F314093ff095494eB2C8268D810d50D212508"
"PreimageOracle": "0x627F825CBd48c4102d36f287be71f4234426b9e4",
"DelayedWETHProxy": "0xF3D833949133e4E4D3551343494b34079598EA5a",
}
</code></pre>
<h5 id="phase-2-kona-derive-"><a class="header" href="#phase-2-kona-derive-"><strong>Phase 2: Kona Derive</strong></a></h5>
<table>
<tr>
<th> <b>OP Mainnet Trusted Sync Grafana</b> </th>
<th> <b>OP Sepolia Trusted Sync Grafana</b> </th>
</tr>
<tr>
<td>
<img src="./assets/op_mainnet_trusted_sync.png" width="80%">
</td>
<td>
<img src="./assets/op_sepolia_trusted_sync.png" width="80%">
</td>
</tr>
</table>
<p><strong>Trusted Sync Alerts</strong></p>
<img src="./assets/trusted_sync_alerts.png" width="80%">
<h5 id="phase-3-client--host-"><a class="header" href="#phase-3-client--host-"><strong>Phase 3: Client + Host ✅</strong></a></h5>
<h5 id="phase-4-test-suite-"><a class="header" href="#phase-4-test-suite-"><strong>Phase 4: Test Suite ✅</strong></a></h5>
<h5 id="phase-5-holocene----wip"><a class="header" href="#phase-5-holocene----wip"><strong>Phase 5: Holocene - 🚧 WIP</strong></a></h5>
<!-- Links -->
<!-- Misc External -->
<!-- Newsletters -->
<!-- Kona -->
<!-- People -->
<!-- Teams -->
<div style="break-before: page; page-break-before: always;"></div><h1 id="contributing-1"><a class="header" href="#contributing-1">Contributing</a></h1>
<p>Thank you for wanting to contribute! Before contributing to this repository, please read through this document and
discuss the change you wish to make via issue.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 875c757

Please sign in to comment.