This repository was archived by the owner on Feb 7, 2018. It is now read-only.
Commit 0eb025d
committed
File tree
11 files changed
+55
-33
lines changed- dependency_graph
11 files changed
+55
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
10 | 19 | | |
11 | 20 | | |
12 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
13 | 27 | | |
14 | 28 | | |
15 | 29 | | |
16 | 30 | | |
17 | | - | |
| 31 | + | |
18 | 32 | | |
19 | 33 | | |
20 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
| |||
- CMakeLists.txt+1-2
- README.md+2-60
- alethone/AlethOne.cpp-257
- alethone/AlethOne.h-69
- alethone/AlethOne.png
- alethone/AlethOne.ui-764
- alethone/CMakeLists.txt-19
- alethone/EthereumMacOSXBundleInfo.plist.in-38
- alethone/alethone.icns
- alethone/alethone.ico
- alethone/alethone.qrc-8
- alethone/alethone.rc-1
- alethone/main.cpp-11
- alethone/power-off.png
- alethone/power-on.png
- alethone/withdraw.png
- alethzero/CMakeLists.txt+1-1
- alethzero/TransactDialog.cpp+3-2
- alethzero/plugins/browser/Browser.cpp+3-3
- alethzero/plugins/transactions/InjectTransactions.cpp+1-1
- libaleth/JSResources.cmake+1-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
Submodule libethereum updated 75 files
- CMakeLists.txt+1-16
- README.md+2-1
- ethminer/MinerAux.h+1-1
- ethvm/main.cpp+15-11
- evmjit/CMakeLists.txt+11
- evmjit/libevmjit/support/Path.cpp-1
- libethereum/Account.cpp+1-2
- libethereum/Account.h-1
- libethereum/BlockChain.cpp-1
- libethereum/BlockChainSync.cpp+3-7
- libethereum/BlockQueue.cpp+6
- libethereum/BlockQueue.h+2
- libethereum/CMakeLists.txt+1-1
- libethereum/EthereumHost.cpp+5-5
- libevmasm/Assembly.cpp-545
- libevmasm/Assembly.h-151
- libevmasm/AssemblyItem.cpp-134
- libevmasm/AssemblyItem.h-123
- libevmasm/BlockDeduplicator.cpp-126
- libevmasm/BlockDeduplicator.h-77
- libevmasm/CMakeLists.txt-14
- libevmasm/CommonSubexpressionEliminator.cpp-506
- libevmasm/CommonSubexpressionEliminator.h-183
- libevmasm/ConstantOptimiser.cpp-225
- libevmasm/ConstantOptimiser.h-155
- libevmasm/ControlFlowGraph.cpp-369
- libevmasm/ControlFlowGraph.h-120
- libevmasm/Exceptions.h-37
- libevmasm/ExpressionClasses.cpp-511
- libevmasm/ExpressionClasses.h-190
- libevmasm/GasMeter.cpp-217
- libevmasm/GasMeter.h-102
- libevmasm/KnownState.cpp-411
- libevmasm/KnownState.h-179
- libevmasm/LinkerObject.cpp-62
- libevmasm/LinkerObject.h-55
- libevmasm/PathGasMeter.cpp-128
- libevmasm/PathGasMeter.h-66
- libevmasm/SemanticInformation.cpp-181
- libevmasm/SemanticInformation.h-59
- libevmasm/SourceLocation.h-102
- libevmasm/Version.cpp-38
- libevmasm/Version.h-36
- liblll/All.h-6
- liblll/CMakeLists.txt-23
- liblll/CodeFragment.cpp-586
- liblll/CodeFragment.h-64
- liblll/Compiler.cpp-95
- liblll/Compiler.h-38
- liblll/CompilerState.cpp-82
- liblll/CompilerState.h-57
- liblll/Exceptions.h-44
- liblll/Parser.cpp-145
- liblll/Parser.h-41
- lllc/CMakeLists.txt-11
- lllc/main.cpp-124
- test/BlockChainHelper.cpp+4-1
- test/CMakeLists.txt-4
- test/TestHelper.cpp+52-3
- test/TestHelper.h+2
- test/boostTest.cpp+9
- test/libethereum/BlockChain.cpp+7-3
- test/libethereum/StateTestsFiller/Homestead/stCallCodesFiller.json+399-103
- test/libethereum/StateTestsFiller/Homestead/stCallDelegateCodesCallCodeFiller.json+215-131
- test/libethereum/StateTestsFiller/Homestead/stCallDelegateCodesFiller.json+231-132
- test/libethereum/StateTestsFiller/Homestead/stDelegatecallTestFiller.json+1-1
- test/libethereum/StateTestsFiller/Homestead/stLogTestsFiller.json+2-2
- test/libethereum/StateTestsFiller/Homestead/stPreCompiledContractsFiller.json+2-2
- test/libethereum/StateTestsFiller/stCallCodesFiller.json+462-110
- test/libethereum/StateTestsFiller/stLogTestsFiller.json+2-2
- test/libethereum/StateTestsFiller/stPreCompiledContractsFiller.json+2-2
- test/libethereum/TransactionQueue.cpp+1-2
- test/libevm/vm.h-1
- test/libjsengine/CMakeLists.txt-5
- test/libjsengine/JSV8Engine.cpp-71
Submodule solidity updated from 1f9578c to 33b9545
Submodule web3.js updated from 9642608 to 3ba32a6
- CMakeLists.txt+1-6
- README.md+2-1
- eth/CMakeLists.txt+1-2
- eth/main.cpp+4-73
- libjsconsole/CMakeLists.txt-13
- libjsconsole/CURLRequest.cpp-66
- libjsconsole/CURLRequest.h-58
- libjsconsole/JSConsole.cpp-24
- libjsconsole/JSConsole.h-113
- libjsconsole/JSLocalConsole.cpp-24
- libjsconsole/JSLocalConsole.h-45
- libjsconsole/JSRemoteConsole.cpp-23
- libjsconsole/JSRemoteConsole.h-48
- libjsconsole/JSV8Connector.cpp-54
- libjsconsole/JSV8Connector.h-55
- libjsconsole/JSV8RemoteConnector.cpp-35
- libjsconsole/JSV8RemoteConnector.h-52
- libjsengine/CMakeLists.txt-22
- libjsengine/Common.js-4
- libjsengine/JSEngine.cpp-36
- libjsengine/JSEngine.h-69
- libjsengine/JSPrinter.cpp-23
- libjsengine/JSPrinter.h-43
- libjsengine/JSResources.cmake-8
- libjsengine/JSV8Engine.cpp-237
- libjsengine/JSV8Engine.h-65
- libjsengine/JSV8Printer.cpp-48
- libjsengine/JSV8Printer.h-45
- libjsengine/JSV8RPC.cpp-103
- libjsengine/JSV8RPC.h-47
- libjsengine/PrettyPrint.js-101
- libweb3jsonrpc/CMakeLists.txt-1
- libweb3jsonrpc/Eth.cpp+19-88
- libweb3jsonrpc/Eth.h+1-4
- libweb3jsonrpc/EthFace.h+7-25
- libweb3jsonrpc/JsonHelper.cpp-1
- libweb3jsonrpc/eth.json+1-4
- libwebthree/libexecstream/exec-stream.cpp+5-2
- test/libweb3jsonrpc/WebThreeStubClient.h-40
- test/libwhisper/whisperDB.cpp+9
- test/test.cpp+8-1
0 commit comments