Whymarrh Whitby
d60991ec88
Delete ConfigManager, replacing its usages with PreferencesController
6 years ago
Dan Miller
eb32ccb0c7
Ensure account-tracker currentBlockNumber is set on first block update.
6 years ago
bitpshr
803a79f836
Do not resolve .test domains using ENS
6 years ago
Esteban MIno
053e262ae7
delete web3.metamassk.watchAsset
6 years ago
Esteban MIno
56bed3f1bc
expose web3.metamask.watchAsset
6 years ago
kumavis
a2654108be
account-tracker - only track blocks when there are activeControllerConnections
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
e6d64cecf8
message signing works
6 years ago
brunobar79
78a1cd3314
iframe communication working
6 years ago
Jenny Pollack
00a2ab21ae
sentry - change releaseVersion to release
6 years ago
Eduardo Antuña Díez
a2082bae5c
Avoid overwriting a domain that can be resolved by DNS
...
According to the current implementation any domain ending in .eth or .test will try to resolve through ENS even if the DNS is able to resolve it.
changing `onBeforeRequest` to `onErrorOccurred` will only resolve those .eth or .test domains that the DNS is not able to resolve.
6 years ago
Eduardo Antuña Díez
543207b5af
Fixed ENS to IPFS functionality in Firefox
...
`tabs.getSelected` is deprecated and it doesn't work in firefox replaced by `tabs.query({active: true}`
6 years ago
brunobar79
c6b7e460b5
code review changes
6 years ago
bitpshr
642ae25073
Add deprecation message for eth_signTypedData
6 years ago
Jenny Pollack
16fc7efef1
remove local tests
6 years ago
bitpshr
d24b5b76fd
Update variable name
6 years ago
bitpshr
d02c160db5
Updates for linting
6 years ago
bitpshr
94f99b6ed0
Updates
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
bitpshr
badf0ce314
Conditionally use Promise-based extension API when creating windows
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
brunobar79
451c05bcbb
fix environment detection regex
6 years ago
PhyrexTsai
11736e6318
Update to support pathnames on IPFS hash
...
As @Georgi87 mentioned about pathnames on the domain like `http://phyrextsai.eth/home ` will pass to IPFS hash and append `/home` on redirection url.
You can try the example below:
http://phyrextsai.eth/index.html
http://phyrextsai.eth/images/phyrex.jpg
6 years ago
vittominacori
ff3c262621
set the popup id returned by create promise
6 years ago
vittominacori
4c1b526137
set an id to the metamask notification popup
6 years ago
Dan Finlay
3a6cc3c8fd
Re-enable dapp reload on network change
...
We want to give devs some time to digest [this blog post](https://medium.com/metamask/breaking-change-no-longer-reloading-pages-on-network-change-4a3e1fd2f5e7 ) before we making a breaking change to our platform.
Makes it easy to re-implement the change.
6 years ago
Dan Finlay
11bfdf444d
Handle brave throws
6 years ago
kumavis
7b414f3ed0
background - persistence pipeline - fix persistence bug
6 years ago
Bruno
8763ea898e
move TrezorKeyring to its own package
6 years ago
Bruno
d4201ae1cc
added support for signPersonalMessage
6 years ago
Erik Marks
b982961381
removed auto-reload.js, moved global web3 export to inpage.js
6 years ago
Erik Marks
f461bd8812
wip
6 years ago
Bruno
999b6bd24a
clean up
7 years ago
Bruno
68d97211ff
sign transactions is pretty close
7 years ago
Bruno
d1880073f6
balances working
7 years ago
Bruno
f6b27fa9eb
add account working
7 years ago
Bruno
f5f66f59d7
clean up
7 years ago
Bruno
8c4d58aa45
initial trezor support
7 years ago
Jenny Pollack
fd8bcc9cb1
lint
7 years ago
Jenny Pollack
01a1eff8a8
remove loglevel
7 years ago
Jenny Pollack
7edde61c12
preferred first languauge - check for Brave
7 years ago
Jenny Pollack
275c31855d
first language - add check for brave browser on getAcceptLanguages
7 years ago
kumavis
36a0574f56
diagnostics - minor fixes
7 years ago
kumavis
ece5cfc785
lint - fix diagnostics reporter
7 years ago
kumavis
20bdba3d17
diagnostics - rewrite bug-notifier as diagnostics-reporter
7 years ago
Dan Finlay
22754e3e1f
Linted
7 years ago