aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-23 23:54:27 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-01-23 23:54:27 +0800
commite8d68dc07faa1c8daa59b2a3f1980328b2b49017 (patch)
treedbbcae9fbaeddb329556b78bba6ac2f9f1bbcc74 /contracts
parentef928aff31f09b368307548bd5a512b4212a0c95 (diff)
downloaddexon-0x-contracts-e8d68dc07faa1c8daa59b2a3f1980328b2b49017.tar
dexon-0x-contracts-e8d68dc07faa1c8daa59b2a3f1980328b2b49017.tar.gz
dexon-0x-contracts-e8d68dc07faa1c8daa59b2a3f1980328b2b49017.tar.bz2
dexon-0x-contracts-e8d68dc07faa1c8daa59b2a3f1980328b2b49017.tar.lz
dexon-0x-contracts-e8d68dc07faa1c8daa59b2a3f1980328b2b49017.tar.xz
dexon-0x-contracts-e8d68dc07faa1c8daa59b2a3f1980328b2b49017.tar.zst
dexon-0x-contracts-e8d68dc07faa1c8daa59b2a3f1980328b2b49017.zip
Implement docker as another backend for sol-compiler
Diffstat (limited to 'contracts')
-rw-r--r--contracts/examples/compiler.json2
-rw-r--r--contracts/extensions/compiler.json2
-rw-r--r--contracts/interfaces/compiler.json2
-rw-r--r--contracts/libs/compiler.json2
-rw-r--r--contracts/multisig/compiler.json2
-rw-r--r--contracts/protocol/compiler.json2
-rw-r--r--contracts/tokens/compiler.json2
-rw-r--r--contracts/utils/compiler.json2
8 files changed, 16 insertions, 0 deletions
diff --git a/contracts/examples/compiler.json b/contracts/examples/compiler.json
index 375fa0c55..868a11905 100644
--- a/contracts/examples/compiler.json
+++ b/contracts/examples/compiler.json
@@ -1,6 +1,8 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "workspaceDir": "../..",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/extensions/compiler.json b/contracts/extensions/compiler.json
index 2bb468724..a5c7bcc21 100644
--- a/contracts/extensions/compiler.json
+++ b/contracts/extensions/compiler.json
@@ -1,6 +1,8 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "workspaceDir": "../..",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/interfaces/compiler.json b/contracts/interfaces/compiler.json
index 38a232541..496bc2327 100644
--- a/contracts/interfaces/compiler.json
+++ b/contracts/interfaces/compiler.json
@@ -1,6 +1,8 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "workspaceDir": "../..",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/libs/compiler.json b/contracts/libs/compiler.json
index 349d3063b..09ce91442 100644
--- a/contracts/libs/compiler.json
+++ b/contracts/libs/compiler.json
@@ -1,6 +1,8 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "workspaceDir": "../..",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/multisig/compiler.json b/contracts/multisig/compiler.json
index 5a1f689e2..9555fbbfd 100644
--- a/contracts/multisig/compiler.json
+++ b/contracts/multisig/compiler.json
@@ -1,6 +1,8 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "workspaceDir": "../..",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/protocol/compiler.json b/contracts/protocol/compiler.json
index 10e5bb0a1..4fc3712b0 100644
--- a/contracts/protocol/compiler.json
+++ b/contracts/protocol/compiler.json
@@ -1,6 +1,8 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "workspaceDir": "../..",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/tokens/compiler.json b/contracts/tokens/compiler.json
index 498c5d826..12e603cab 100644
--- a/contracts/tokens/compiler.json
+++ b/contracts/tokens/compiler.json
@@ -1,6 +1,8 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "workspaceDir": "../..",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/utils/compiler.json b/contracts/utils/compiler.json
index 1524c1eaa..df4ef1e9f 100644
--- a/contracts/utils/compiler.json
+++ b/contracts/utils/compiler.json
@@ -1,6 +1,8 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "workspaceDir": "../..",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,