• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OpenZeppelin / openzeppelin-solidity / 373 / 3
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 07 Mar 2019 03:59PM UTC
Files 70
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Mar 2019 03:44PM UTC coverage: 100.0%. Remained the same
SOLIDITY_COVERAGE=true

push

travis-ci-com

nventuro
Signature Malleability: (#1622)

* Transaction Malleability:
If you allow for both values 0/1 and 27/28, you allow two different
signatures both resulting in a same valid recovery. (r,s,0/1) and
(r,s,27/28) would both be valid, recover the same public key and sign
the same data. Furthermore, given (r,s,0/1), (r,s,27/28) can be
constructed by anyone.

* Transaction Malleability:
EIP-2 still allows signature malleabality for ecrecover(), remove this
possibility and force the signature to be unique.

* Added a reference to appendix F to the yellow paper and improved
comment.

* better test description for testing the version 0, which returns
a zero address

* Check that the conversion from 0/1 to 27/28 only happens if its 0/1

* improved formatting

* Refactor ECDSA code a bit.

* Refactor ECDSA tests a bit.

* Add changelog entry.

* Add high-s check test.

288 of 288 branches covered (100.0%)

Branch coverage included in aggregate %.

645 of 645 relevant lines covered (100.0%)

224.96 hits per line

Source Files on job 373.3 (SOLIDITY_COVERAGE=true)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1484
  • Travis Job 373.3
  • 79dd498b on github
  • Prev Job for SOLIDITY_COVERAGE=true on master (#369.3)
  • Next Job for SOLIDITY_COVERAGE=true on master (#374.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc