ethereum-consensus icon indicating copy to clipboard operation
ethereum-consensus copied to clipboard

Add conversion between ByteVector and FixedBytes

Open Akagi201 opened this issue 1 year ago • 3 comments

It will help to work with alloy crates.

MSRV >= 1.81

The latest alloy-primitives crate requires rustc >= 1.79, and reth requires rustc >= 1.81

https://github.com/alloy-rs/core/blob/main/Cargo.toml#L8 https://github.com/paradigmxyz/reth/blob/main/Cargo.toml#L4

Akagi201 avatar Oct 08 '24 14:10 Akagi201