issues
search
paradigmxyz
/
reth
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.99k
stars
1.21k
forks
source link
feat: add utility trait methods to Transaction
#12704
Open
ftupas
opened
1 day ago
ftupas
commented
1 day ago
This pr does the following:
add methods as trait methods for reth_primitives_traits::Transaction
https://github.com/paradigmxyz/reth/blob/56826cbdbbf84ccbea41ff6ac049b27b024d5a48/crates/primitives/src/transaction/mod.rs#L465-L533
add default implementations for
is_*
methods
resolved #12571
This pr does the following:
is_*
methods