Skip to content

Commit

Permalink
docs: clean up top level docs (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Feb 7, 2025
1 parent 6677ce8 commit ef23dae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 20 deletions.
10 changes: 9 additions & 1 deletion crates/eip5792/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# alloy-eip5792

types for [EIP-5792](https://eips.ethereum.org/EIPS/eip-5792)
Types for the Wallet Call API.

- `wallet_getCapabilities` based on [EIP-5792][eip-5792], with the only capability being
`delegation`.
- `wallet_sendTransaction` that can perform sequencer-sponsored [EIP-7702][eip-7702] delegations
and send other sequencer-sponsored transactions on behalf of EOAs with delegated code.

[eip-5792]: https://eips.ethereum.org/EIPS/eip-5792
[eip-7702]: https://eips.ethereum.org/EIPS/eip-7702
9 changes: 0 additions & 9 deletions crates/eip5792/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
#![doc = include_str!("../README.md")]
//! Types for the Wallet Call API.
//!
//! - `wallet_getCapabilities` based on [EIP-5792][eip-5792], with the only capability being
//! `delegation`.
//! - `wallet_sendTransaction` that can perform sequencer-sponsored [EIP-7702][eip-7702] delegations
//! and send other sequencer-sponsored transactions on behalf of EOAs with delegated code.
//!
//! [eip-5792]: https://eips.ethereum.org/EIPS/eip-5792
//! [eip-7702]: https://eips.ethereum.org/EIPS/eip-7702
#![doc(
html_logo_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/alloy.jpg",
html_favicon_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/favicon.ico"
Expand Down
8 changes: 0 additions & 8 deletions crates/rpc-types-trace/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
html_logo_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/alloy.jpg",
html_favicon_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/favicon.ico"
)]
#![warn(
missing_copy_implementations,
missing_debug_implementations,
missing_docs,
unreachable_pub,
clippy::missing_const_for_fn,
rustdoc::all
)]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![deny(unused_must_use, rust_2018_idioms)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
Expand Down
2 changes: 0 additions & 2 deletions crates/serde/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//! Alloy serde helpers for primitive types.
#![doc = include_str!("../README.md")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/alloy.jpg",
Expand Down

0 comments on commit ef23dae

Please sign in to comment.