Skip to content

Commit 5ecf2f4

Browse files
theochapclaude
andauthored
docs: add repository migration announcement (alloy-rs/op-alloy#621)
## Summary - Add announcement to README that op-alloy is moving to ethereum-optimism/optimism - Note that alloy-rs/op-alloy will be archived - Confirm GitHub contributions will be preserved Migration PR: #18811 --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent df50b89 commit 5ecf2f4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
<a href="https://github.com/alloy-rs/op-alloy/blob/main/SNAPPY-LICENSE"><img src="https://img.shields.io/badge/License-SNAPPY-d1d1f6.svg?label=license&labelColor=2a2f35" alt="License"></a>
77
<a href="https://alloy-rs.github.io/op-alloy"><img src="https://img.shields.io/badge/Book-854a15?logo=mdBook&labelColor=2a2f35" alt="Book"></a>
88

9-
Built on [Alloy][alloy], op-alloy aggregates the OP stack's unique primitives from [Maili][maili],
9+
> [!IMPORTANT]
10+
> **This repository is moving to [ethereum-optimism/optimism](https://github.com/ethereum-optimism/optimism).**
11+
>
12+
> The `alloy-rs/op-alloy` repository will be archived (deprecated). All future development will continue in the new location. Your GitHub contributions will be preserved.
13+
14+
Built on [Alloy][alloy], op-alloy aggregates the OP stack's unique primitives from [Maili][maili],
1015
to the subset of L1 types used by Optimistic rollups.
1116

1217

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ feature-depth = 1
1010
ignore = [
1111
# paste crate is no longer maintained.
1212
"RUSTSEC-2024-0436",
13+
# bincode is unmaintained, but only used as a dev-dependency for testing.
14+
"RUSTSEC-2025-0141",
1315
]
1416

1517
[licenses]

0 commit comments

Comments
 (0)