From 6a9e98cbe2b524163a6f29b65c5048f4bb9cbc35 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 9 Jan 2019 13:28:00 +0800 Subject: [PATCH 1/3] =?UTF-8?q?[netConfig.js]=20TIC=5FNODE=20=E4=BB=8E=20'?= =?UTF-8?q?https://bank.bittic.net:8888/api'=20=E6=94=B9=E4=B8=BA=20'http:?= =?UTF-8?q?//bank.bittic.net:8888/api';=20[package.json]=20tool4chain=20?= =?UTF-8?q?=E5=BA=93=E5=90=8D=20=E6=94=B9=E4=B8=BA=20tic.tool4chain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netConfig.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netConfig.js b/netConfig.js index 508e92a..3c23292 100644 --- a/netConfig.js +++ b/netConfig.js @@ -1,5 +1,5 @@ -const TIC_NODE = 'https://bank.bittic.net:8888/api'; +const TIC_NODE = 'http://bank.bittic.net:8888/api'; const BTC_NODE = 'https://api.blockcypher.com/v1/btc/main'; const BTC_NODE2 = 'https://blockchain.info'//https://blockchain.info/unspent?active=12HnmPpLomtPL53Q4s6xEqRB4wkMHi5GEZ const ETH_NODE = 'https://mainnet.infura.io/8284219b092f4cc69f3de29e532b1eb2'; diff --git a/package.json b/package.json index c2c8f43..3381eb7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tool4chain", + "name": "tic.tool4chain", "version": "1.2.1", "dependencies": { "aes-js": "^3.1.1", From cdc038b1a2972fb502c952280f5dba98f749e8e5 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 9 Jan 2019 14:11:10 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=BA=93=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=88=B0=20#20190109=5Fpreview=20=E4=BE=9B=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3381eb7..99f8b13 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "js-sha3": "^0.8.0", "scrypt-js": "^2.0.3", "setimmediate": "^1.0.5", - "tic.action": "git+https://git.faronear.org/tic/tic.action#20181205", - "tic.crypto": "git+https://git.faronear.org/tic/tic.crypto#20181205", + "tic.action": "git+https://git.faronear.org/tic/tic.action#20190109_preview", + "tic.crypto": "git+https://git.faronear.org/tic/tic.crypto#20190109_preview", "uuid": "^3.3.2" }, "deprecated": false, From 5ba298b31a072e31b43b50ac52ebbac53fdf4b1b Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Fri, 11 Jan 2019 23:35:14 +0800 Subject: [PATCH 3/3] =?UTF-8?q?[netConfig.js]=20=E5=8D=87=E7=BA=A7TIC?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E4=BB=8Ehttp=E5=88=B0https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netConfig.js b/netConfig.js index 3c23292..508e92a 100644 --- a/netConfig.js +++ b/netConfig.js @@ -1,5 +1,5 @@ -const TIC_NODE = 'http://bank.bittic.net:8888/api'; +const TIC_NODE = 'https://bank.bittic.net:8888/api'; const BTC_NODE = 'https://api.blockcypher.com/v1/btc/main'; const BTC_NODE2 = 'https://blockchain.info'//https://blockchain.info/unspent?active=12HnmPpLomtPL53Q4s6xEqRB4wkMHi5GEZ const ETH_NODE = 'https://mainnet.infura.io/8284219b092f4cc69f3de29e532b1eb2';