alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
763 stars 135 forks source link

fix(primitives): include in aliases export to prevent having to import from `aliases::{..}` #655

Closed zerosnacks closed 3 months ago

zerosnacks commented 3 months ago

Motivation

My apologies for the oversight. Low priority, can simply be part of a next release.

Solution

Export the new aliases: TxNonce and BlockTimestamp so they do not have to be imported as aliases::{TxNonce, BlockTimestamp}.

PR Checklist