Skip to content

v2.0.2-beta.0 - Geth Signature Fix

Latest
Compare
Choose a tag to compare
@sebastianst sebastianst released this 07 May 13:39
· 0 commits to develop since this release

This is a fork of the upstream v2.0.2-beta.0 release that contains a workaround for interaction with geth. Geth interprets the r and s fields of signatures as QUANTITYs instead of DATA, as specified in the Ethereum RPC spec. Until this is sorted out, users who want to interact with a Ganache from go-ethereum generated signatures need to use such a workaround.

For more information see trufflesuite/ganache#166