openethereum/js/src/util
Nicolas Gotchac fd41a10319 Make Wallet first-class citizens (#3990)
* Fixed hint in Address Select + Wallet as first-class-citizen

* Separate Owned and not Owned Wallets

* Fix balance not updating

* Fix MethodDecoding for Contract Deployment

* Fix TypedInput params

* Fix Token Transfer for Wallet

* Small change to contracts

* Fix wallets shown twice

* Fix separation of accounts and wallets in Accounts

* Fix linting

* Execute contract methods from Wallet ✓

* Fixing linting

* Wallet as first-class citizen: Part 1 (Manual) #3784

* Lower level wallet transaction convertion

* Fix linting

* Proper autoFocus on right Signer input

* PR Grumble: don't show Wallets in dApps Permissions

* Add postTransaction and gasEstimate wrapper methods

* Extract Wallet postTx and gasEstimate to utils + PATCH api

* Remove invalid test

It's totally valid for input's length not to be a multiple of 32 bytes. EG. for Wallet Contracts

* Merge master

* Fix linting

* Fix merge issue

* Rename Portal

* Rename Protal => Portal (typo)
2016-12-30 11:28:12 +00:00
..
abi.js Fix Wallet Settings Modal (#3856) 2016-12-19 13:16:59 +01:00
constants.js Small UI fixes (#3966) 2016-12-27 12:40:33 +01:00
dapps.js Cache fetched Dapps (#3804) 2016-12-11 21:03:40 +01:00
notifications.js Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
proptypes.js Cleanup AddContract with store (#3981) 2016-12-28 17:09:54 +00:00
solidity.js Add import files in Contract Dev 2016-12-20 02:37:16 +01:00
subscribe-to-event.js Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
tx.js Make Wallet first-class citizens (#3990) 2016-12-30 11:28:12 +00:00
validation.js Cleanup AddContract with store (#3981) 2016-12-28 17:09:54 +00:00
wallet.js Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
wallets.js Make Wallet first-class citizens (#3990) 2016-12-30 11:28:12 +00:00
web3.extensions.js Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00