From 7926a697c4a9392ebbd3d8a5422b95efe7299ec1 Mon Sep 17 00:00:00 2001 From: VoR0220 Date: Fri, 15 Jun 2018 14:03:48 -0500 Subject: [PATCH] change directories for passwords to replicate good behavior and add light and fast modes Signed-off-by: VoR0220 --- test_apps/contracts_app/blockchain.json | 8 ++++++-- test_apps/contracts_app/rinkeby/password | 1 + test_apps/contracts_app/ropsten/password | 1 + test_apps/test_app/config/blockchain.json | 8 ++++++-- test_apps/test_app/config/rinkeby/password | 1 + test_apps/test_app/config/ropsten/password | 1 + 6 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 test_apps/contracts_app/rinkeby/password create mode 100644 test_apps/contracts_app/ropsten/password create mode 100644 test_apps/test_app/config/rinkeby/password create mode 100644 test_apps/test_app/config/ropsten/password diff --git a/test_apps/contracts_app/blockchain.json b/test_apps/contracts_app/blockchain.json index 488ba61c6..c0ef821c8 100644 --- a/test_apps/contracts_app/blockchain.json +++ b/test_apps/contracts_app/blockchain.json @@ -26,16 +26,20 @@ "networkType": "testnet", "rpcHost": "localhost", "rpcPort": 8545, + "light": true, + "fast": true, "account": { - "password": "config/development/password" + "password": "config/ropsten/password" } }, "rinkeby": { "networkType": "rinkeby", "rpcHost": "localhost", "rpcPort": 8545, + "light": true, + "fast": true, "account": { - "password": "config/development/password" + "password": "config/rinkeby/password" } }, "livenet": { diff --git a/test_apps/contracts_app/rinkeby/password b/test_apps/contracts_app/rinkeby/password new file mode 100644 index 000000000..c747d679e --- /dev/null +++ b/test_apps/contracts_app/rinkeby/password @@ -0,0 +1 @@ +dev_password diff --git a/test_apps/contracts_app/ropsten/password b/test_apps/contracts_app/ropsten/password new file mode 100644 index 000000000..c747d679e --- /dev/null +++ b/test_apps/contracts_app/ropsten/password @@ -0,0 +1 @@ +dev_password diff --git a/test_apps/test_app/config/blockchain.json b/test_apps/test_app/config/blockchain.json index 04859d2ea..aba34f92f 100644 --- a/test_apps/test_app/config/blockchain.json +++ b/test_apps/test_app/config/blockchain.json @@ -26,16 +26,20 @@ "networkType": "testnet", "rpcHost": "localhost", "rpcPort": 8545, + "light": true, + "fast": true, "account": { - "password": "config/development/password" + "password": "config/ropsten/password" } }, "rinkeby": { "networkType": "rinkeby", "rpcHost": "localhost", "rpcPort": 8545, + "light": true, + "fast": true, "account": { - "password": "config/development/password" + "password": "config/rinkeby/password" } }, "livenet": { diff --git a/test_apps/test_app/config/rinkeby/password b/test_apps/test_app/config/rinkeby/password new file mode 100644 index 000000000..c747d679e --- /dev/null +++ b/test_apps/test_app/config/rinkeby/password @@ -0,0 +1 @@ +dev_password diff --git a/test_apps/test_app/config/ropsten/password b/test_apps/test_app/config/ropsten/password new file mode 100644 index 000000000..c747d679e --- /dev/null +++ b/test_apps/test_app/config/ropsten/password @@ -0,0 +1 @@ +dev_password