-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve solc version from semver string (#202)
* Simplify e2e compiler tests * Resolve solc version from semver string
- Loading branch information
Showing
44 changed files
with
188 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
waffle-compiler/test/projects/custom/config_docker_npmoutside.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
waffle-compiler/test/projects/custom_solidity_4/config_docker.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
waffle-compiler/test/projects/custom_solidity_4/config_solcjs.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"outputHumanReadableAbi": true, | ||
"compilerVersion": "v0.5.9+commit.e560f70d" | ||
"compilerVersion": "0.5.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"compilerVersion": "v0.5.9+commit.e560f70d" | ||
"compilerVersion": "0.5.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"name": "Solidity 4 - docker", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerType": "dockerized-solc", | ||
"compilerVersion": "0.4.24" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Solidity 4 - solcjs", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerVersion": "0.4.24" | ||
} |
7 changes: 7 additions & 0 deletions
7
waffle-compiler/test/projects/solidity4/config_solcjs_commit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Solidity 4 - solcjs with commit version", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerVersion": "v0.4.24+commit.e67f0147" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = { | ||
name: 'Solidity 5 - commonjs', | ||
sourceDirectory: './custom_contracts', | ||
outputDirectory: './custom_build', | ||
nodeModulesDirectory: './custom_node_modules', | ||
compilerVersion: '0.5.9', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"name": "Solidity 5 - docker", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerType": "dockerized-solc", | ||
"compilerVersion": "0.5.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Solidity 5 - KLAB", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"outputType": "all", | ||
"compilerOptions": { | ||
"outputSelection": { | ||
"*": { | ||
"*": [ | ||
"evm.bytecode.object", | ||
"evm.deployedBytecode.object", | ||
"abi", | ||
"evm.bytecode.sourceMap", | ||
"evm.deployedBytecode.sourceMap" | ||
], | ||
"": [ | ||
"ast" | ||
] | ||
} | ||
} | ||
}, | ||
"compilerVersion": "0.5.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Solidity 5 - native", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerType": "native" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = Promise.resolve({ | ||
name: 'Solidity 5 - promise', | ||
sourceDirectory: './custom_contracts', | ||
outputDirectory: './custom_build', | ||
nodeModulesDirectory: './custom_node_modules', | ||
compilerVersion: '0.5.9', | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Solidity 5 - solcjs", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerVersion": "0.5.9" | ||
} |
7 changes: 7 additions & 0 deletions
7
waffle-compiler/test/projects/solidity5/config_solcjs_commit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Solidity 5 - solcjs with commit version", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerVersion": "v0.5.9+commit.e560f70d" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "solidity 6, docker", | ||
"sourceDirectory": "./test/projects/solidity6/custom_contracts", | ||
"outputDirectory": "./test/projects/solidity6/custom_build", | ||
"nodeModulesDirectory": "./test/projects/solidity6/custom_node_modules", | ||
"name": "Solidity 6 - docker", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerType": "dockerized-solc", | ||
"compilerVersion": "0.6.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "solidity 6, solcjs", | ||
"sourceDirectory": "./test/projects/solidity6/custom_contracts", | ||
"outputDirectory": "./test/projects/solidity6/custom_build", | ||
"nodeModulesDirectory": "./test/projects/solidity6/custom_node_modules", | ||
"compilerVersion": "v0.6.2+commit.bacdbe57" | ||
"name": "Solidity 6 - solcjs", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerVersion": "0.6.2" | ||
} |
7 changes: 7 additions & 0 deletions
7
waffle-compiler/test/projects/solidity6/config_solcjs_commit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Solidity 6 - solcjs with commit version", | ||
"sourceDirectory": "./custom_contracts", | ||
"outputDirectory": "./custom_build", | ||
"nodeModulesDirectory": "./custom_node_modules", | ||
"compilerVersion": "v0.6.2+commit.bacdbe57" | ||
} |
Oops, something went wrong.