Luis Iván Cuende
b8ee336f0d
Better buttons
8 years ago
Luis Iván Cuende
233094e19d
Beautified disclaimer
8 years ago
Dan Finlay
1880cda9b9
Fix vault encrypting & unlocking bug
...
This is only a bug in dev, but was committed yesterday.
Sometimes the `encrypt` method was being passed values other than the password as the encryption key, leading to un-unlockable vaults.
To find this, and avoid it for all time hereafter, I added several more steps to our oft-neglected integration test suite, which now fully initializes a vault, locks it, and unlocks it again, to make sure all of those steps definitely work always.
8 years ago
Dan Finlay
049e351c9d
Add integration tests for logging out and back in
8 years ago
Dan Finlay
549bbfd05f
Made integration test create a first vault
8 years ago
Dan Finlay
85d5b12f8d
Fix tx adding code
...
Broken in this commit:
bc39cd7b89
Synchronous methods were added to an `async.waterfall` array.
This commit also removes the delegate call checking, since we concluded it was misinformed.
8 years ago
Kevin Serrano
8dd298238d
Cosmetic changes, rename links.
8 years ago
Kevin Serrano
3a503d2ac2
Add link back to unlock.
8 years ago
Kevin Serrano
5a02e58f62
Fix proper behavior for restoring accounts when password forgotten.
8 years ago
Kevin Serrano
5251fb373f
Modify forgot password flow to go back to init screen.
8 years ago
Dan Finlay
1e46d858e9
Fix undefined provider menu item
8 years ago
Dan Finlay
7562d49db7
Linted
8 years ago
Dan Finlay
869d731319
Restore ropsten link support
8 years ago
Kevin Serrano
17669e4af8
Make ropsten faucet button point at the correct url.
8 years ago
Kevin Serrano
8d2afccdc0
Ropsten has sole access to the faucet.
8 years ago
Kevin Serrano
88ed1f191f
Add to changelog.
8 years ago
Dan Finlay
ea56426b23
Use callback in placeSeedWord method.
...
When displaying seed words, we were not using a callback, which had some race condition potential. This is simply a little cleaner and more correct.
Fixes #842
8 years ago
Dan Finlay
694f34ae9a
Add temporary morden explorer link support
8 years ago
Dan Finlay
7d38c4ccb6
Add ropsten link support
8 years ago
Dan Finlay
17d63acaed
Fix camel casing on setSelectedAccount action.
8 years ago
Kevin Serrano
1cbab788ec
Change fauceting to become a response of an emit.
8 years ago
Kevin Serrano
f5b0795ac5
change all instances of selectedAddress to selectedAccount.
8 years ago
Kevin Serrano
9123e70434
Remove entropy from encryption and project.
8 years ago
Dan Finlay
6ae2400ef2
Fix custom provider menu item
...
The Custom RPC menu item in the provider menu would not appear when Localhost:8545 was selected.
8 years ago
Dan Finlay
e8a8302624
Begin adding Ropsten support
...
Ropsten links will still not work until Etherscan publishes their ropsten link format.
At that time we will need to update ui/lib/account-link.js
Otherwise, fixes #831
8 years ago
Kevin Serrano
a07e5826ad
Convert conversion util to pure json.
8 years ago
Kevin Serrano
592b64a19f
Revert one cb to previous state.
8 years ago
Kevin Serrano
5bfb700fa8
Minimize dispatches by using emitters and relying on state updates.
8 years ago
Kevin Serrano
7de6b12aad
Re-enable disclaimer screen. Rename variables to reflect role more clearly.
8 years ago
Kevin Serrano
0c23925c23
Fix lint rules for ternary operator placement.
8 years ago
Kevin Serrano
3828edf6a4
Typo fix.
8 years ago
Kevin Serrano
23263bec7d
Linting to the max.
8 years ago
Frankie
b60f51dfc2
lint fix
8 years ago
Frankie
b60992b446
Fix funny looking errors in conf-tx
8 years ago
kumavis
536cab0687
detect tx error - show warning and fix gasLimit
8 years ago
Kevin G. Serrano
7b3f1ecc41
Unify warning functions.
8 years ago
Dan Finlay
b3cb675a8b
Develop import subviews
8 years ago
Dan Finlay
a7af47db92
Add import account placeholder template
8 years ago
Dan Finlay
bc623bbe34
Linted
8 years ago
Dan Finlay
19f7041ba4
Add account adding subview placeholders
8 years ago
Dan Finlay
2cf2ceae21
Remove unused class
8 years ago
Dan Finlay
1af0d609bd
Convert buy subview to new tab bar component
8 years ago
Dan Finlay
1bbe0ed9e8
Scaffold new account view
8 years ago
Dan Finlay
e3fb7fa7bb
Remove insane actions hash
8 years ago
Kevin Serrano
8f3db0dbc0
Add reveal of seed words.
8 years ago
Dan Finlay
f2bfdd7f8c
Make identicon tolerant of changing state
8 years ago
Dan Finlay
b5f6ef8c01
Fixed bugs related to clearing caches when restoring to a new vault
8 years ago
Dan Finlay
72729060dc
Make forgot password button.
8 years ago
Dan Finlay
498b30bddc
Fix seed phrase restore
8 years ago
Kevin Serrano
db356a181a
Made progress on parity for MultiVault
...
- Deleted some unused items
- Renamed files and paths to match with new locations.
- Modified keyring controller logic to separate concerns.
- Fix account naming issues.
- Enable creation of new vault with default HD keyring.
- Formatting issues.
8 years ago