Skip to content

Commit

Permalink
Merge pull request #3 from anton-rs/rf/first-update
Browse files Browse the repository at this point in the history
feat: First Update Post
  • Loading branch information
refcell authored Oct 2, 2024
2 parents 8becc51 + 38ad8c4 commit 49584a7
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 4 deletions.
92 changes: 92 additions & 0 deletions src/09-27-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Week 0

*Publish Date: September 27, 2024*

*[Newsletters Source][newsletters-source]*

### Overview

This Newsletter is ported over from the Kona project, and is the first
newsletter for the *Alt Stack Team*, a team dedicated to the Rust OP Stack
at [OP Labs][op-labs].


### Updates

The implementation of the Holocene hardfork is in full-swing, and [@refcell] is well into Holocene in [`kona-derive`][kona-derive]! For a working document of the fork implementation progress, see https://github.com/anton-rs/kona/issues/556.

Kona also received a docs refresh courtesy of [@clabby] over at [anton-rs.github.io/kona][kona-book]. We’d love some feedback, specifically on the SDK section!

<img src="./assets/docs-refresh.png" width="80%">


### Blockers

We are blocked on completing the execution layer changes within [`kona`][kona] with the [`revm`][revm] 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.

We are also blocked on implementing action tests upstream in [`op-e2e`][op-e2e] until the upstream implementation has been completed. However, ours is not complete either, so this will manifest in a week or two.


### Projects

#### Kona Project

*✅ = DONE | 🚧 = WIP | 🛑 = NOT STARTED*

🕜 Total Length of the Project ~= 23 weeks

Project Start Date: June 10, 2024

Project End Date: November 18, 2024

##### **Phase 1: Asterisc**

```json
{
"ProxyAdmin": "0x59cff637c814B045F154Be583a24179d3AF9F167",
"DisputeGameFactoryProxy": "0x69Fe8a33BaEC98698a4170E898B59aE3E0C651aD",
"AnchorStateRegistryProxy": "0xe2be2262b8F462B3D478Ff9bF7a51B8645772F49",
"DisputeGameFactory": "0x0d960BcFf756449Ef40a03254f5bAC4DB3896ac4",
"RISCV": "0xFde3de8B91B9cb7D5b92645ceA74B8B5a32092B5",
"AnchorStateRegistry": "0xc45320A1e9CDB1B52E332c1389BE330ab7ec17A5",
"FaultDisputeGame": "0x3f6F314093ff095494eB2C8268D810d50D212508"
"PreimageOracle": "0x627F825CBd48c4102d36f287be71f4234426b9e4",
"DelayedWETHProxy": "0xF3D833949133e4E4D3551343494b34079598EA5a",
}
```

##### **Phase 2: Kona Derive**

<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>

**Trusted Sync Alerts**

<img src="./assets/trusted_sync_alerts.png" width="80%">

##### **Phase 3: Client + Host ✅**

##### **Phase 4: Test Suite ✅**

##### **Phase 5: Holocene - 🚧 WIP**


<!-- Links -->

{{#include ./links.md}}
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Summary

- [Introduction](./intro.md)
- [Week 0](./09-27-2024.md)
- [Contributing](./CONTRIBUTING.md)
Binary file added src/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 src/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 src/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 src/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.
10 changes: 9 additions & 1 deletion src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ _Newsletters for the Alt Stack Team._

## Introduction

..
Newsletters is a collection of public status updates for the **Alt Stack Team**, a team dedicated to an alternative OP Stack at [OP Labs][op-labs] that is primarily built in Rust.

This book is updated weekly by members of [OP Labs][op-labs] as well as open source contributors.

## Provenance

This book inherits the [ferra] theme from [kona's book][kona-book].

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.

## Contributing

Expand Down
24 changes: 21 additions & 3 deletions src/links.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
<!-- External -->
<!-- Misc External -->

[ferra]: https://github.com/casperstorm/ferra
[revm]: https://github.com/bluealloy/revm
[op-e2e]: https://github.com/ethereum-optimism/optimism/tree/develop/op-e2e

<!-- Newsletters -->

[newsletters]: https://github.com/anton-rs/newsletters
[newsletters]: https://anton-rs.github.io/newsletters
[newsletters-source]: https://github.com/anton-rs/newsletters
[issues]: https://github.com/anton-rs/newsletters/issues
[new-issue]: https://github.com/anton-rs/newsletters/issues/new
[contributing]: https://github.com/anton-rs/newsletters/tree/main/CONTRIBUTING.md

<!-- Kona -->

[kona]: https://github.com/anton-rs/kona
[kona-derive]: https://github.com/anton-rs/kona/tree/main/crates/derive
[kona-book]: https://anton-rs.github.io/kona

<!-- People -->

[op-labs]: https://github.com/ethereum-optimism
[@clabby]: https://github.com/clabby
[@refcell]: https://github.com/refcell
[@merklefruit]: https://github.com/merklefruit

<!-- Teams -->

[op-labs]: https://www.oplabs.co/
[ethereum-optimism]: https://github.com/ethereum-optimism

0 comments on commit 49584a7

Please sign in to comment.