eth-valkyoth-protocol 0.11.0

Fork-aware no_std Ethereum protocol validation state.
Documentation
# eth-valkyoth-protocol

Support crate for `eth`: fork-aware `no_std` Ethereum protocol validation
state and transaction envelope shell classification.

Most users should depend on the facade crate instead:

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

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.

The `0.11.0` release classifies EIP-2718 typed transaction envelopes and legacy
RLP-list transaction envelopes without decoding transaction fields or implying
fork validity.