Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Make EIP155 signatures compatible with tester #44

@pcppcp

Description

@pcppcp

What's wrong

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions