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

Commit

Permalink
added new eth node version
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Apr 18, 2016
1 parent 537610b commit 4f8614c
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/menuItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ var menuTempl = function(webviews) {
}
},
{
label: 'Eth 1.2.3 (C++) [experimental!]',
label: 'Eth 1.2.4 (C++) [experimental!]',
checked: !!global.nodes.eth,
enabled: !!((global.nodes.geth || global.nodes.eth) && !global.nodes.eth),
type: 'checkbox',
Expand Down
Binary file modified nodes/eth/darwin-x64/eth
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/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 modified 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/libevmjit.0.9.0.2.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libevmjit.0.9.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/libevmjit.dylib
Binary file not shown.
Binary file modified nodes/eth/darwin-x64/liblll.dylib
Binary file not shown.
Binary file modified 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/libsolidity.dylib
Binary file not shown.
Binary file modified 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 modified nodes/eth/win32-x64/eth.exe
Binary file not shown.
Binary file modified nodes/eth/win32-x64/eth.exp
Binary file not shown.
Binary file modified nodes/eth/win32-x64/eth.lib
Binary file not shown.
Binary file modified nodes/eth/win32-x64/evmjit.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mist",
"version": "0.7.0",
"version": "0.7.1",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4f8614c

Please sign in to comment.