Commit Graph

6 Commits

Author SHA1 Message Date
Gav Wood
17cc2be4b5
Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
Nicolas Gotchac
bec3539651 First draft of the MultiSig Wallet ()
* Wallet Creation Modal 

* Name and description to Wallet 

* Add Wallet to the Account Page and Wallet Page 

* Fix Linting

* Crete MobX store for Transfer modal

* WIP Wallet Redux Store

* Basic Details for Wallet 

* Fixing linting

* Refactoring Transfer store for Wallet

* Working wallet init transfer 

* Optional gas in MethodDecoding + better input

* Show confirmations for Wallet 

* Order confirmations

* Method Decoding selections

* MultiSig txs and confirm pending 

* MultiSig Wallet Revoke 

* Confirmations and Txs Update 

* Feedback for Confirmations 

* Merging master fixes...

* Remove unused CSS
2016-12-06 09:37:59 +01:00
Nicolas Gotchac
52b4ce0dd7 Use Webpack Aliases ()
* Adds aliases to Webpack Build

* Use `ui` Webpack alias

* Use `views` alias

* Use `modals` aliase

* Use `providers` aliase

* Use `contracts` aliase

* Use '~' aliase

* from `ui` to from `~/ui`

* from  to from

* from `modals` to from `~/modals`

* from `providers` to from `~/redux/providers`

* from `contracts` to from `~/contracts`

* Updated Webpack App config
2016-12-05 11:47:13 +01:00
Nicolas Gotchac
f77afd072b Updated ESLINT and fixing linting issues 2016-11-25 19:48:06 +01:00
Nicolas Gotchac
8392090861 WIP - Webpack 2 building 2016-11-25 19:32:58 +01:00
Nicolas Gotchac
0e4ef539fc Solidity Compiler in UI ()
* Added new Deploy Contract page // Use Brace in React 

* Adding Web Wrokers WIP

* Compiling Solidity code // Getting mandatory params 

* Working editor and deployment 

* WIP : displaying source code

* Added Solidity hightling, editor component in UI

* Re-adding the standard Deploy Modal 

* Using MobX in Contract Edition // Save to Localstorage 

* User select Solidity version 

* Loading Solidity versions and closing worker properly 

* Adds export to solidity editor 

* Adding Import to Contract Editor 

* Persistent Worker => Don't load twice Solidity Code 

* UI Fixes

* Editor tweaks

* Added Details with ABI in Contract view

* Adds Save capabilities to contract editor // WIP on Load 

* Working Load and Save contracts... 

* Adding loader of Snippets // Export with name 

* Added snippets / Importing from files and from URL

* Fix wrong ID in saved Contract

* Fix lint

* Fixed Formal errors as warning 

* Fixing lint issues

* Use NPM Module for valid URL (fixes linting issue too)

* Don't clobber tests.
2016-11-11 15:00:04 +01:00