commit
bca81f32ee
20
lib/node.js
20
lib/node.js
@ -736,31 +736,11 @@ Node.prototype.setWatches = function()
|
|||||||
}, PING_INTERVAL);
|
}, PING_INTERVAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
Node.prototype.installContract = function()
|
|
||||||
{
|
|
||||||
var start = _.now();
|
|
||||||
|
|
||||||
try {
|
|
||||||
Contract = web3.eth.contract( registrar.desc );
|
|
||||||
this._Registrar = new Contract( registrar.address );
|
|
||||||
|
|
||||||
console.success('Installed Registrar contract in', chalk.reset.cyan(_.now() - start, 'ms'));
|
|
||||||
}
|
|
||||||
catch (err)
|
|
||||||
{
|
|
||||||
console.error("!!!", "eth", "Couldn't set up registrar contract");
|
|
||||||
console.error(err);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Node.prototype.init = function()
|
Node.prototype.init = function()
|
||||||
{
|
{
|
||||||
// Fetch node info
|
// Fetch node info
|
||||||
this.getInfo();
|
this.getInfo();
|
||||||
|
|
||||||
// Install Registrar contract
|
|
||||||
this.installContract();
|
|
||||||
|
|
||||||
// Start socket connection
|
// Start socket connection
|
||||||
this.startSocketConnection();
|
this.startSocketConnection();
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"primus-emit": "0.1.2",
|
"primus-emit": "0.1.2",
|
||||||
"primus-spark-latency": "0.1.1",
|
"primus-spark-latency": "0.1.1",
|
||||||
"shelljs": "0.4.0",
|
"shelljs": "0.4.0",
|
||||||
"web3": "0.3.4",
|
"web3": "0.4.3",
|
||||||
"ws": "0.7.1"
|
"ws": "0.7.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user