skubakdj
c54453729c
Web3 Future Proof, Refactor, Bugfixes ( #481 )
...
* correct web3 hide/show logic
* refactor web3 node lib
* refactor web3 wallet to use new web3 node
* update web3 node init to use new lib
* update web3 wallet saga to use new lib, address unlock flow bug
* remove comments
* add validators for web3 methods
* update web3 node to use latest standards
* remove legacy function
* update lib call, add account unlock check
* add & use new flavor of unsetWeb3Node
* address PR feedback
* add test, update tests, update snapshot
2017-12-01 10:32:29 -06:00
William O'Beirne
5d3e461301
Read-Only Address Wallet ( #386 )
...
* Check in.
* Add read only wallet and new types for that. Convert some components to require full wallet.
* Fix readonly property, fix uncaught throw.
* Disable address only on some tabs.
* Use FullWalletOnly render callback to handle signing.
* Work around uncertain wallet type.
* Fix function args.
* Undo bug fix that should be done in another branch.
* Disable button while address is bad.
* Remove log.
* Convert anonymous functions to class functions.
2017-11-29 17:14:57 -06:00
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