Kevin Serrano
65c84ac4b2
Delete all code related to disclaimers.
8 years ago
Dan Finlay
13ee92909c
Mostly got shapeshift tx management into its own controller
...
Rendering the list is still having issues, so this isn't done yet.
8 years ago
kumavis
9e4ef45b6a
migration #9 - break out CurrencyController substate
8 years ago
kumavis
3afd0ef27d
tests - remove persistence and start with initial state
8 years ago
kumavis
af115aa4c1
background - organize metamask instantiation
8 years ago
kumavis
76ce348a04
obs-store - use published module
8 years ago
kumavis
3bc996878b
background - move pojo migrator to outside of metamask controller
8 years ago
kumavis
8012ede126
background - introduce ObservableStore
8 years ago
kumavis
89a5eff270
currency conversion - less noisy error
8 years ago
kumavis
b301c0fb48
deps - replace promise-request with fetch
8 years ago
Dan Finlay
a3a64afdd5
Return undefined when vault is uninitialized
8 years ago
Frances Pangilinan
6e78494846
First pass at revision requests
8 years ago
Dan Finlay
20d2204ce6
Made changes according to feedback.
8 years ago
kumavis
73998feeb2
move notice code from metamask-controller + config-manager, in to notice-controller
8 years ago
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
Frances Pangilinan
090935f90a
Create a TxManager
8 years ago
Dan Finlay
ab9e15b782
Mostly added bad account detection
...
Currently riddled with logs, because the migrator is inexplicably returning before generating the new style accounts for comparison.
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
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
7de6b12aad
Re-enable disclaimer screen. Rename variables to reflect role more clearly.
8 years ago
Kevin Serrano
23263bec7d
Linting to the max.
8 years ago
Dan Finlay
bd2a429a85
Fix account nicknaming bug
...
When nicknaming, we weren't normalizing the input, and so we were retrieving with differently formatted addresses than we were persisting.
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
678301a20e
Phase out extra warning screen.
8 years ago
Dan Finlay
383f8ea7dc
Linted & added salting to vault
8 years ago
Kevin Serrano
ad3fa24a28
Intermediary commit.
8 years ago
Kevin Serrano
1481a3ef8e
Initial work on UI side
8 years ago
Frankie
c400f7c0f6
Fix gasPrice range
8 years ago
Kevin Serrano
7c5ebb6a53
Renamed variables to make more sense.
8 years ago
Kevin Serrano
db06813404
Add new functions for storing TOS hashes in config manager.
8 years ago
Kevin Serrano
c82a494b4b
Implement usage of nock.
8 years ago
Kevin Serrano
d3d634d09c
Added mock option to function.
8 years ago
Dan Finlay
7389f9d0a0
Enforce tx history limit
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
666f3cd66c
Added compliance for tests and properly accounts for N/A conversions.
8 years ago
Kevin Serrano
6041ba1ed2
Add fallback to API failure.
8 years ago
Dan Finlay
e826eb932c
Remove ethereum classic provider
...
Fixes #542
8 years ago
Kevin Serrano
abfc5632ef
Fix ether warning checkbox.
8 years ago
Kevin Serrano
260de6532c
Get fiat numbers rendering on tooltip. Need to find way to create line breaks.
8 years ago
Dan Finlay
9b43ec2278
Add eth classic to provider menu
8 years ago
Kevin Serrano
22528002e1
Linting!
8 years ago
Kevin Serrano
a612fcee64
Change function names. Add interval polling for api. Refactor functions.
8 years ago
Kevin Serrano
716e65424d
Add date access throughout the data flow.
8 years ago
Frankie
fcd523abe4
Buy button ( #474 )
...
* WIP: Buy button link
* Add buy eth and the buy eth warning message
* Add css
* Move the opening of coinbase page to background
and send to faucet if on test net
* Create a Warning about storeing eth
* Finish Buy button and Eth store warning screen
* Add to CHANGELOG
* fix frankies deletion and change chrome to extension
8 years ago
Kevin Serrano
66941f0808
Provide date access.
8 years ago
Kevin Serrano
aac810b1eb
Progress on config manager. Plus tests.
8 years ago
Dan Finlay
78f2794d39
Remove useless and buggy clearWallet function
9 years ago
Dan Finlay
6fef01c8a1
Emphasizing how weird this bug is by removing all behavior from the method.
9 years ago
Dan Finlay
f49b6ca1dc
Replicated really strange bug with test
9 years ago