Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Mar 2, 2016
2 parents 9a2a1de + 4b63cf7 commit 1ae1c2d
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include(EthPolicy)
eth_policy()

# project name and version should be set after cmake_policy CMP0048
project(cpp-ethereum VERSION "1.2.0")
project(cpp-ethereum VERSION "1.2.1")

include(EthCompilerSettings)

Expand Down
2 changes: 1 addition & 1 deletion alethzero
7 changes: 7 additions & 0 deletions dependency_graph/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,17 @@ def processUmbrella(root):
print " }"
print ' "base" -> "boost"'
print ' "base" -> "Jsoncpp"'
print ' "base" -> "json_spirit"'
print ' "base" -> "LevelDB"'
print ' "base" -> "pthreads"'
print ' "secp256k1" -> "gmp"'

# Hard-coded dependencies for 'libaleth', which doesn't have a UseAleth.cmake
# to go with it, because the library is only used by the Aleth* applications,
# and is not exposed to other applications.
print ' "AlethZero" -> "aleth"'
print ' "AlethOne" -> "aleth"'

processUmbrella('..')

print "}"
2 changes: 1 addition & 1 deletion libethereum
Submodule libethereum updated 54 files
+2 −2 CMakeLists.txt
+4 −4 ethkey/KeyAux.h
+3 −2 ethminer/MinerAux.h
+2 −1 evmjit/libevmjit/Optimizer.cpp
+2 −2 libethereum/Account.cpp
+1 −1 libethereum/Account.h
+4 −4 libethereum/Block.cpp
+15 −4 libethereum/ChainParams.cpp
+2 −2 libethereum/ChainParams.h
+1 −1 libethereum/Executive.cpp
+1 −1 libethereum/State.cpp
+1 −1 test/TestHelper.cpp
+3 −1 test/TestHelper.h
+3 −2 test/external-dependencies/boost.cpp
+1 −2 test/fuzzTesting/fuzzHelper.cpp
+3 −4 test/libethcore/commonjs.cpp
+2 −4 test/libethcore/dagger.cpp
+6 −2 test/libethcore/difficulty.cpp
+2 −8 test/libethcore/icap.cpp
+2 −9 test/libethcore/keymanager.cpp
+2 −3 test/libethereum/AccountDiff.cpp
+3 −1 test/libethereum/Block.cpp
+6 −14 test/libethereum/BlockChain.cpp
+1 −1 test/libethereum/BlockChainInsert.cpp
+1 −1 test/libethereum/BlockQueue.cpp
+2 −7 test/libethereum/GasPricer.cpp
+2 −4 test/libethereum/Genesis.cpp
+1 −0 test/libethereum/State.cpp
+1 −1 test/libethereum/StateOriginal.cpp
+69 −69 test/libethereum/StateTestsFiller/Homestead/stCallCodesFiller.json
+38 −38 test/libethereum/StateTestsFiller/Homestead/stCallCreateCallCodeTestFiller.json
+58 −58 test/libethereum/StateTestsFiller/Homestead/stCallDelegateCodesCallCodeFiller.json
+58 −58 test/libethereum/StateTestsFiller/Homestead/stCallDelegateCodesFiller.json
+34 −34 test/libethereum/StateTestsFiller/Homestead/stDelegatecallTestFiller.json
+5 −5 test/libethereum/StateTestsFiller/Homestead/stHomeSteadSpecificFiller.json
+17 −17 test/libethereum/StateTestsFiller/Homestead/stInitCodeTestFiller.json
+46 −46 test/libethereum/StateTestsFiller/Homestead/stLogTestsFiller.json
+6 −6 test/libethereum/StateTestsFiller/Homestead/stMemoryStressTestFiller.json
+65 −65 test/libethereum/StateTestsFiller/Homestead/stMemoryTestFiller.json
+89 −89 test/libethereum/StateTestsFiller/Homestead/stPreCompiledContractsFiller.json
+15 −15 test/libethereum/StateTestsFiller/Homestead/stQuadraticComplexityTestFiller.json
+2 −2 test/libethereum/StateTestsFiller/Homestead/stRecursiveCreateFiller.json
+17 −17 test/libethereum/StateTestsFiller/Homestead/stRefundTestFiller.json
+9 −9 test/libethereum/StateTestsFiller/Homestead/stSpecialTestFiller.json
+60 −60 test/libethereum/StateTestsFiller/Homestead/stSystemOperationsTestFiller.json
+40 −40 test/libethereum/StateTestsFiller/Homestead/stTransactionTestFiller.json
+42 −42 test/libethereum/StateTestsFiller/Homestead/stWalletTestFiller.json
+9 −9 test/libethereum/StateTestsFiller/stTransitionTestFiller.json
+2 −5 test/libethereum/Transaction.cpp
+1 −5 test/libethereum/TransactionQueue.cpp
+1 −1 test/libethereum/TransactionTestsFiller/Homestead/tt10mbDataFieldFiller.json
+57 −57 test/libethereum/TransactionTestsFiller/Homestead/ttTransactionTestFiller.json
+69 −69 test/libethereum/TransactionTestsFiller/Homestead/ttWrongRLPTransaction.json
+2 −5 test/libweb3core/crypto.cpp
2 changes: 1 addition & 1 deletion libweb3core
2 changes: 1 addition & 1 deletion mix
2 changes: 1 addition & 1 deletion solidity
2 changes: 1 addition & 1 deletion web3.js
2 changes: 1 addition & 1 deletion webthree

0 comments on commit 1ae1c2d

Please sign in to comment.