Jeffrey Tong
bda493dc9d
add comments that need clarification on naming convention
7 years ago
kumavis
98efca0a97
background - storage - cleanup storage wiring
7 years ago
Jeffrey Tong
aaef2aeefd
fixed multiple notification windows when executing batch
7 years ago
Dan Finlay
64fcd27102
Tighten up data loading code
7 years ago
Dan Finlay
b97ac5106f
Add clarifying comment
7 years ago
Dan Finlay
d58e47edec
Some fixes for new storage strategy
...
- Don't persist undefined data
- Write to new storage strategy without waiting for completion.
- Continue writing to localStorage as fallback.
7 years ago
Dan Finlay
ab55c184c7
Increase storage debounce to 2s
7 years ago
kumavis
8e5bcf8935
sentry - failed tx - improve ethjs-rpc error formating
7 years ago
kumavis
fca2cbc8ef
sentry - clean - move setupRaven to lib
7 years ago
Csaba Solya
5ec311ba3e
add edge support
7 years ago
Dan
a4ed6af2ad
Prevents new transaction from generating popup when metamask is open in an active tab.
7 years ago
kumavis
06838774fa
sentry - report failed tx with more specific message
7 years ago
kumavis
94cd5b9df4
metamask mesh - inject mesh testing container
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
Dan Finlay
2f13790653
Remove local storage writes, add log
7 years ago
Dan
b281a52759
Remove already handled TODO comment.
7 years ago
Dan
0164030e56
Handle errors when getting and setting to localStore.
7 years ago
Dan Finlay
456dfdb9fd
Modify @heyellieday's work to use storage.local to replace main storage
7 years ago
Thomas
97ca86733c
Merge branch 'master' into uat
7 years ago
kumavis
b91e2b5eb1
sentry - report failed txs
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
Ellie Day
3c6a5b16ad
conditionally use extension store if supported or enabled
7 years ago
Ellie Day
7184db7632
handle situation where storage.sync is disabled in certain versions of firefox
7 years ago
Ellie Day
a76324f6d3
Add ExtensionStore and add basic store instance syncing to main controller
7 years ago
Dan
ec6c3c33bd
Merge branch 'master' into NewUI-flat-merge-with-master
7 years ago
kumavis
f64bc3c01a
deps - obs-store@3 + migrate stream plumbing
7 years ago
Sergey Ukustov
c2b8dada91
Add eth_signTypedData handler
7 years ago
frankiebee
9fd5458112
transactions: lint fixes and reveal status-update event for balance controller
7 years ago
frankiebee
14b9d16ece
platforms: put context for extension in platform extension class
7 years ago
frankiebee
bfd75107f1
add context to platform to not have X-Metamask-Origin in mascara
7 years ago
kumavis
96d1175834
debug - prefer logger over console
7 years ago
kumavis
da16f39626
Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkeeper/initial
7 years ago
frankiebee
b80c7e417b
move newUnapprovedTransaction to transactions.js
7 years ago
kumavis
ecaa235b5e
phishing detection - move phishing detection into contentscript and metamask controller
7 years ago
Dan Finlay
8b1726cc55
Live update blacklist from Infura
7 years ago
Dan Finlay
3d8ebf2265
Begin implementing live-updating blacklist, not working yet
7 years ago
Dan Finlay
91cd849e76
Began creating new UI template
8 years ago
Kevin Serrano
044c16219b
Fix badge number to include personal_sign
8 years ago
Thomas Huang
13e6672028
Linting
8 years ago
Dan Finlay
2df9344be5
Rename tx manager to tx controller
8 years ago
kumavis
5c9449dec1
background - drop async-q in favor of async/await
8 years ago
Thomas Huang
6bdb4c8728
Fix linting warnings
8 years ago
kumavis
86e882c51a
notification-manager - rename show -> showPoup + make getPopup private
8 years ago
kumavis
5036263f88
introduce platform api and rename notifications to notification-manager
8 years ago
Dan Finlay
4697aca02c
Got personal_sign working
...
Also fixed bug where signing would not close popup.
8 years ago
Frankie
8be68575bb
Clean up message manger includes:
...
Provider egine bump
Remove presence of message manger in keyring controller
Change the status wording fom conf to approved
make Message manager a class
fix messages not being apart of the badge
re write message manger to better reflect controller pattern
8 years ago
kumavis
2113979be7
metamask controller - adopt setup*Communication from background
8 years ago