Bryan Fillmer
b666d0e143
Address flow issues in sagas ( #162 )
2017-09-04 11:30:31 -05:00
Daniel Ternyak
a4ec6f6139
Finalize send (broadcast signedTx, loading indicators, error handling, form validation) ( #141 )
...
* hide buttons during send loading state
* fix transaction succeeded not clickable; provide error in action
* move BroadcastStatusTransaction into 'libs/transaction'
* use more succint Array.prototype.find
* rename resetState -> resetTransaction
* refactor and component componentDidUpdate logic
* rename disabled -> generateDisabled; comment componentDidUpdate
* add size to Spinner, use in ConfirmationModal; disable instead of hide buttons in Modal
* fix flow not understanding that an object wouldn't be null in this case anyway. silly flow
* various refactors; send entire balance working
2017-08-30 21:00:31 -07:00
William O'Beirne
1d235cf67a
Trezor Unlock + Deterministic Wallet Groundwork ( #137 )
...
* Basic reducer / action / saga setup, rendering wallets.
* Better address rows, with values.
* Styling + back and next buttons.
* Formatting, dpath changing.
* Derived -> Deterministic
* Set wallet on confirm.
* Flesh out Trezor wallet, add transaction signing.
* Custom dpath, better handling of canceled switches and over-rendering / prop calling.
* Token empty string value.
* Move DPaths to config file.
* Clarifying comments.
2017-08-28 12:43:57 -05:00
skubakdj
f42837de68
Keystore & Private Key Wallet Decrypts ( #116 )
...
* wire up keystore decrypt & build UI
* add support for encrypted private keys
* add check for key length
* rename keystore wallet file
* rename encrypted priv key wallet file
* add support for presale, v1, & v2 JSON keystores
* clean up TODO messages, add class files
* add v3 references
* add flow type
* fix event bug
* update privkey validators to accept whole privkey
* refactor pkey/pass validation to function
* move pass req detection to function, remove unnecessary state
* add tests for decrypt & keystore libs
2017-08-20 22:28:47 +02:00
skubakdj
187d2e16ad
Fix flow errors ( #110 )
...
* simplify getAddress method
* refactor to handle async wallet getAddress
* fix bug on BaseWallet
* remove unnecessary catch
2017-08-09 07:01:34 -05:00
William O'Beirne
7541d6f486
Estimate gas (WIP) ( #102 )
...
* relayout rpc code, start contract helper
* Dont ask for estimate if theres no value
* Split out conversion of ether to wei hex into lib function.
* big.js -> bignumber.js
2017-08-07 22:45:08 -05:00
Daniel Ternyak
37008e9fe9
Complete Generate/Create Wallet Flow ( #38 )
...
* GenerateWallet: Download real UTC file.
* Paper wallet (#45 )
* Working paper wallet (#52 )
* Reset Generate Wallet state when component will unmount
2017-07-16 16:02:13 -05:00
crptm
780f3ba94f
balance fetching ( #41 )
...
* balance fetching
* fix tests
* bump deps
* validate custom token form
* equiv values
* fix rates saga naming
* address review comments
2017-07-13 16:02:39 -05:00
crptm
9a65a49d0b
invalid pkey message
2017-07-04 16:19:04 +04:00
Daniel Ternyak
06ae70988a
merge develop into 'swap_part_3'
2017-07-03 22:21:19 -05:00
crptm
85759d73b4
type dropdown, config actions
2017-07-04 05:25:01 +04:00
crptm
65234a26c0
fix flow sagas errors
2017-07-04 03:59:27 +04:00
crptm
63e7eb89e4
unlock wip
2017-06-30 03:03:11 +04:00