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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule alethzero
updated
8 files
+110 −83 | alethone/AlethOne.cpp | |
+3 −1 | alethone/AlethOne.h | |
+552 −211 | alethone/AlethOne.ui | |
+3 −0 | alethone/alethone.qrc | |
+ − | alethone/power-off.png | |
+ − | alethone/power-on.png | |
+ − | alethone/withdraw.png | |
+1 −1 | libaleth/AlethFace.cpp |
Submodule mix
updated
23 files
+13 −1 | qml/Application.qml | |
+4 −5 | qml/Block.qml | |
+48 −74 | qml/BlockChain.qml | |
+1 −1 | qml/CopyButton.qml | |
+5 −5 | qml/DeployContractStep.qml | |
+27 −0 | qml/DeploymentDialog.qml | |
+29 −38 | qml/DeploymentDialogSteps.qml | |
+2 −30 | qml/DeploymentOptions.qml | |
+1 −1 | qml/DisableInput.qml | |
+1 −1 | qml/Ether.qml | |
+1 −1 | qml/FilesSection.qml | |
+6 −0 | qml/GasPrice.qml | |
+1 −1 | qml/MainContent.qml | |
+12 −1 | qml/QAddressView.qml | |
+9 −0 | qml/ScenarioButton.qml | |
+11 −4 | qml/ScenarioExecution.qml | |
+49 −8 | qml/ScenarioLoader.qml | |
+3 −23 | qml/StateDialog.qml | |
+10 −8 | qml/StateListModel.qml | |
+5 −4 | qml/Transaction.qml | |
+13 −2 | qml/TransactionDialog.qml | |
+39 −11 | qml/WebPreview.qml | |
+1 −1 | src/ClientModel.cpp |
Submodule solidity
updated
5 files
+4 −3 | libsolidity/Parser.cpp | |
+3 −1 | libsolidity/Scanner.cpp | |
+16 −0 | test/libsolidity/SolidityNatspecJSON.cpp | |
+10 −0 | test/libsolidity/SolidityParser.cpp | |
+10 −0 | test/libsolidity/SolidityScanner.cpp |