From 5e7325755758450ab57330b5332ce2ba70d6c721 Mon Sep 17 00:00:00 2001 From: Amir Date: Tue, 25 Feb 2020 10:03:48 -0800 Subject: [PATCH] Set shouldSaveStandardInput to true in all compiler.json files --- contracts/asset-proxy/compiler.json | 1 + contracts/broker/compiler.json | 1 + contracts/coordinator/compiler.json | 1 + contracts/dev-utils/compiler.json | 1 + contracts/erc1155/compiler.json | 1 + contracts/erc20-bridge-sampler/compiler.json | 1 + contracts/erc20/compiler.json | 1 + contracts/erc721/compiler.json | 1 + contracts/exchange-forwarder/compiler.json | 1 + contracts/exchange-libs/compiler.json | 1 + contracts/exchange/compiler.json | 1 + contracts/extensions/compiler.json | 1 + contracts/integrations/compiler.json | 1 + contracts/multisig/compiler.json | 1 + contracts/staking/compiler.json | 1 + contracts/utils/compiler.json | 1 + packages/abi-gen/compiler.json | 1 + 17 files changed, 17 insertions(+) diff --git a/contracts/asset-proxy/compiler.json b/contracts/asset-proxy/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/asset-proxy/compiler.json +++ b/contracts/asset-proxy/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/broker/compiler.json b/contracts/broker/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/broker/compiler.json +++ b/contracts/broker/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/coordinator/compiler.json b/contracts/coordinator/compiler.json index 700f431289..0032db2c08 100644 --- a/contracts/coordinator/compiler.json +++ b/contracts/coordinator/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./test/generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/dev-utils/compiler.json b/contracts/dev-utils/compiler.json index da041cd66e..9fda7deacb 100644 --- a/contracts/dev-utils/compiler.json +++ b/contracts/dev-utils/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/erc1155/compiler.json b/contracts/erc1155/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/erc1155/compiler.json +++ b/contracts/erc1155/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/erc20-bridge-sampler/compiler.json b/contracts/erc20-bridge-sampler/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/erc20-bridge-sampler/compiler.json +++ b/contracts/erc20-bridge-sampler/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/erc20/compiler.json b/contracts/erc20/compiler.json index 7d150eaa46..64a722d2f4 100644 --- a/contracts/erc20/compiler.json +++ b/contracts/erc20/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/erc721/compiler.json b/contracts/erc721/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/erc721/compiler.json +++ b/contracts/erc721/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/exchange-forwarder/compiler.json b/contracts/exchange-forwarder/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/exchange-forwarder/compiler.json +++ b/contracts/exchange-forwarder/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/exchange-libs/compiler.json b/contracts/exchange-libs/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/exchange-libs/compiler.json +++ b/contracts/exchange-libs/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/exchange/compiler.json b/contracts/exchange/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/exchange/compiler.json +++ b/contracts/exchange/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/extensions/compiler.json b/contracts/extensions/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/extensions/compiler.json +++ b/contracts/extensions/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/integrations/compiler.json b/contracts/integrations/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/integrations/compiler.json +++ b/contracts/integrations/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/multisig/compiler.json b/contracts/multisig/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/multisig/compiler.json +++ b/contracts/multisig/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/staking/compiler.json b/contracts/staking/compiler.json index f66848360b..d373f333f7 100644 --- a/contracts/staking/compiler.json +++ b/contracts/staking/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": true, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/utils/compiler.json b/contracts/utils/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/utils/compiler.json +++ b/contracts/utils/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/packages/abi-gen/compiler.json b/packages/abi-gen/compiler.json index 3298f028f2..29e890fc01 100644 --- a/packages/abi-gen/compiler.json +++ b/packages/abi-gen/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./test-cli/fixtures/contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "constantinople", "optimizer": {