Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

v1.3.6 - Bugfix Release

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 02 Jul 10:20
· 163 commits to master since this release
0358fad
  • Fixes issue #108 with the FakeTransaction.hash() function by reverting the introduced signature handling changes in Fake transaction hash creation from PR #94 introduced in v1.3.5. The signature is now again only created and added to the hash when from address is set and from is not defaulting to the zero adress any more, see PR #110
  • Added additional tests to cover issue described above