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

Commit

Permalink
Adding ethereumjs-util
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Nov 9, 2017
1 parent 6a3fa85 commit c44891e
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modules/ipc/methods/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = class BaseProcessor {

const ret = await conn.socket.send(payload, {
fullResult: true,
})
});

return ret.result;
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ethereum-client-binaries": "^1.6.1",
"ethereum-keyfile-recognizer": "^1.0.2",
"ethereumjs-abi": "^0.6.3",
"ethereumjs-util": "^5.1.2",

This comment has been minimized.

Copy link
@jnd510

jnd510 Dec 31, 2017

Contract Name:ControllerCompiler Version:v0.4.11+commit.68ef5810

"fs-promise": "^2.0.0",
"got": "^6.7.1",
"i18next": "^7.1.3",
Expand Down
Loading

0 comments on commit c44891e

Please sign in to comment.