Alexander Tseung
13c4ecd610
Fix tests
6 years ago
Alexander Tseung
5ddd9b55be
Add retry button to TransactionListItem
6 years ago
Alexander Tseung
fa8313f903
Code cleanup
6 years ago
Alexander Tseung
5de48c67a0
Use css grid for TransactionListItem for responsive layout
6 years ago
Alexander Tseung
01f00a9ca6
Add tOrKey function to I18nProvider
6 years ago
Alexander Tseung
176fb89771
Update package-lock.json
6 years ago
Alexander Tseung
5ee40675b9
Refactor transactions list views. Add redesign components
6 years ago
Alexander Tseung
d733bd34fb
Delete unused files
6 years ago
Alexander Tseung
4e0693eaff
Add withMethodData HOC, add higher-order-component folder
6 years ago
Alexander Tseung
40d4ac9ae1
Add TransactionStatus component
6 years ago
Alexander Tseung
8a7547b9cd
Add MenuBar component
6 years ago
Alexander Tseung
d1de5ae94f
Add react-media package to prevent rendering wallet-view twice in the popup view
6 years ago
Alexander Tseung
3b408715c7
Refactor home screen and remove unused files
6 years ago
HackyMiner
dae07b32e5
update Korean translation ( #4630 )
...
* update Korean translation
* update Korean translation, add updated missing strings
* update Korean i18n messages
6 years ago
Dan J Miller
3ae082aad8
Merge pull request #5096 from evgeniuz/develop
...
implemented improvements to RPC history
6 years ago
Antoine Nauleau
3854650546
Minimum Browsers Supported ( #4873 )
...
* Minimum supported browsers and version standard: add browsers and targets to .babelrc and package.json
* Regenerate package.json, fix issue with comma in merge
* Resolve merge conflicts
* Regenerate package-lock.json
* Revert to previous package-lock.json
6 years ago
Evgeniy Filatov
9a80d6e859
updated docs, small improvement of recent RPC rendering
6 years ago
Evgeniy Filatov
c0b5e8a088
backported RPC improvements to oldui
6 years ago
Evgeniy Filatov
b23cca1469
implemented improvements to RPC history
6 years ago
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
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
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
Alexander Tseung
7294aede4f
Add new variant for SenderToRecipient component
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
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
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
Dan Miller
1718b83d20
Run ganache with a blocktime flag for npm:run:ganache:start.
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
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
Dan Finlay
887cad973f
Merge pull request #5095 from MetaMask/i4953-update-logo
...
Update logo wordmark
6 years ago