eth-valkyoth-protocol 0.7.0

Fork-aware no_std Ethereum protocol validation state.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# eth-valkyoth-protocol

Support crate for `eth`: fork-aware `no_std` Ethereum protocol validation
state.

Most users should depend on the facade crate instead:

```toml
[dependencies]
eth = "0.5"
```

Crates.io: <https://crates.io/crates/eth>

This package is published separately so the `eth` workspace can keep small,
auditable crate boundaries. Treat it as a lower-level building block unless the
`eth` documentation explicitly says otherwise.