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 #461 from ethereum/develop
Merge develop into release.
- Loading branch information
Showing
10 changed files
with
13 additions
and
10 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
Submodule alethzero
updated
29 files
Submodule libethereum
updated
40 files
Submodule libweb3core
updated
7 files
+1 −1 | CMakeLists.txt | |
+1 −1 | libdevcore/Common.cpp | |
+4 −0 | libdevcore/Common.h | |
+0 −12 | libdevcore/CommonData.h | |
+1 −1 | libdevcore/RLP.cpp | |
+4 −0 | libdevcore/vector_ref.h | |
+50 −0 | test/libdevcrypto/crypto.cpp |
Submodule mix
updated
8 files
+2 −2 | CMakeLists.txt | |
+1 −0 | qml/BlockChain.qml | |
+2 −1 | qml/DropdownButton.qml | |
+3 −1 | qml/StructView.qml | |
+2 −1 | qml/TransactionDialog.qml | |
+14 −3 | src/ClientModel.cpp | |
+3 −3 | src/ContractCallDataEncoder.cpp | |
+5 −0 | src/MixClient.cpp |
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 solidity
updated
60 files
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 webthree
updated
9 files
+1 −1 | CMakeLists.txt | |
+2 −1 | eth/CMakeLists.txt | |
+22 −24 | eth/main.cpp | |
+3 −0 | libwebthree/WebThree.cpp | |
+204 −195 | test/libwhisper/bloomFilter.cpp | |
+52 −48 | test/libwhisper/shhrpc.cpp | |
+176 −172 | test/libwhisper/whisperDB.cpp | |
+33 −29 | test/libwhisper/whisperMessage.cpp | |
+396 −392 | test/libwhisper/whisperTopic.cpp |
Submodule webthree-helpers
updated
13 files
+0 −27 | cmake/EthBuildInfo.cmake | |
+11 −5 | cmake/EthExecutableHelper.cmake | |
+33 −16 | cmake/EthOptions.cmake | |
+2 −2 | cmake/UseSolidity.cmake | |
+14 −0 | cmake/scripts/macdeployfix.sh | |
+1 −1 | homebrew/cpp-ethereum.rb.in | |
+173 −0 | scripts/build_emscripten.sh | |
+20 −1 | scripts/ethbinaries.sh | |
+5 −0 | scripts/ethtests.sh | |
+5 −0 | scripts/ethupdate.sh | |
+1 −1 | scripts/locdep.rb | |
+101 −0 | scripts/ppabuild.sh | |
+1 −1 | utils/CMakeLists.txt |