Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sc-forks/solidity-coverage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3056f01b1dda5f942a824d0bd947dd0cdfb0e0ff
Choose a base ref
...
head repository: sc-forks/solidity-coverage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b5dbfedb36571c7f959d37a693d093265220b60b
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 12, 2019

  1. Copy the full SHA
    46236ff View commit details
  2. Merge pull request #395 from sc-forks/chore/update-testrpc-6.5.1.sc.1

    Ugrapde testrpc-sc to 6.5.1-sc.1
    cgewecke authored Sep 12, 2019
    Copy the full SHA
    626af28 View commit details
  3. 0.6.6

    cgewecke committed Sep 12, 2019
    Copy the full SHA
    4567b41 View commit details
  4. 0.6.7

    cgewecke committed Sep 12, 2019
    Copy the full SHA
    b5dbfed View commit details
Showing with 40 additions and 1,746 deletions.
  1. +2 −2 package.json
  2. +38 −1,744 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solidity-coverage",
"version": "0.6.5",
"version": "0.6.7",
"description": "",
"bin": {
"solidity-coverage": "./bin/exec.js"
@@ -21,7 +21,7 @@
"license": "ISC",
"dependencies": {
"death": "^1.1.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
"ethereumjs-testrpc-sc": "6.5.1-sc.1",
"istanbul": "^0.4.5",
"keccakjs": "^0.2.1",
"req-cwd": "^1.0.1",
Loading