Kevin Serrano
8819475a2e
Add ability to show notices to user & get confirmation.
...
Implement generation of markdown for notice files.
Create npm command. Enhance notice generation.
Add test files to test multiple notices.
Add basic markdown support to notices.
Interval checks for updates.
Add extensionizer and linker
Add terms and conditions state file
Add link support to disclaimer.
Changelog addition.
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
Kevin Serrano
5a02e58f62
Fix proper behavior for restoring accounts when password forgotten.
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
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
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
23263bec7d
Linting to the max.
8 years ago
Kevin G. Serrano
7b3f1ecc41
Unify warning functions.
8 years ago
Dan Finlay
bc623bbe34
Linted
8 years ago
Dan Finlay
1bbe0ed9e8
Scaffold new account view
8 years ago
Kevin Serrano
8f3db0dbc0
Add reveal of seed words.
8 years ago
Dan Finlay
b5f6ef8c01
Fixed bugs related to clearing caches when restoring to a new vault
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
Kevin Serrano
96643c222a
Implement seed word confirmation page.
...
Remove logs.
Move HD render files to ui/app.
8 years ago
Kevin Serrano
25c46a1636
Make case condition more consistent. Remove extra action. Fix incorrect display of network.
8 years ago
Dan Finlay
6ec471c6dc
Configure BIP44 Keychain as default one
8 years ago
Kevin Serrano
678301a20e
Phase out extra warning screen.
8 years ago
Dan Finlay
957b7a72b5
Improved simple account generation
8 years ago
Dan Finlay
55d56f77cf
Began adding first basic keyring
8 years ago
Dan Finlay
0deed17752
Fix tests
8 years ago
Dan Finlay
383f8ea7dc
Linted & added salting to vault
8 years ago
Dan Finlay
e5c95d68f8
Fix state updating after vault creation and unlocking
8 years ago
Dan Finlay
f14fdf7a25
Change actions reference to keyringController to background
8 years ago
Kevin Serrano
ad3fa24a28
Intermediary commit.
8 years ago
Kevin Serrano
1481a3ef8e
Initial work on UI side
8 years ago
Frankie
aace26c4bd
Create callback and Clean-up details
8 years ago
Frankie
c400f7c0f6
Fix gasPrice range
8 years ago
Dan Finlay
cd2c00a318
Add minimal method signatures to new keyring controller
8 years ago
Dan Finlay
93ed918caa
Remove additional deprecated action
8 years ago
Dan Finlay
5c9969e126
Remove opinionated seed word code
...
Completely breaking all account maangement, I have removed the opinionated seed-word code from the UI.
Web3 injection still seems to work.
8 years ago
Frankie
ef0b535d94
Drop the buy button in the confTx view if account does not have enough eth
8 years ago
Frankie
218f380d87
Add qrcode-npm to package.json and swap out Qr Code generator api for node-module
8 years ago
Dan Finlay
7b6c018c39
Show loading indication during unlocking.
8 years ago
Dan Finlay
7b1bbb7a19
Show conf screen after send request
8 years ago
Frankie
483a7fee0a
Add a back button on lock screen to go back to init menu
8 years ago
Frankie
3525dc0801
Create a ShapeShift tx in tx History
8 years ago
Frankie
752d16f6c0
WIP: ShapeShift tx
8 years ago
Kevin Serrano
7d1b2db87e
linting and ignoring.
8 years ago
Dan Finlay
e826eb932c
Remove ethereum classic provider
...
Fixes #542
8 years ago
Frankie
99a788a6f0
Add multi message capability to Qr view for market info
8 years ago
Frankie
b4c9a52259
Change buy forms so that they are their own view and add Qr-code
8 years ago
Frankie
4ace425a9c
Fix merge mess
8 years ago
Frankie
9c6dd9ef49
Create "buy form" add shape shift
8 years ago