From 65653fcc3c70f999343962a979780d8d699ee096 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 2 Apr 2015 17:13:29 +0300 Subject: [PATCH 1/4] update to ethereum.js 2.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85021fd..d56e952 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "debug": "~2.1.3", - "ethereum.js": "0.2.1", + "ethereum.js": "0.2.3", "lodash": "^3.6.0", "primus": "^3.0.2", "primus-emit": "^0.1.2", From 2910ffb93daa4c491277f98954b0e6f352d7a0f6 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 2 Apr 2015 17:36:58 +0300 Subject: [PATCH 2/4] update to ethereum 0.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d56e952..737b20e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "debug": "~2.1.3", - "ethereum.js": "0.2.3", + "ethereum.js": "0.2.4", "lodash": "^3.6.0", "primus": "^3.0.2", "primus-emit": "^0.1.2", From d7e729c50593605eb188b4f11db58ce9ea55d132 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 2 Apr 2015 17:38:59 +0300 Subject: [PATCH 3/4] build shell refactoring --- bin/build-go.sh | 4 ++-- bin/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/build-go.sh b/bin/build-go.sh index 17934fd..1a66ea2 100644 --- a/bin/build-go.sh +++ b/bin/build-go.sh @@ -25,7 +25,7 @@ cd ~/bin [ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www cd www -sudo npm install -sudo npm install pm2 -g +npm install +npm install pm2 -g cp -b ./processes-go.json ./../processes.json diff --git a/bin/build.sh b/bin/build.sh index ea64f6a..cefe98f 100644 --- a/bin/build.sh +++ b/bin/build.sh @@ -51,7 +51,7 @@ cd ~/bin [ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www cd www -sudo npm install -sudo npm install pm2 -g +npm install +npm install pm2 -g cp -b ./processes.json ./.. From a00ce0f80be490204546c83e13fda5696c9c17dc Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 2 Apr 2015 18:04:55 +0300 Subject: [PATCH 4/4] updated eth.sh --- bin/eth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/eth.sh b/bin/eth.sh index a81cc3a..6bd399b 100644 --- a/bin/eth.sh +++ b/bin/eth.sh @@ -4,5 +4,5 @@ if [ -f /usr/bin/ethereum ] then ethereum -rpc true else - eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -v 1 -j + eth -x 15 -l 30303 -n off -m off -v 1 -j fi \ No newline at end of file