This repository has been archived by the owner on Feb 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #424 from ethereum/develop
Merge develop branch to release branch for the 1.3.0 release
- Loading branch information
Showing
11 changed files
with
55 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule alethzero
updated
21 files
+1 −2 | CMakeLists.txt | |
+2 −60 | README.md | |
+0 −257 | alethone/AlethOne.cpp | |
+0 −69 | alethone/AlethOne.h | |
+ − | alethone/AlethOne.png | |
+0 −764 | alethone/AlethOne.ui | |
+0 −19 | alethone/CMakeLists.txt | |
+0 −38 | alethone/EthereumMacOSXBundleInfo.plist.in | |
+ − | alethone/alethone.icns | |
+ − | alethone/alethone.ico | |
+0 −8 | alethone/alethone.qrc | |
+0 −1 | alethone/alethone.rc | |
+0 −11 | alethone/main.cpp | |
+ − | alethone/power-off.png | |
+ − | alethone/power-on.png | |
+ − | alethone/withdraw.png | |
+1 −1 | alethzero/CMakeLists.txt | |
+3 −2 | alethzero/TransactDialog.cpp | |
+3 −3 | alethzero/plugins/browser/Browser.cpp | |
+1 −1 | alethzero/plugins/transactions/InjectTransactions.cpp | |
+1 −3 | libaleth/JSResources.cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libethereum
updated
75 files
Submodule libweb3core
updated
4 files
+1 −1 | CMakeLists.txt | |
+2 −1 | README.md | |
+8 −0 | libdevcore/CommonData.cpp | |
+2 −2 | libdevcore/RLP.h |
Submodule solidity
updated
89 files
Submodule web3.js
updated
from 964260 to 3ba32a
Submodule webthree
updated
41 files
Submodule webthree-helpers
updated
23 files
+21 −0 | LICENSE | |
+3 −0 | README.md | |
+40 −20 | cmake/EthCompilerSettings.cmake | |
+1 −5 | cmake/EthExecutableHelper.cmake | |
+0 −4 | cmake/EthOptions.cmake | |
+1 −1 | cmake/FindEth.cmake | |
+0 −34 | cmake/FindReadline.cmake | |
+24 −20 | cmake/FindSolidity.cmake | |
+1 −1 | cmake/FindWeb3.cmake | |
+0 −69 | cmake/Findv8.cmake | |
+1 −11 | cmake/UseEth.cmake | |
+1 −1 | cmake/UseJsonRpc.cmake | |
+0 −12 | cmake/UseReadline.cmake | |
+17 −4 | cmake/UseSolidity.cmake | |
+0 −17 | cmake/UseV8.cmake | |
+0 −11 | cmake/UseWeb3.cmake | |
+0 −1 | cmake/scripts/appdmg.cmake | |
+1 −2 | extdep/getstuff.bat | |
+1 −1 | homebrew/INSTALL_RECEIPT.json | |
+3 −71 | homebrew/README.md | |
+2 −7 | homebrew/cpp-ethereum.rb.in | |
+1 −1 | scripts/ethbinaries.sh | |
+1 −1 | utils/CMakeLists.txt |