Commit Graph

4 Commits

Author SHA1 Message Date
Jaco Greeff
c4196a5de3 [beta] UI backports ()
* Update Wallet to new Wallet Code ()

* Update Wallet Version

* Update Wallet Library

* Update Wallets Bytecodes

* Typo

* Separate Deploy in Contract API

* Use the new Wallet ABI // Update wallet code

* WIP .// Deploy from Wallet

* Update Wallet contract

* Contract Deployment for Wallet

* Working deployments for Single Owned Wallet contracts

* Linting

* Create a Wallet from a Wallet

* Linting

* Fix Signer transactions // Add Gas Used for transactions

* Deploy wallet contract fix

* Fix too high gas estimate for Wallet Contract Deploys

* Final piece ; deploying from Wallet owned by wallet

* Update Wallet Code

* Updated the Wallet Codes

* Fixing Wallet Deployments

* Add Support for older wallets

* Linting

* SMS Faucet ()

* Faucet

* Remove flakey button-index testing

* Only display faucet when sms verified (mainnet)

* simplify availability checks

* WIP

* Resuest from verified -> verified

* Update endpoint, display response text

* Error icon on errors

* Parse hash text response

* Use /api/:address endpoint

* hash -> data

* Adjust sms-certified message

* Fix SectionList hovering issue ()

* Fix SectionList Items hover when <3 items

* Even easier...

* lint (new)
2017-03-08 10:43:59 +01:00
Nicolas Gotchac
63137b1548 Add enhanced Wallet solidity code 2016-12-09 15:52:28 +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
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