Alexander Tseung
|
25eac2334b
|
Merge pull request #5089 from MetaMask/i5085-ethcode
Use eth_getCode to sort transaction action type
|
6 years ago |
Alexander Tseung
|
619ab3838b
|
Merge pull request #4830 from MetaMask/page-container-tabs
Add tabs support for PageContainer
|
6 years ago |
Alexander Tseung
|
865a0d8173
|
Use eth_getCode to sort transaction action type
|
6 years ago |
Esteban MIno
|
56bed3f1bc
|
expose web3.metamask.watchAsset
|
6 years ago |
Alexander Tseung
|
d7d141cea5
|
Fix code readability, use PureComponent over Component
|
6 years ago |
Alexander Tseung
|
01c0c98501
|
Add tabs support for PageContainer
|
6 years ago |
Dan Finlay
|
f30b726df7
|
Merge pull request #5122 from MetaMask/lazy-account-tracker
Network IO Optimization: Lazy AccountTracker
|
6 years ago |
Dan Finlay
|
bf6d624e76
|
Add todo to dedupe UI tracking in background
|
6 years ago |
Whymarrh Whitby
|
f495c0e9e0
|
Merge pull request #5102 from whymarrh/fix-account-export-pw-bug
Fix export privkey modal password bugs
|
6 years ago |
Whymarrh Whitby
|
171f6711d9
|
Merge pull request #5066 from whymarrh/fix-key-export
Don't re-render the export modal when the selected identity changes
|
6 years ago |
Alexander Tseung
|
21a6fdc174
|
Merge pull request #5111 from MetaMask/sender-to-recipient2
Add new variant for SenderToRecipient component
|
6 years ago |
kumavis
|
cb0af67f74
|
metamask controller - force account tracker to update balances on network change
|
6 years ago |
Whymarrh Whitby
|
e803b8e047
|
Add test cases for MetaMaskController#_onKeyringControllerUpdate
|
6 years ago |
Whymarrh Whitby
|
003d445a98
|
Update unlock logic to not overwrite existing selected address
|
6 years ago |
Whymarrh Whitby
|
1e8e8bdfc8
|
Don't re-render the export modal when the selected identity changes
|
6 years ago |
Whymarrh Whitby
|
a90c152485
|
Update AccountModalContainer to accept a selectedIdentity prop
|
6 years ago |
Whymarrh Whitby
|
743c6e7ca4
|
Clear warnings when exportAccount succeeds
|
6 years ago |
Whymarrh Whitby
|
456f2faf4f
|
Handle case where keyring is missing in AccountDetailsModal
|
6 years ago |
brunobar79
|
b208ce7234
|
add port names blacklist
|
6 years ago |
Alexander Tseung
|
7294aede4f
|
Add new variant for SenderToRecipient component
|
6 years ago |
brunobar79
|
fdff768549
|
handle onDisconnect
|
6 years ago |
brunobar79
|
055e0f8dac
|
fix merge conflicts
|
6 years ago |
Esteban MIno
|
153731e462
|
fix integration tests on balance component with new watchAsset
|
6 years ago |
kumavis
|
a2654108be
|
account-tracker - only track blocks when there are activeControllerConnections
|
6 years ago |
kumavis
|
3ac2b40dcf
|
metamask controller - track active controller connections
|
6 years ago |
Esteban MIno
|
4e6c71e969
|
Merge branch 'develop' into WatchTokenFeature
|
6 years ago |
Esteban MIno
|
6ccf2811e7
|
unit tests for watchAsset
|
6 years ago |
Dan Finlay
|
babd59a2dc
|
Merge pull request #5109 from MetaMask/MoveOutInpageProvider
Move inpage-provider and port-stream outside
|
6 years ago |
Dan Finlay
|
a485516488
|
Merge pull request #5118 from MetaMask/provider2-bugfix
bugfix - prevents old blocktracker from getting internal hooks migrated
|
6 years ago |
kumavis
|
13dfea7f2d
|
bugfix - prevents old blocktracker from getting internal hooks migrated
|
6 years ago |
brunobar79
|
1286ddaaed
|
update package-lock
|
6 years ago |
brunobar79
|
90886c5e05
|
Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5
|
6 years ago |
Dan J Miller
|
4704f3598e
|
Merge pull request #5108 from MetaMask/run-ganache-with-blocktime-flag
Fix e2e tests: adapt ganache flags and remove unnecessary checks
|
6 years ago |
Dan Miller
|
9bd0ce46e8
|
Remove unnecessary checks and user actions in metamask-beta-ui.spec
|
6 years ago |
Jerome de Tychey
|
92af1ee95a
|
Typo in "send" translation
send should be translated as Envoyer instead of Envoyé (which mean sent, not send)
|
6 years ago |
Dan Miller
|
1718b83d20
|
Run ganache with a blocktime flag for npm:run:ganache:start.
|
6 years ago |
Esteban MIno
|
3a3732eb24
|
returning error in watchAsset
|
6 years ago |
Esteban MIno
|
6fa889abcb
|
refactor watchToken related functions
|
6 years ago |
Bruno Barbieri
|
282820c93a
|
Merge pull request #5112 from MetaMask/hardware-wallet-fixes
Hardware wallet fixes
|
6 years ago |
brunobar79
|
54021fd90b
|
fix unit tests
|
6 years ago |
brunobar79
|
cee5783283
|
fix hardware wallets account name
|
6 years ago |
brunobar79
|
34e3ec6092
|
fix account removal
|
6 years ago |
brunobar79
|
0e1605b082
|
fix comment
|
6 years ago |
brunobar79
|
ab7eb73ecc
|
fix merge conflicts
|
6 years ago |
Esteban MIno
|
68c1b4c170
|
watchAsset returns result wether token was added or not
|
6 years ago |
brunobar79
|
6e813db473
|
update package-lock
|
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 |
Esteban MIno
|
81cd29df43
|
Merge branch 'develop' into WatchTokenFeature
|
6 years ago |
Dan Finlay
|
887cad973f
|
Merge pull request #5095 from MetaMask/i4953-update-logo
Update logo wordmark
|
6 years ago |
Dan Finlay
|
097c1e90e3
|
Merge pull request #5084 from MetaMask/ledger-support-without-provider
Ledger support (in case of rollback)
|
6 years ago |