Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
add new binary folders
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Oct 15, 2015
1 parent cc74b21 commit dfa9fe4
Show file tree
Hide file tree
Showing 41 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions modules/ethereumNodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
var _this = this,
called = false;

var binPath = binaryPath + '/'+ type +'/'+ type +'';
var binPath = binaryPath + '/'+ type +'/'+ process.platform +'-'+ process.arch + '/'+ type;

if(global.production)
binPath = binPath.replace('app.asar/','').replace('app.asar\\','');
Expand All @@ -61,8 +61,8 @@ module.exports = {
binPath += '.exe';
}

if(process.platform === 'linux')
binPath = type; // simply try to run a global binary
// if(process.platform === 'linux')
// binPath = type; // simply try to run a global binary


if(type === 'eth') {
Expand Down
4 changes: 2 additions & 2 deletions modules/ipc/ipcProviderBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ module.exports = function(){

result = _this.filterRequestResponse(result, event);

if(result && !_.isArray(result))
console.log('IPCSOCKET '+ _this.sender.getId() +' RESPONSE', event.payload, result, "\n\n");
// if(result && !_.isArray(result))
// console.log('IPCSOCKET '+ _this.sender.getId() +' RESPONSE', event.payload, result, "\n\n");

// SEND SYNC back
if(event.sync) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added nodes/geth/linux-x64/geth
Binary file not shown.
File renamed without changes.

0 comments on commit dfa9fe4

Please # to comment.