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 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 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 libethereum
updated
9 files
+1 −1 | CMakeLists.txt | |
+2 −2 | ethvm/main.cpp | |
+1 −0 | libethcore/Common.h | |
+1 −1 | libethereum/BasicGasPricer.h | |
+1 −1 | libethereum/GasPricer.h | |
+8 −2 | libevmasm/KnownState.cpp | |
+1 −1 | test/BlockChainHelper.h | |
+1 −1 | test/fuzzTesting/createRandomTest.cpp | |
+4 −4 | test/libethereum/GasPricer.cpp |
Submodule libweb3core
updated
3 files
+1 −1 | CMakeLists.txt | |
+41 −0 | libdevcrypto/SecretStore.cpp | |
+8 −1 | libdevcrypto/SecretStore.h |
Submodule solidity
updated
22 files
Submodule web3.js
updated
from 7b8e30 to 964260
Submodule webthree
updated
3 files
+1 −1 | CMakeLists.txt | |
+31 −12 | eth/AccountManager.cpp | |
+4 −10 | eth/main.cpp |