Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(genesis): Migrate op-alloy-genesis->maili-genesis #381

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Migrate genesis to maili-genesis
emhane committed Jan 13, 2025
commit b2fd01f922dcc7cb7e95efb282e57d492d1a097f
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/FEATURE-FORM.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@ body:
options:
- consensus
- network
- genesis
- protocol
- provider
- op-alloy
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -36,7 +36,6 @@ rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
# Workspace
op-alloy-genesis = { version = "0.9.2", path = "crates/genesis", default-features = false }
op-alloy-consensus = { version = "0.9.2", path = "crates/consensus", default-features = false }
op-alloy-network = { version = "0.9.2", path = "crates/network", default-features = false }
op-alloy-rpc-types = { version = "0.9.2", path = "crates/rpc-types", default-features = false }
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ Built on [Alloy][alloy], op-alloy connects applications to the OP Stack.
The following crates are provided by `op-alloy`.

- [`op-alloy-consensus`][op-alloy-consensus]
- [`op-alloy-genesis`][op-alloy-genesis]
- [`op-alloy-network`][op-alloy-network]
- [`op-alloy-rpc-types-engine`][op-alloy-rpc-types-engine]
- [`op-alloy-rpc-types`][op-alloy-rpc-types]
@@ -52,7 +51,6 @@ op-alloy is intended to be `no_std` compatible, initially for use in [kona][kona
The following crates support `no_std`.
Notice, provider crates do not support `no_std` compatibility.

- [`op-alloy-genesis`][op-alloy-genesis]
- [`op-alloy-consensus`][op-alloy-consensus]
- [`op-alloy-rpc-types`][op-alloy-rpc-types]
- [`op-alloy-rpc-types-engine`][op-alloy-rpc-types-engine]
@@ -87,7 +85,6 @@ shall be dual licensed as above, without any additional terms or conditions.
[contributing]: https://alloy-rs.github.io/op-alloy

[op-alloy-consensus]: https://crates.io/crates/op-alloy-consensus
[op-alloy-genesis]: https://crates.io/crates/op-alloy-genesis
[op-alloy-network]: https://crates.io/crates/op-alloy-network
[op-alloy-rpc-types-engine]: https://crates.io/crates/op-alloy-rpc-types-engine
[op-alloy-rpc-types]: https://crates.io/crates/op-alloy-rpc-types
3 changes: 0 additions & 3 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -3,9 +3,6 @@
- [Introduction](./intro.md)
- [Getting Started](./starting.md)
- [Building](./building/README.md)
- [Genesis](./building/genesis/README.md)
- [Rollup Config](./building/genesis/rollup-config.md)
- [System Config](./building/genesis/system-config.md)
- [Consensus](./building/consensus.md)
- [Engine RPC Types](./building/engine.md)
- [Protocol](./building/protocol/README.md)
5 changes: 0 additions & 5 deletions book/src/building/README.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
This section offers in-depth documentation into the various `op-alloy` crates.
Some of the primary crates and their types are listed below.

- [`op-alloy-genesis`][op-alloy-genesis] provides the
[`RollupConfig`][rollup-config] and [`SystemConfig`][system-config] types.
- [`op-alloy-consensus`][op-alloy-consensus] provides [`OpBlock`][op-block],
[`OpTxEnvelope`][op-tx-envelope], [`OpReceiptEnvelope`][op-rx-envelope],
@@ -17,9 +16,6 @@ Some of the primary crates and their types are listed below.

<!-- Links -->

[rollup-config]: https://docs.rs/op-alloy-genesis/latest/op_alloy_genesis/rollup/struct.RollupConfig.html
[system-config]: https://docs.rs/op-alloy-genesis/latest/op_alloy_genesis/system/struct.SystemConfig.html

[op-block]: https://docs.rs/op-alloy-consensus/latest/op_alloy_consensus/type.OpBlock.html
[op-tx-envelope]: https://docs.rs/op-alloy-consensus/latest/op_alloy_consensus/enum.OpTxEnvelope.html
[op-rx-envelope]: https://docs.rs/op-alloy-consensus/latest/op_alloy_consensus/enum.OpReceiptEnvelope.html
@@ -32,7 +28,6 @@ Some of the primary crates and their types are listed below.
[channel]: https://docs.rs/op-alloy-protocol/latest/op_alloy_protocol/struct.Channel.html
[batch]: https://docs.rs/op-alloy-protocol/latest/op_alloy_protocol/enum.Batch.html

[op-alloy-genesis]: https://crates.io/crates/op-alloy-genesis
[op-alloy-consensus]: https://crates.io/crates/op-alloy-consensus
[op-alloy-protocol]: https://crates.io/crates/op-alloy-protocol
[op-alloy-rpc-types-engine]: https://crates.io/crates/op-alloy-rpc-types-engine
14 changes: 0 additions & 14 deletions book/src/building/genesis/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions book/src/building/genesis/rollup-config.md

This file was deleted.

30 changes: 0 additions & 30 deletions book/src/building/genesis/system-config.md

This file was deleted.

37 changes: 0 additions & 37 deletions book/src/building/rollup-configs.md

This file was deleted.

1 change: 0 additions & 1 deletion book/src/examples/README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@

Examples for working with `op-alloy-*` crates.

- [Load a Rollup Config for a Chain ID](./load-a-rollup-config.md)
- [Create a new L1BlockInfoTx Hardfork Variant](./new-l1-block-info-tx-hardfork.md)
- [Transform Frames to a Batch](./frames-to-batch.md)
- [Transform a Batch to Frames](./batch-to-frames.md)
34 changes: 0 additions & 34 deletions book/src/examples/load-a-rollup-config.md

This file was deleted.

113 changes: 0 additions & 113 deletions book/src/examples/new-l1-block-info-tx-hardfork.md

This file was deleted.

10 changes: 0 additions & 10 deletions book/src/links.md
Original file line number Diff line number Diff line change
@@ -6,21 +6,11 @@
[op-alloy-ff]: https://docs.rs/crate/op-alloy/latest/features

[op-alloy-consensus]: https://crates.io/crates/op-alloy-consensus
[op-alloy-genesis]: https://crates.io/crates/op-alloy-genesis
[op-alloy-network]: https://crates.io/crates/op-alloy-network
[op-alloy-protocol]: https://crates.io/crates/op-alloy-protocol
[op-alloy-rpc-types-engine]: https://crates.io/crates/op-alloy-rpc-types-engine
[op-alloy-rpc-types]: https://crates.io/crates/op-alloy-rpc-types

<!-- op-alloy-genesis -->

[genesis]: https://crates.io/crates/op-alloy-genesis
[rc]: https://docs.rs/op-alloy-genesis/latest/op_alloy_genesis/rollup/struct.RollupConfig.html
[rcid]: https://docs.rs/op-alloy-genesis/latest/op_alloy_genesis/rollup/fn.rollup_config_from_chain_id.html
[eip]: https://docs.rs/op-alloy-genesis/latest/op_alloy_genesis/system/struct.SystemConfig.html#method.eip_1559_params
[update]: https://docs.rs/op-alloy-genesis/latest/op_alloy_genesis/system/struct.SystemConfig.html#method.update_with_receipts
[system-config]: https://docs.rs/op-alloy-genesis/latest/op_alloy_genesis/system/struct.SystemConfig.html

<!-- op-alloy-protocol -->

[compress-brotli]: https://docs.rs/op-alloy-protocol/latest/op_alloy_protocol/fn.compress_brotli.html
2 changes: 0 additions & 2 deletions book/src/starting.md
Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@ so `op-alloy-consensus` types can be used from `op-alloy` through `op_alloy::con
## Crates

- [`op-alloy-network`][op-alloy-network]
- [`op-alloy-genesis`][op-alloy-genesis] (supports `no_std`)
- [`op-alloy-protocol`][op-alloy-protocol] (supports `no_std`)
- [`op-alloy-consensus`][op-alloy-consensus] (supports `no_std`)
- [`op-alloy-rpc-types`][op-alloy-rpc-types] (supports `no_std`)
@@ -73,7 +72,6 @@ so `op-alloy-consensus` types can be used from `op-alloy` through `op_alloy::con
As noted above, the following crates are `no_std` compatible.

- [`op-alloy-consensus`][op-alloy-consensus]
- [`op-alloy-genesis`][op-alloy-genesis]
- [`op-alloy-protocol`][op-alloy-protocol]
- [`op-alloy-rpc-types-engine`][op-alloy-rpc-types-engine]
- [`op-alloy-rpc-types`][op-alloy-rpc-types]
Loading