Whymarrh Whitby
a844eb20da
Merge pull request #6470 from MetaMask/bdresser-patch-1-2
...
update publishing.md with dev diagram
6 years ago
Dan J Miller
7d59e892e3
Update to eth-method-registry@1.2.0 ( #6403 )
6 years ago
Thomas Huang
83f3e8ab98
Merge pull request #6468 from chikeichan/network-indicator-style-fix
...
Fix switcher height when Custom RPC is selected or loading
6 years ago
Paul Bouchon
0db0a187c8
feature: add Goerli support ( #6459 )
6 years ago
bobby dresser
e71cac5460
update publishing.md with dev diagram
6 years ago
Chi Kei Chan
597c490928
Fix switcher height when Custom RPC is selected or when network is loading
6 years ago
Thomas Huang
00133d31b1
Merge pull request #6444 from MetaMask/localhost-network-dropdown
...
Fixes #6321 & #6421 - Add Localhost 8545 for network dropdown names
6 years ago
Dan J Miller
09f2a2a547
Adds 4byte registry fallback to getMethodData() ( #6435 )
...
* Get contract method data from 4byte if we can't get it from eth-method-registry
* Clarify token method name fallback code in getMethodData
* Bugfix: don't attempt to translate falsy actionKeys in confirm-transaction-base.component.js
* Rewrite getMethodFrom4Byte with async-await
* Call four byte and method-registry requests in parallel in getMethodData()
6 years ago
Chi Kei Chan
92c03bdff2
Update buttons & colors to match design system ( #6446 )
...
* Refactoring button styles
* renaming buttons
* Add Link and Button styles
* Update new btn styles and storybook
* Fix tests
* Change font weight; Update storybook
* Fix linter
6 years ago
Sneh Koul
fb22fb12ca
Adds e2e test for most web3 methods that dapps use ( #6160 )
...
* schema added
* ui for the dapp added and schema.js changed according to the comments in PR
* added tests for all web3 methods
* Update run-all.sh
* Update web3.spec.js to work with new onboarding flow
* changes made according to the comments
* Create stand alone script for web3 e2e tests.
* Lint fixes for web3 e2e tests.
6 years ago
Thomas Huang
33836c0463
Set rpcTarget, nickname, and ticker when selecting one of the default networks
6 years ago
Whymarrh Whitby
76075ac652
Merge pull request #6454 from MetaMask/bump-contract-metadata
...
Bump eth-contract-metadata
6 years ago
Esteban Mino
7c38ad9356
bump contract metadata
6 years ago
Whymarrh Whitby
3a969b22ee
Merge pull request #6448 from whymarrh/getSendToAccounts
...
Remove unneeded array cloning in getSendToAccounts selector
6 years ago
Whymarrh Whitby
c4a3d4ea82
Remove unneeded array cloning in getSendToAccounts selector
...
The use of `Object.entries` here to map the accounts into a new array effectively
produces a shallow clone of the array without guaranteeing the order of the original
array (as object iteration order is implementation-specific and variable). From MDN [1]:
> The **`Object.entries()`** method returns an array of a given object's own enumerable
> string-keyed property `[key, value]` pairs, in the same order as that provided by a
> `for...in` loop
And also:
> The ordering of the properties is the same as that given by looping over the
> property values of the object manually.
Both of which suggest that the iteration order is the same as `for...in`, which is to
say that it's not specified. [2] [3]
This changeset removes the cloning, keeping the shallow clone created the line before
which preserves the order of the items in the array.
[1]:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries
[2]:https://stackoverflow.com/a/5525820/1267663
[3]:https://stackoverflow.com/a/30919039/1267663
6 years ago
Sneh Koul
2786932576
repeated getSelectedAddress() func send.selectors.js removed ( #6056 )
6 years ago
pldespaigne
0c5d9fc58d
fix npm ci bug (version mismatch)
6 years ago
Etienne Dusseault
7ceb1c63cc
Added Chrome limited site access solution doc ( #6422 )
6 years ago
Paul Bouchon
a973a7420a
feature: switch token pricing to CoinGecko API ( #6424 )
6 years ago
Thomas Huang
d7a2ea9a2b
Add Localhost 8545 for network dropdown names
6 years ago
Thomas Huang
7e0006a7fd
Merge pull request #6428 from MetaMask/sharefile.com
...
Don't inject web3 on sharefile.com
6 years ago
Whymarrh Whitby
24761326de
Don't inject web3 on sharefile.com
6 years ago
Whymarrh Whitby
f3f6f8ca68
Merge pull request #6417 from MetaMask/metrics-updates
...
Metrics updates
6 years ago
Thomas Huang
9bd719d33a
Merge pull request #6420 from bbondy/patch-2
...
Fix links to MetamaskInpageProvider in porting_to_new_environment.md
6 years ago
Brian R. Bondy
7b13e9ae2e
Update porting_to_new_environment.md
...
This MetamaskInpageProvider file was moved out into its own repo, this updates the link to point to that repo.
6 years ago
Dan J Miller
79804ec79b
Version 6.3.2 ( #6418 )
6 years ago
Dan Miller
c80b295ccc
Only pass english function names to functionType metric
6 years ago
Dan Miller
5d948360c0
Distinguish between token and eth selected in home screen send button metrics event.
6 years ago
Dan Miller
5454266d7c
Metrics tracking gas changed - slow, average, fast, custom - on edit screen.-
6 years ago
kumavis
ac39a9b378
Merge pull request #6362 from MetaMask/metamaskbot-comment-content
...
Remove broken image walkthrough from metamaskbot comment
6 years ago
Dan Miller
4963ed65c0
Track seed phrase validation errors with MetaMetrics
6 years ago
kumavis
d610dfa870
Merge pull request #6401 from MetaMask/provider-error-fix
...
metamask-controller - use improved provider-as-middleware utility
6 years ago
Jenny Pollack
98a2fb43fb
Merge pull request #6406 from MetaMask/remove-user-actions-controller
...
remove user actions controller
6 years ago
kumavis
12cca73000
doc - publishing - typo fix ( #6399 )
6 years ago
Esteban Miño
55cb4bf907
pin eth-contract-metadata to last commit hash ( #6396 )
6 years ago
pldespaigne
dc4c40414e
issue#5742
6 years ago
kumavis
89693a2315
metamask-controller - use improved provider-as-middleware utility
6 years ago
pldespaigne
b26a59dbbe
renaming registrar into registry
6 years ago
kumavis
cf4eac3f2c
Merge pull request #6397 from MetaMask/wyre-deposit-modal
...
Change coinbase to wyre
6 years ago
Thomas Huang
6a80ff2718
Change coinbase to wyre
6 years ago
Bruno Barbieri
fee0da1ca3
bump ledger and trezor keyring ( #6395 )
6 years ago
Dan J Miller
95a2480074
Fix display of gas chart on Ethereum networks ( #6389 )
6 years ago
Thomas Huang
a46ec83c9b
Remove NoticeController ( #6382 )
6 years ago
Whymarrh Whitby
4055dc3475
Remove unused account-dropdowns components ( #6363 )
6 years ago
Whymarrh Whitby
259aa36941
Remove unused mascara directory ( #6360 )
6 years ago
Thomas Huang
87f393eb31
Merge pull request #6375 from MetaMask/Version-6.3.1
...
Version 6.3.1
6 years ago
Dan Miller
57bcf1449c
Version 6.3.1
6 years ago
Dan Miller
05fd704fef
Check token name constants against the lower case methodData name in conf tx switch container.
6 years ago
Dan Miller
8458873a20
Ensure correct confirm screen in case of smartcontract check fail
6 years ago
Chi Kei Chan
adcf03eacc
About tab copy changes; Update route for Info & Help in account menu ( #6356 )
6 years ago