-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from anton-rs/rf/10-11-2024.md
week: 10-11-2024
- Loading branch information
Showing
2 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# Week 2 | ||
|
||
*Publish Date: October 11, 2024* | ||
|
||
*[Newsletters Source][newsletters-source]* | ||
|
||
|
||
## Alt Stack Team | ||
|
||
The current project list includes: | ||
- `op-reth` | ||
- `kona` | ||
- `op-alloy` | ||
- `op-rs` | ||
- `superchain` | ||
|
||
If you're interested in joining the **Alt Stack Team**, reach out to: | ||
- [@clabby] | ||
- [@refcell] | ||
|
||
|
||
## Updates | ||
|
||
The reference implementation Holocene Hardfork changes are being finalized. | ||
Kona had a few small updates with learnings from the reference implementation. | ||
|
||
Otherwise, this past week has been a major cleanup for kona. | ||
We've brought kona up from ~77% test coverage to 94%. | ||
We've removed all `// TODO` comments. | ||
Test utilities have been fully refactored in `kona-derive`. | ||
|
||
Action tests are still held up by the reference implementation. | ||
|
||
Additionally, the next big step is to ship kona + asterisc. | ||
This requires asterisc being ready for testnet which we're working with | ||
Sunnyside Labs to figure out how we can wrap up that work. | ||
|
||
|
||
## Projects | ||
|
||
|
||
{{#include ./op-reth.md}} | ||
|
||
`op-reth` is being updated for Holocene. | ||
This work is expected to wrap up within the next week. | ||
|
||
|
||
{{#include ./kona.md}} | ||
|
||
<details> | ||
<summary><b>Phase 1: Asterisc ✅</b></summary> | ||
|
||
```json | ||
{ | ||
"ProxyAdmin": "0x59cff637c814B045F154Be583a24179d3AF9F167", | ||
"DisputeGameFactoryProxy": "0x69Fe8a33BaEC98698a4170E898B59aE3E0C651aD", | ||
"AnchorStateRegistryProxy": "0xe2be2262b8F462B3D478Ff9bF7a51B8645772F49", | ||
"DisputeGameFactory": "0x0d960BcFf756449Ef40a03254f5bAC4DB3896ac4", | ||
"RISCV": "0xFde3de8B91B9cb7D5b92645ceA74B8B5a32092B5", | ||
"AnchorStateRegistry": "0xc45320A1e9CDB1B52E332c1389BE330ab7ec17A5", | ||
"FaultDisputeGame": "0x3f6F314093ff095494eB2C8268D810d50D212508" | ||
"PreimageOracle": "0x627F825CBd48c4102d36f287be71f4234426b9e4", | ||
"DelayedWETHProxy": "0xF3D833949133e4E4D3551343494b34079598EA5a", | ||
} | ||
``` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary><b>Phase 2: Kona Derive ✅</b></summary> | ||
<table> | ||
<tr> | ||
<th> <b>OP Mainnet Trusted Sync Grafana</b> </th> | ||
<th> <b>OP Sepolia Trusted Sync Grafana</b> </th> | ||
</tr> | ||
<tr> | ||
<td style='text-align:center; vertical-align:middle'> | ||
<img src="./assets/op_mainnet_trusted_sync.png" width="80%"> | ||
</td> | ||
<td style='text-align:center; vertical-align:middle'> | ||
<img src="./assets/op_sepolia_trusted_sync.png" width="80%"> | ||
</td> | ||
</tr> | ||
</table> | ||
<b>Trusted Sync Alerts</b> | ||
<p style='text-align:center; vertical-align:middle'> | ||
<img src="./assets/trusted_sync_alerts.png" width="80%"> | ||
</p> | ||
</details> | ||
|
||
<details><summary><b>Phase 3: Client + Host ✅</b></summary></details> | ||
|
||
<details><summary><b>Phase 4: Test Suite ✅</b></summary></details> | ||
|
||
<details><summary><b>Phase 5: Holocene - ✅</b></summary></details> | ||
|
||
#### What’s Next | ||
|
||
With Holocene support code complete, all that's left for Stage 1.4 (Kona) | ||
project is to test and ship Kona + Asterisc to Sepolia and Mainnet. | ||
|
||
- `P0` - Holocene Testing | ||
- Action tests | ||
- `P0` - Ship Kona + Asterisc to Sepolia and Mainnet | ||
- `P1` - Asterisc improvements | ||
- [asterisc/issues/77](https://github.com/ethereum-optimism/asterisc/issues/77) | ||
|
||
|
||
{{#include ./op-rs.md}} | ||
|
||
|
||
<!-- Links --> | ||
|
||
{{#include ./links.md}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters