reth
reth copied to clipboard
Add additional signature tests
Ref https://github.com/foundry-rs/reth/pull/93
double check encoding/decoding
See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md
We could also add some constants so we name some of the "magic numbers" used in EIP155
https://github.com/gakonst/ethers-rs/blob/master/ethers-core/src/types/transaction/mod.rs#L18
I would like to take this one.