MyCrypto/common
skubakdj c9c147db52 Wallet Decrypt - Web3 (MetaMask / Mist) (#303)
* add support for web3, disabled, and hidden in node dropdown header

* add web3 node config actions

* add web3 wallet actions

* add web3 node support

* add web3 wallet & web3 wallet ui selection

* add web3 wallet & config sagas

* add web3 transaction support to SendTransaction tab

* add web3 node check & reset to redux store

* remove comments from Web3.tsx

* update comment

* correct spacing display issue in Web3 component

* convert getTransactionCount response to string

* disable web3 wallets in offline mode

* implement sendCallRequest method on Web3 node

* remove unused vars

* make typescript happy

* convert wallet constants to enum & apply to wallet action files

* update wallet reducer to use TypeKeys enum

* remove unnecessary console log

* remove unnecessary await

* make token balance math more readable

* use NewTabLink in Web3.tsx, allow NewTabLink to accept className

* move web3.ts to non-deterministic folder

* update imports & method names, implement message signing

* add web3 wallet export

* use bufferToHex
2017-11-09 19:30:20 -08:00
..
actions Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
api Redux promise middleware (v2) (#233) 2017-09-25 20:41:11 -07:00
assets Offline Send (#276) 2017-10-10 22:04:49 -07:00
components Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
config Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
containers Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
libs Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
reducers Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
sagas Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
sass Animate transaction notifications & fix styles (#305) 2017-11-06 22:20:19 -08:00
selectors Migrate to Typescript (#224) 2017-09-24 19:06:28 -07:00
translations Convert Translations to JSON (#287) 2017-10-14 12:02:40 -07:00
typescript Move thirdparty wallet definitions in ethereumjs-wallet out of root into /thirdparty (#325) 2017-10-27 13:30:06 -07:00
utils EthereumJS-Wallet (Part 2) (#310) 2017-11-07 10:42:53 -08:00
vendor Wallet Decrypt - Ledger (#238) 2017-10-05 16:29:14 -07:00
Root.tsx Sign & Verify Message (#315) 2017-10-30 12:10:25 -07:00
derivation-checker.ts EthereumJS-Wallet (Part 3) (#316) 2017-11-08 10:16:43 -08:00
index.html No Javascript / Old Browser Blockers (#280) 2017-10-10 15:57:15 -07:00
index.tsx Contracts UI (#277) 2017-10-16 21:01:28 -07:00
store.ts Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
vendors.js EthereumJS-Wallet (Part 3) (#316) 2017-11-08 10:16:43 -08:00