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

chore: move txtype constants to codecs #12705

Closed mattsse closed 1 day ago

mattsse commented 1 day ago

moves the constants we use for compact encoding to the codecs crate.

we need to move them out of reth-primitives because we need to use them for the network specific txtypes