You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2019. It is now read-only.
eth-tester has some support for EIP155 that activates replay protection for transactions, but it still doesn't work reliably (i.e. getTransactionByHash still raises errors)
How to fix it
short term: do not use EIP155 with tests, monkeypatch local signing method to use old-style v in (0, 1, 27 ,28)
long term: pester eth-tester team to have full support of signatures with v >= 35
What's wrong
eth-testerhas some support for EIP155 that activates replay protection for transactions, but it still doesn't work reliably (i.e.getTransactionByHashstill raises errors)How to fix it
v in (0, 1, 27 ,28)eth-testerteam to have full support of signatures withv >= 35