-
Notifications
You must be signed in to change notification settings - Fork 238
Add ability to toggle EIP 155 replay protection #63
Comments
Does not yet work, because ethereumjs-tx does not yet support disabling replay protection. ethereumjs/ethereumjs-tx#63 Addresses #1357
If I right understand the issue before signing you should set |
I tried that but wasn't able to verify the signature was the old format. I may just need a better verification strategy... |
Can you paste code for verify here? |
The last assert in this file: |
link to side project is not cool, if you want help please paste code which can be run as test |
I pasted what I was able to from my phone, I can do something better later. I thought you just wanted to see how I was trying to validate. |
if |
I'm not sure if this is possible right now, but we have some users who are using old clients for private blockchains, that don't support EIP 155 replay protection, and cannot recognize the signatures from this module anymore.
It would be nice to have a way of defining whether or not to compute the signature in the new or old value.
The text was updated successfully, but these errors were encountered: