reth icon indicating copy to clipboard operation
reth copied to clipboard

Add additional signature tests

Open mattsse opened this issue 2 years ago • 2 comments

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

mattsse avatar Oct 18 '22 20:10 mattsse

We could also add some constants so we name some of the "magic numbers" used in EIP155

Rjected avatar Oct 18 '22 20:10 Rjected

https://github.com/gakonst/ethers-rs/blob/master/ethers-core/src/types/transaction/mod.rs#L18

gakonst avatar Oct 19 '22 06:10 gakonst

I would like to take this one.

jinsankim avatar Jan 16 '23 09:01 jinsankim