Frankie
c400f7c0f6
Fix gasPrice range
8 years ago
Dan Finlay
cce8d9e360
Began adding browser-native encryptor module
...
Added new Qunit build process that will browserify the contents of `test/integration/lib` into the QUnit browser, allowing much more modular testing, including unit testing of our modules in our target browsers.
Made a basic unit test file of this form for the new encryptor module, which fails miserably because I've only just begun to work with it.
I've started with this blog post as a starting point, and will be adjusting it to our needs from there:
http://qnimate.com/passphrase-based-encryption-using-web-cryptography-api/
8 years ago
Dan Finlay
cd2c00a318
Add minimal method signatures to new keyring controller
8 years ago
Kevin Serrano
d750daed5c
Remove logs.
8 years ago
Kevin Serrano
3954ed2a7e
Fix misnamed variable.
8 years ago
kumavis
a1c3c944cf
dapp reload - fixed disconnect detection via polling
8 years ago
Kevin Serrano
5e9bc31c58
Cleanup.
8 years ago
Dan Finlay
5c9476e57d
Fix bug where new vaults had no nicknames
8 years ago
Dan Finlay
ea1a934c7d
Add initial KeyringController files
8 years ago
Kevin Serrano
f7361d9654
lint
8 years ago
Kevin Serrano
79a99ac93b
Move tos hash comparison logic from background to mm controller.
8 years ago
Kevin Serrano
ed03b89e26
Move tos hash logic to build phase. Create dynamic global variables based on build.
8 years ago
Frankie
e1b78da3e6
Add custom gas field to send page
8 years ago
Kevin Serrano
21d1959435
Fix linting and guarantees set TOS hash.
8 years ago
Kevin Serrano
e4f2cd2e09
Fix retention of terms of service hash across reloads of plugin.
8 years ago
Kevin Serrano
7c5ebb6a53
Renamed variables to make more sense.
8 years ago
Kevin Serrano
d200ef4a10
Add missing path require statement.
8 years ago
Kevin Serrano
0a9b814f11
On update, check whether the TOS has changed using hashes.
8 years ago
Kevin Serrano
4ea3246912
Add controller functions for storing and checking TOS hashes.
8 years ago
Kevin Serrano
db06813404
Add new functions for storing TOS hashes in config manager.
8 years ago
Dan Finlay
f21170c7c3
Add tolerance for sending from mixed-case addresses.
...
We had to convert to lower case, and also had to modify the new provider-engine sanitizer to tolerate mixed case addresses.
Fixes #707
8 years ago
Dan Finlay
d02b2c4b4a
Correct async link
8 years ago
Dan Finlay
6ee22e6688
Version 2.13.3
...
Bumps provider-engine to fix log query filtering bug.
8 years ago
Dan Finlay
0b5984767b
Add Opera compatibility
...
- Fix incorrect OS key
- Add additional icon image sizes.
8 years ago
Dan Finlay
f9eba9d7e5
Make popup a little taller
...
For some reason the popup was often cutting off the bottom buttons of the UI.
We should look at that more carefully later perhaps, but especially since we're considering moving off the popup, I'm just fixing it by making it taller for now.
8 years ago
Dan Finlay
8ef7521675
Version 2.13.2
8 years ago
Dan Finlay
da611eb3a1
Improve popup behavior for parity errors
...
When we receive an invalid params error, instead of opening the popup and showing no tx, we now just forward that tx back to the UI code.
8 years ago
Frankie
ebf864ae6e
Fix for readability
8 years ago
Frankie
0a8a25c818
Fix issue #688 where fiat conversion does not persist when switching networks
8 years ago
Dan Finlay
b6bbe2d7e8
Version 2.13.1
8 years ago
Dan Finlay
9d5cdbcbe6
Version 2.13.0
8 years ago
Dan Finlay
e197e3808f
Drop origin key from requests for Parity compatibility
8 years ago
Frankie
17eb53cfcd
Change Testfaucet url
8 years ago
Dan Finlay
8df005153b
Version 2.12.1
8 years ago
Frankie
8e7a9c4709
Remove unused argument
8 years ago
Dan Finlay
b7e6ec5cea
Fix popup flag assignment
8 years ago
Dan Finlay
19a354066b
Version 2.12.0
8 years ago
Dan Finlay
03094091d1
Version 2.11.2
8 years ago
Frankie
eea77b828f
Dont generate a popup notification when submiting a transaction from with in MetaMask
8 years ago
Dan Finlay
e10c651db0
Fix port stream end bug
...
Emitting `end` or `close` was not ending the stream.
Pushing a null packet also closes a stream, so I did that instead.
Fixes #616
8 years ago
kumavis
a4cdd19843
mascara - everything but the popup bundle
8 years ago
kumavis
b4e3b83f04
popup - breakout popup-core
8 years ago
Dan Finlay
b508541935
Fix cache clearing reference for Opera
...
For some reason Chrome didn't mind this awful bug, but Opera caught it.
8 years ago
kumavis
ed11ab6d18
popup - further clean and comment
8 years ago
kumavis
8a5007a396
ui - remove unused currentDomain prop
8 years ago
Dan Finlay
ebf86f930a
Version 2.11.0
8 years ago
Dan Finlay
0ea0a9813d
Make cache clearning error tolerant
8 years ago
Dan Finlay
c3d1404e72
Fix clearing of account cache on vault restore
8 years ago
Dan Finlay
02b57adbf1
Linted
8 years ago
Dan Finlay
1ba83766bb
Load accounts into ethStore on unlock
8 years ago