Whymarrh Whitby
ecbde20949
Remove ComputedbalancesController ( #7057 )
5 years ago
Whymarrh Whitby
247659ca65
Connections settings tab ( #7013 )
...
* Nix notification for Share Address
* Add Connections settings tab in place of privacy mode toggle
* Split ProviderApprovalController into two stores
* Remove privacyMode feature flag altogether
* Add migration to remove privacyMode feature flag
5 years ago
Whymarrh Whitby
ceace71bf5
Remove unused lostAccounts state ( #6979 )
5 years ago
Mark Stacey
1112277cd6
Remove `seedWords` completely from metamask state ( #6920 )
...
`seedWords` used to be stored on the metamask state temporarily at
certain points. This hasn't been the case since #5994 , but references
to this state remained. All of the logic remained for correctly updating
these `seedWords`, handling them during navigation, and scrubbing them
from the state.
However the state was never updated in practice. The `seedWords` are
still returned by `verifySeedPhrase`, and they're still stored in
component state in a few places. But they aren't ever set in the Redux
metadata state or the Preferences controller.
All references to this state have been removed, along with any logic
for interacting with this state. A few unused actions were removed as
well.
5 years ago
Mark Stacey
429030a00e
Remove unused `unlockAccountMessage` callback ( #6905 )
...
This callback has been unused for a long time. It was removed in #1076
5 years ago
Thomas Huang
a46ec83c9b
Remove NoticeController ( #6382 )
6 years ago
kumavis
48047f8194
mascara - remove from project ( #6283 )
6 years ago
Thomas Huang
43f5fd0716
Nonmultiple notifications for batch txs
6 years ago
Thomas Huang
8e99a537ca
Simplify
6 years ago
Thomas Huang
5a8221253e
Improvement
6 years ago
Thomas Huang
973042bafa
Show popup if notification or activeMMtab is true but not if popup is open
6 years ago
Chi Kei Chan
d9039f5292
Bring Popup to front when ui is tiggered
6 years ago
Whymarrh Whitby
969cf73fae
Fix all "var used instead of let or const" problems in background.js
6 years ago
Bruno Barbieri
be255210a9
fix visibility
6 years ago
Whymarrh Whitby
a9d3c1a87d
Open full-screen UI on install
6 years ago
Whymarrh Whitby
3e85d580f9
Revert "Don't open MetaMask website after install"
6 years ago
Whymarrh Whitby
08c98a6df7
Show Connect Requests count in extension badge
6 years ago
PaddyMc
7ce2cf4572
Fixes #3425 : Better support for batch transactions ( #5437 )
6 years ago
bitpshr
c76c9ca2c8
EIP-1102: updated implementation
6 years ago
kumavis
6d09f60bbf
ens-ipfs - refactor for readability ( #5568 )
...
* ens-ipfs - refactor for readability
* ens-ipfs - use official ipfs gateway for better performance
* lint - remove unused code
* ens-ipfs - support path and search
* lint - gotta love that linter
* ens-ipfs - improve loading page formatting
* ens-ipfs - loading - redirect to 404 after 1 min timeout
* ens-ipfs - destructure for cleaner code
6 years ago
kumavis
e3fda83ab2
sentry - replace raven-js with sentry/browser
6 years ago
kumavis
70c45ae8be
enable fetch debugging
6 years ago
Whymarrh Whitby
ba39fbeb49
Don't open metamask.io after install anymore
6 years ago
Whymarrh Whitby
83666e8d28
Update extension badge with correct signTypedData count
6 years ago
brunobar79
b208ce7234
add port names blacklist
6 years ago
Esteban MIno
68c1b4c170
watchAsset returns result wether token was added or not
6 years ago
Dan Finlay
6ce119d1fb
Move inpage-provider and port-stream outside
...
With the creation of the [metamask-extension-provider](https://github.com/MetaMask/metamask-extension-provider ) we have our first non-core module that is dependent on the inpage-provider and port-stream.
To reduce the size of its dependencies, I have moved the
[metamask-inpage-provider](https://github.com/MetaMask/metamask-inpage-provider ) into its own module, as well as [extension-port-stream](https://github.com/MetaMask/extension-port-stream ).
This allows them to be more easily depended & iterated on by external
projects.
6 years ago
brunobar79
992e7f1b5a
fix merge conflicts
6 years ago
brunobar79
8f9a0a535c
clean up
6 years ago
brunobar79
78a1cd3314
iframe communication working
6 years ago
Jenny Pollack
00a2ab21ae
sentry - change releaseVersion to release
6 years ago
Jenny Pollack
16fc7efef1
remove local tests
6 years ago
bitpshr
8df433ca84
Add support for .test Ropsten ENS domains
6 years ago
Jenny Pollack
1a9748667d
sentry - add detection for Brave Browser
6 years ago
brunobar79
13b03ec090
fix lint errors
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
Dan Finlay
5d7c2810a7
Begin adding eth_watchToken
7 years ago
kumavis
7b414f3ed0
background - persistence pipeline - fix persistence bug
7 years ago
kumavis
ebb9447593
test - e2e - factor out setup phase + rename METAMASK_CONFIG to METAMASK_TEST_CONFIG
7 years ago
kumavis
02f5502e16
test - e2e - inject metamask config to point at localhost
7 years ago
Yung chieh Tsai
829deacb57
Rename files
7 years ago
MikeCheng1208
695b157e7b
Intergrate ENS with IPFS
7 years ago
kumavis
2d4d77b17d
docs - jsdoc - fix syntax
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
frankiebee
873f85d996
guard adainst raven erroring
7 years ago
Dan Finlay
327ec03d6f
Remove wrong chars
7 years ago
Dan Finlay
357582cc52
Add ui note to background docs
7 years ago
Dan Finlay
17afe922d4
Lint background docs
7 years ago
Dan Finlay
ff689748a7
Document MetaMaskState and TransactionMeta
7 years ago
Dan Finlay
16434776a4
Document Background Script
7 years ago