Refactoring Checkpoint: (WIP)

This commit is contained in:
2025-12-14 10:29:31 +03:00
parent 09735eb97a
commit c89d7cac55
1424 changed files with 6415 additions and 6064 deletions
+2 -2
View File
@@ -737,7 +737,7 @@ mod dummy {
/// The `SURI` can be parsed from a string. The string is interpreted in the following way:
///
/// - If `string` is a possibly `0x` prefixed 64-digit hex string, then it will be interpreted
/// directly as a `MiniSecretKey` (aka "seed" in `subkey`).
/// directly as a `MiniSecretKey` (aka "seed" in `pez_subkey`).
/// - If `string` is a valid BIP-39 key phrase of 12, 15, 18, 21 or 24 words, then the key will
/// be derived from it. In this case:
/// - the phrase may be followed by one or more items delimited by `/` characters.
@@ -928,7 +928,7 @@ pub trait Pair: CryptoType + Sized {
/// junction iterator.
///
/// - If `s` is a possibly `0x` prefixed 64-digit hex string, then it will be interpreted
/// directly as a `MiniSecretKey` (aka "seed" in `subkey`).
/// directly as a `MiniSecretKey` (aka "seed" in `pez_subkey`).
/// - If `s` is a valid BIP-39 key phrase of 12, 15, 18, 21 or 24 words, then the key will
/// be derived from it. In this case:
/// - the phrase may be followed by one or more items delimited by `/` characters.
@@ -1,5 +1,5 @@
[package]
name = "ethereum-standards"
name = "pez-ethereum-standards"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
@@ -7,7 +7,7 @@ description = "Interfaces for Ethereum standards"
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/ethereum-standards"
documentation = "https://docs.rs/pez-ethereum-standards"
[lints]
workspace = true