Bruno Barbieri
e6fda855a5
added reset account feature
7 years ago
frankiebee
28ee0aae91
creater migration to remove BlacklistController
7 years ago
frankiebee
f13ad6bd6a
remove BlacklistController from disk state
7 years ago
Nick Doiron
abfa74f09a
complete i18n across new UI
7 years ago
Dan Finlay
62b2ce5b69
Version 3.13.8
7 years ago
Dan Finlay
8ba64c657f
Increase storage debounce value
7 years ago
Dan Finlay
ceebc6caa4
Debounce storage to avoid crashing pump
7 years ago
Kevin Serrano
19a379edba
Bump limit for event emitter warning.
7 years ago
Dan Finlay
2f13790653
Remove local storage writes, add log
7 years ago
Dan Finlay
76521cf739
Fix retrieval of object
7 years ago
Dan Finlay
cd5eaa4393
Remove redundant async modifiers
7 years ago
Dan
b281a52759
Remove already handled TODO comment.
7 years ago
Dan Finlay
f09d72fa2a
Remove extension-store since we aren't using it yet
7 years ago
Dan Finlay
dd80bd48ba
Corrected unlimitedStorage permission
7 years ago
Dan
b7ae77f57a
Check that extension.storage exists before attempting to call methods on it.
7 years ago
Dan
0164030e56
Handle errors when getting and setting to localStore.
7 years ago
Nick Doiron
99898ac775
better organization of locale file; i18n in more view files
7 years ago
Dan Finlay
456dfdb9fd
Modify @heyellieday's work to use storage.local to replace main storage
7 years ago
Dan Finlay
03c64ba8a6
Add unlimitedStorage option to manifest
7 years ago
Nick Doiron
bad70eb1b3
first steps to i18n
7 years ago
Thomas
97ca86733c
Merge branch 'master' into uat
7 years ago
Dan Finlay
5568053cd8
Version 3.13.7
7 years ago
kumavis
b91e2b5eb1
sentry - report failed txs
7 years ago
Dan Finlay
4b9c166a64
Version 3.13.7
7 years ago
kumavis
4e63924e60
4.0.10
7 years ago
kumavis
d7c8ec22a4
test - tx controller - fix txGasUtil reference
7 years ago
kumavis
96fc916024
Update transactions.js
7 years ago
Alexander Tseung
f8bf8cb527
Update popout to fullscreen icon
7 years ago
frankiebee
234c2417ca
transactions - transtion approved transactions to failed transactions on boot
7 years ago
frankiebee
be8d924432
transactions - fail txs on boot who fail addTxDefaults
7 years ago
frankiebee
9f19fea8e0
transactions - wrap addTxDefaults in a try catch and re try addTxDefaults on boot if they did not complete
7 years ago
kumavis
1f5325804b
sentry - dedupe raven vendor
7 years ago
kumavis
daa62b507a
sentry - breakout raven setup and add release config
7 years ago
kumavis
52a1c954f1
sentry - update raven and add to ui
7 years ago
kumavis
7d1554b1c1
sentry - add raven + sentry reporting config
7 years ago
Dan Finlay
41fdff41cd
Version 3.13.5
7 years ago
Dan Finlay
8fb62b97c5
Create new flag for simple sends to avoid overloading other flag
7 years ago
Dan Finlay
cd7eaaa735
Set gas limit to 21k for recipients with no code
...
Fixes #2907
7 years ago
Dan J Miller
aa833a0928
[NewUI] Place all users of extension into old UI (disable auto adding). ( #2946 )
...
* Place all users of extension into old UI (disable auto adding).
* Fix lint errors.
7 years ago
frankiebee
f0dd4f1923
transactions - emit 'newUnapprovedTx' before estimateGas finishes
7 years ago
Alexander Tseung
bdcee058dc
Fix styling in initialization
7 years ago
Dan J Miller
5c1dcf3e9b
[NewUI-flat] New deposit ether modal UI. ( #2642 )
...
* New deposit ether modal.
* New deposit modal full screen on mobile, and other style fixes.
* Hide shapeshift option from deposit modal for now.
* Add shapeshift form to new deposit modal.
* Store recipient address for shapeshift tx in background.
* Use Simpledropdown to achieve desired styling in coin selector.
* Lint fix
* Fix typos and remove dead code.
* Remove storage of shapeshift receiving address from background.
* Fix typos
7 years ago
Dan Finlay
7cb66ce4cb
Prefer passing a provider over an ethQuery instance
7 years ago
Dan Finlay
4a9dad7c40
Improve gas price estimation by backfilling recent-blocks
...
When first initializing, recent-block controller now back-fills up to
its desired history length. This makes estimated gas prices reflect a
longer recent history, even when first switching to a new network.
Fixes #2925
7 years ago
Alexander Tseung
208e94d3bf
Update main view styling
7 years ago
x86kernel
9c42216c4e
ci(ko/messages.json): add korean localization file
7 years ago
Dan Finlay
330ae02028
Version 3.13.4
7 years ago
Dan Finlay
d829fb91b8
Default to 1 gwei for empty blocks
7 years ago
Dan Finlay
0275231e13
Default gas estimate to 1 gwei for networks with no block activity
7 years ago
Dan Finlay
34826d18aa
Default to estimating 1 gwei for empty blocks.
...
To avoid estimating 0 gwei on low-traffic private networks.
7 years ago