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

aragon / aragonOS / 1706
82%

Build:
DEFAULT BRANCH: dev
Ran 26 Aug 2018 12:45PM UTC
Jobs 1
Files 43
Run time 2s
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

pending completion
1706

push

travis-ci

sohkai
Update to solc 0.4.24 (#383)

There's a ton of changes in this PR, the main goals were updating to the new compiler version and doing some clean up to reduce the number of compiler warnings (close #385):

- Bumps truffle dependency to a more recent one that comes with Solidity 0.4.24.
- Fixes almost all compiler warnings we care about
- Changes all constructors to the new `constructor()` syntax
- Adds `emit` keyword to all events
- Passing anything other than a bytes array to `keccak256()` is now deprecated, a manual `abi.encodePacked(...)` has been added when calculating all hashes.
- 💥Removes all the fun [custom abi encoding](https://github.com/aragon/aragonOS/pull/383/files#diff-6d2e88efa27690b63879e31ffb310725L9) in favor of using `abi.encodeWithSelector` 
- Update solidity-coverage to `0.5.7`. Solidity mocks and tests had to be moved to `contracts/tests` so they could be instrumented correctly (see https://github.com/sc-forks/solidity-coverage/issues/182) and not interfere with the ABI-swapping.

166 of 172 branches covered (96.51%)

Branch coverage included in aggregate %.

67 of 67 new or added lines in 17 files covered. (100.0%)

470 of 470 relevant lines covered (100.0%)

424.6 hits per line

Jobs
ID Job ID Ran Files Coverage
3 1706.3 (TASK=coverage) 26 Aug 2018 12:45PM UTC 0
99.07
Travis Job 1706.3
Source Files on build 1706
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1706
  • bfed147d on github
  • Prev Build on dev (#1686)
  • Next Build on dev (#1721)
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