This repository was archived by the owner on Feb 7, 2018. It is now read-only.
Commit 28b30ec
File tree
10 files changed
+13
-10
lines changed- res/mac
10 files changed
+13
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
- CMakeLists.txt+1-1
- alethzero/CMakeLists.txt+3-3
- alethzero/QNatspec.cpp-32
- alethzero/QNatspec.h-43
- alethzero/TransactDialog.cpp+9-45
- alethzero/TransactDialog.h-1
- alethzero/main.cpp-2
- alethzero/plugins/EVMJIT.cpp+5-4
- alethzero/plugins/accounts/AllAccounts.cpp+3-3
- alethzero/plugins/blockchain/BlockList.cpp+3-3
- alethzero/plugins/blockchain/ExportState.cpp+1-2
- alethzero/plugins/blockchain/ExportState.h-1
- alethzero/plugins/browser/Browser.cpp-202
- alethzero/plugins/browser/Browser.h-69
- alethzero/plugins/browser/Browser.ui-90
- alethzero/plugins/browser/Cors.cpp-95
- alethzero/plugins/browser/Cors.h-63
- alethzero/plugins/browser/Cors.ui-100
- alethzero/plugins/browser/JsConsole.cpp-61
- alethzero/plugins/browser/JsConsole.h-44
- alethzero/plugins/browser/JsConsoleWidget.cpp-131
- alethzero/plugins/browser/JsConsoleWidget.h-64
- alethzero/plugins/browser/JsConsoleWidget.ui-282
- alethzero/plugins/browser/WebPage.cpp-30
- alethzero/plugins/browser/WebPage.h-51
- alethzero/plugins/namers/NameRegNamer.cpp+3-3
- libaleth/AccountHolder.cpp-3
- libaleth/Common.cpp-29
- libaleth/Common.h-4
Submodule libethereum updated 40 files
- CMakeLists.txt+6-1
- ConfigInfo.h.in+5
- ethkey/KeyAux.h+1-1
- ethminer/MinerAux.h+40-29
- ethvm/main.cpp+2-2
- evmjit/CMakeLists.txt-5
- libethashseal/Ethash.cpp+10-11
- libethashseal/Ethash.h+1
- libethashseal/EthashAux.cpp+3-3
- libethashseal/EthashCPUMiner.cpp+7-6
- libethashseal/EthashGPUMiner.cpp+4-3
- libethashseal/EthashGPUMiner.h+3-2
- libethcore/ABI.h+2-2
- libethcore/BasicAuthority.cpp+5-1
- libethcore/BasicAuthority.h+1
- libethcore/ChainOperationParams.cpp+7-1
- libethcore/Common.cpp+2-2
- libethcore/CommonJS.cpp+2-2
- libethcore/ICAP.cpp+1-1
- libethcore/Precompiled.cpp+1-1
- libethcore/SealEngine.cpp+4-1
- libethcore/SealEngine.h+1
- libethereum/BlockChain.cpp+17-16
- libethereum/BlockChainSync.cpp+4-4
- libethereum/BlockQueue.cpp+2-2
- libethereum/ClientBase.cpp+1-1
- libethereum/EthereumPeer.cpp+5-5
- libethereum/LogFilter.h+4
- libethereum/State.cpp+1-1
- libethereum/State.h-1
- libevm/ExtVMFace.h+2-2
- libevm/VM.cpp+28-28
- libevm/VMFactory.cpp-1
- test/TestHelper.cpp+7
- test/libethereum/Block.cpp+1-1
- test/libethereum/BlockChain.cpp+2
- test/libethereum/BlockChainInsert.cpp+3
- test/libethereum/BlockChainTests.cpp+9
- test/libethereum/BlockchainTestsFiller/Homestead/bcUncleHeaderValiditiyFiller.json+443
- test/libethereum/State.cpp-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
Submodule solidity updated from 33b9545 to 81ae2a7
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
Submodule webthree-helpers updated 13 files
- cmake/EthBuildInfo.cmake-27
- cmake/EthExecutableHelper.cmake+11-5
- cmake/EthOptions.cmake+33-16
- cmake/UseSolidity.cmake+2-2
- cmake/scripts/macdeployfix.sh+14
- homebrew/cpp-ethereum.rb.in+1-1
- scripts/build_emscripten.sh+173
- scripts/ethbinaries.sh+20-1
- scripts/ethtests.sh+5
- scripts/ethupdate.sh+5
- scripts/locdep.rb+1-1
- scripts/ppabuild.sh+101
- utils/CMakeLists.txt+1-1
0 commit comments