Skip to content

Commit 5bf39f2

Browse files
theochapclaude
andauthored
chore: remove alloy-op-hardforks crate (#88)
The alloy-op-hardforks crate has been moved to ethereum-optimism/optimism. Git history and contributions have been preserved in the new location. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 122874e commit 5bf39f2

File tree

11 files changed

+8
-803
lines changed

11 files changed

+8
-803
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ rustdoc-args = ["--cfg", "docsrs"]
3636

3737
[workspace.dependencies]
3838
alloy-hardforks = { version = "0.4.7", path = "crates/hardforks", default-features = false }
39-
alloy-op-hardforks = { version = "0.4.7", path = "crates/op-hardforks", default-features = false }
4039

4140
# ethereum
4241
alloy-chains = { version = "0.2.0", default-features = false }

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# hardforks
2+
3+
Ethereum hardfork definitions.
4+
5+
## Announcement
6+
7+
The `alloy-op-hardforks` crate has been moved to [ethereum-optimism/optimism](https://github.com/ethereum-optimism/optimism). It has been removed from this repository (`alloy-rs/hardforks`).
8+
9+
Git history and contributions have been preserved in the new location.

crates/op-hardforks/Cargo.toml

Lines changed: 0 additions & 28 deletions
This file was deleted.

crates/op-hardforks/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/op-hardforks/src/base/mainnet.rs

Lines changed: 0 additions & 22 deletions
This file was deleted.

crates/op-hardforks/src/base/mod.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

crates/op-hardforks/src/base/sepolia.rs

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)