Skip to content

Commit

Permalink
Update solcjs (#169)
Browse files Browse the repository at this point in the history
* Update solcjs

* Update compiler downloader's tests
  • Loading branch information
alcuadrado committed Feb 6, 2019
1 parent 6fcd368 commit bf8dfdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
"lodash": "^4.17.11",
"mocha": "^5.1.1",
"semver": "^5.6.0",
"solc": "0.5.1",
"solc": "0.5.3",
"solidity-parser-antlr": "^0.3.3",
"source-map-support": "^0.5.9",
"ts-essentials": "^1.0.2",
Expand Down
12 changes: 6 additions & 6 deletions test/internal/solidity/compiler/downloader.ts
Expand Up @@ -26,14 +26,14 @@ describe("Compiler downloader", function() {

before(function() {
localCompilerBuild = {
path: "soljson-v0.5.1+commit.c8a2cb62.js",
version: "0.5.1",
build: "commit.c8a2cb62",
longVersion: "0.5.1+commit.c8a2cb62",
path: "soljson-v0.5.3+commit.10d17f24.js",
version: "0.5.3",
build: "commit.10d17f24",
longVersion: "0.5.3+commit.10d17f24",
keccak256:
"0xc90ad3242c8b9c0911c79e65d466b3ed3fadc74c142de2f40e7aa1ea7ef937a2",
"0xd8d79f6a3c2bb4f74a26dad18b99b8368051574415758c872f41e2c8235c68a8",
urls: [
"bzzr://10e1cf972e0330409b59fc02157698209410534262ec5598db11480a42c6925c"
"bzzr://b703170cfd59ffa43d30147ab4727b3f8a193becf701b473d2b99d4f7eb667bc"
]
};

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3145,10 +3145,10 @@ simple-get@^2.7.0:
once "^1.3.1"
simple-concat "^1.0.0"

solc@0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/solc/-/solc-0.5.1.tgz#2867cb886b9475f0e8ee90566c1fad3e2d6ed90a"
integrity sha512-+RJfa5zRpWBm8DhEiEScIzEzPHWppwHSp/2yV9qvM/lNr0Y8cCv2mcNiXy+R6SSV0OoskhPEfe6Fwa4QQEgxlg==
solc@0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/solc/-/solc-0.5.3.tgz#bb6d4e8e785b8b3ac0e6d096b9213bf2d0ca15b6"
integrity sha512-H9apkutqTa+zEF1T13q5fvAC0aMcbdg6JkUiGXObTJuZydq6Z6EgjI1OS9MGz0y3z4c0Vp1Ww2waEq0jMRm/Rw==
dependencies:
command-exists "^1.2.8"
fs-extra "^0.30.0"
Expand Down

0 comments on commit bf8dfdd

Please sign in to comment.