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

Commit

Permalink
Updating nodes and menu (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga authored and Alex Van de Sande committed Aug 18, 2016
1 parent 57792ff commit bea7f59
Show file tree
Hide file tree
Showing 54 changed files with 4 additions and 69 deletions.
8 changes: 4 additions & 4 deletions modules/menuItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,10 @@ var menuTempl = function(webviews) {
}
},
{
label: 'Eth 1.2.9 (C++) [no hardfork support!]',
/*checked: ethereumNode.isOwnNode && ethereumNode.isEth,
enabled: ethereumNode.isOwnNode,*/
enabled: false,
label: 'Eth 1.3.0 (C++)',
checked: ethereumNode.isOwnNode && ethereumNode.isEth,
enabled: ethereumNode.isOwnNode,
// enabled: false,
type: 'checkbox',
click: function(){
restartNode('eth');
Expand Down
Binary file added nodes/eth/darwin-x64/bench
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/eth
Binary file not shown.
Binary file added nodes/eth/darwin-x64/ethkey
Binary file not shown.
Binary file added nodes/eth/darwin-x64/ethminer
Binary file not shown.
Binary file added nodes/eth/darwin-x64/ethvm
Binary file not shown.
Binary file added nodes/eth/darwin-x64/libcryptopp.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libdevcore.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libdevcrypto.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libethash-cl.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libethash.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libethashseal.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libethcore.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libethereum.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libevm.dylib
Binary file not shown.
Binary file removed nodes/eth/darwin-x64/libevmasm.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libevmcore.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libgmp.10.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libjsoncpp.1.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libjsonrpccpp-client.0.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libjsonrpccpp-common.0.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libjsonrpccpp-server.0.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libleveldb.1.dylib
Binary file not shown.
Binary file removed nodes/eth/darwin-x64/liblll.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libmicrohttpd.12.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libminiupnpc.16.dylib
Binary file not shown.
Binary file removed nodes/eth/darwin-x64/libnatspec.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libp2p.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libscrypt.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libsnappy.1.dylib
Binary file not shown.
Binary file removed nodes/eth/darwin-x64/libsolidity.dylib
Binary file not shown.
Binary file removed nodes/eth/darwin-x64/libtestutils.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libweb3jsonrpc.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libwebthree.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libwhisper.dylib
Binary file not shown.
Binary file added nodes/eth/darwin-x64/rlp
Binary file not shown.
65 changes: 0 additions & 65 deletions nodes/eth/fix_darwin_paths.py

This file was deleted.

Loading

0 comments on commit bea7f59

Please sign in to comment.