ryanml
b7bab56a04
Return an empty string when date is not provided [Date display utils] ( #11831 )
2021-08-16 17:56:56 -07:00
Daniel
f5f923d208
Fix Insufficient number of substitutions for key "swapYourTokenBalance" ( #11833 )
...
* Fix Insufficient number of substitutions for key "swapYourTokenBalance"
* Use an empty string if there is no default symbol
* Add ? after SWAPS_CHAINID_DEFAULT_TOKEN_MAP[chainId]
2021-08-16 17:56:45 -07:00
David Walsh
a0d8894989
Remove unwanted console.log from codebase ( #11820 )
2021-08-16 17:56:33 -07:00
ryanml
96eb9c089b
Merge pull request #11816 from MetaMask/Version-v10.0.1
...
Version v10.0.1 RC
2021-08-11 13:52:40 -07:00
Alex Donesky
5d056eebed
bump path-parse version to address security vulnerability ( #11807 )
2021-08-11 12:46:53 -07:00
ryanml
54be6538f7
Updating Changelog
2021-08-11 12:41:54 -07:00
MetaMask Bot
ba1a4a2032
Version v10.0.1
2021-08-11 19:36:08 +00:00
Mark Stacey
02d1473f6e
Fix Sentry release configuration ( #11813 )
...
The Sentry `release` was not being configured correctly. It was being
left blank. This is because the location of the extension version was
moved in #11029 . The build script was correctly updated in that PR, but
that work was accidentally undone in a merge error that was included
in #11080 .
2021-08-11 12:32:16 -07:00
Dan J Miller
bdb66708d2
Merge pull request #11731 from MetaMask/Version-v10.0.0
...
Version v10.0.0 RC
2021-08-10 09:53:23 -02:30
Dan J Miller
de388a7b1c
Ensure transaction activity log supports EIP-1559 ( #11794 )
...
* Ensure transaction activity log supports EIP-1559
* unit test fix
* Add estimated base fee to swaps txMeta
* fix lint and tests
* Improve activity log copy
2021-08-06 19:49:33 -02:30
Alex Donesky
9566cd09c0
Hide gasTiming on edit-gas-popover when form is in error ( #11792 )
...
* Hide gasTiming on edit-gas-popover when form is in error
* Show unknown processing error if maxFeePerGas is too low for network conditions
* remove unnecessary change
* remove unnecessary function wrapper
2021-08-06 19:30:11 -02:30
Dan J Miller
738d2722c5
Fixes updates on the confirm screen. ( #11788 )
...
* Fixes updates on the confirm screen.
* Better handling of internal send transactions
* maxFee -> maxFeePerGas property name fix
* Remove redundant setEstimateToUse call in onManualChange
* Fix unit tests
* rebase error fix
* Fixes to speedup loading and transaction breakdown priority fee
* Fix lint and unit tests
* Ensure gas price based transaction that have been customized (e.g. speed up and retry) are properly initialized in useGasFeeInputs
* Clean up
* Link fix
2021-08-06 19:30:10 -02:30
Daniel
29948f3c3a
Fix fee level content ( #11790 )
2021-08-06 19:30:10 -02:30
David Walsh
39e5750981
EIP-1559 - Ensure form always displays when there are errors ( #11787 )
2021-08-06 01:45:53 -02:30
Alex Donesky
2089767d96
fix confirm transaction details to match spec ( #11779 )
2021-08-06 01:45:53 -02:30
David Walsh
0377e2c64e
Restore heartbeat to transaction confirmation, use isGasEstimatesLoading more broadly ( #11781 )
2021-08-06 01:45:53 -02:30
Alex Donesky
99fecbf6d2
Separate out non blocking gas errors ( #11783 )
2021-08-06 01:45:53 -02:30
Alex Donesky
f3995b72b0
Add fee level education button to swaps edit gas popover ( #11785 )
2021-08-06 01:45:53 -02:30
David Walsh
df6c05eb17
Fix NumericInput proptype error ( #11773 )
2021-08-06 01:45:53 -02:30
Dan J Miller
c2bfa57981
Allow max fee to be equal to max priority fee ( #11778 )
2021-08-05 14:23:50 -02:30
dependabot[bot]
ffbd8771b3
Bump tar from 4.4.11 to 4.4.15 ( #11753 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 4.4.11 to 4.4.15.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.11...v4.4.15 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-05 14:23:49 -02:30
Dan J Miller
48bfd6c7f6
Use bignumber for number comparisons in useGasFeeInput ( #11776 )
...
* Use bignumber for number comparisons in useGasFeeInput
* fix
2021-08-05 14:23:49 -02:30
Dan Miller
29a29eb877
Add temporary entry to cla bot allowlist to workaround cla-bot bug
2021-08-05 13:29:11 -02:30
Dan J Miller
825e8b7bbf
Ensure that gas fee inputs fallback to tx params values if api is down ( #11775 )
...
* Ensure that gas fee inputs fallback to tx params values if down
* ensure getGasFeeEstimate fallback is a string
2021-08-05 10:49:24 -02:30
Dan J Miller
aa0f35a8ba
Ensure that gas fee minimum errors show when api is down ( #11767 )
...
* Fix legacy unapproved tx handling
* clean up
2021-08-04 20:24:40 -02:30
Dan J Miller
7384aea541
Fix legacy unapproved tx handling ( #11766 )
2021-08-04 20:24:40 -02:30
Mark Stacey
3b8faadaad
Update eth-phishing-detect
to latest version ( #11756 )
...
This update includes just configuration updates. There are no
functional changes. The updated config is only used as a fallback in
case the config update fails for some reason.
2021-08-04 20:24:40 -02:30
Alex Donesky
ab1cd1152e
tiny lost code change from 9.8.4 RC ( #11764 )
2021-08-04 20:24:40 -02:30
David Walsh
efed7c2980
EIP-1559 - Fix mislabeled MaxPriority fee key ( #11758 )
2021-08-04 20:24:40 -02:30
Alex Donesky
02c0cbede9
Stop GasFeeController polling when pop closes ( #11746 )
...
* Stop GasFeeController polling when pop closes
* Stop estimate gas polling on window unload
* lint + comments
* Improve client closed logic
* lint
* Add back _beforeUnload on unmount in gas-modal-page-container
* Add full check and call onClientClosed method for notifcation environment
* Add gas pollingToken tracking to appStateController and use to disconnect polling for each environment type
* remove unused method
* move controller manipulation logic from background.js to metamask-controller, disaggregate methods
* add beforeunload handling to reset gas polling tokens from root of send page
* cleanup, lint and address feedback
* clear appState gasPollingTokens when all instances of all env types are closed, fix pollingTokenType arg from onEnvironmentTypeClosed call in metamask-controller
* mock new methods to fix tests
* final bit of cleanup + comments
Co-authored-by: Dan Miller <danjm.com@gmail.com>
2021-08-04 20:24:40 -02:30
David Walsh
1f578fcb1b
Provide pointer cursor for radio group buttons ( #11763 )
2021-08-04 20:24:40 -02:30
Dan J Miller
e1efc7170c
Show advanced options, and hide radio buttons, for advanced gas settings users ( #11751 )
...
* Show advanced options, and hide radio buttons, for users with advanced gas settings turned on
* Improve naming and copy
* lint fix
* Lint fix
2021-08-04 20:24:40 -02:30
David Walsh
5d7eba2684
EIP-1559 - Prevent uncaught exception when passing fees to getGasFeeTimeEstimate ( #11759 )
2021-08-04 20:24:40 -02:30
David Walsh
179f368ae5
EIP-1559 - Temporarily remove the loading heartbeat from the transaction detail ( #11762 )
2021-08-04 20:24:40 -02:30
David Walsh
f17514489f
EIP-1559 - Remove unncessary props from AdvancedFormControls ( #11757 )
2021-08-04 20:24:40 -02:30
Dan J Miller
b9d5c431c1
Ensure gas fees update in popover on poll for new values ( #11760 )
2021-08-04 20:24:40 -02:30
Alex Donesky
0dcdbdd99e
remove unnecessary conversion call ( #11742 )
...
* remove unnecessary conversion call
* Pass args to GasTiming as decGwei
* lint
2021-08-04 13:54:15 -02:30
ryanml
0eef0d424d
Fixing errors in EditGasDisplay ( #11748 )
2021-08-04 13:54:15 -02:30
Dan J Miller
8f50afb0dc
Allow max priority fee to be below 1, and only require it to be greater than 0 ( #11749 )
2021-08-04 13:54:15 -02:30
Dan J Miller
8a31aaadcb
Allows users to set a max priority fee below suggested, just showing a warning in that case ( #11750 )
2021-08-04 13:54:15 -02:30
Dan J Miller
17a4b5224a
Rename effective gas price field to total gas fee ( #11754 )
2021-08-04 13:54:15 -02:30
Dan Miller
836be61cea
Fix changelog
2021-08-04 12:27:15 -02:30
Alex Donesky
0a8278a16f
Fix ipfs dependency vulernability ( #11745 )
2021-08-03 22:13:09 -02:30
Alex Donesky
ce88b87860
Remove estimate detail above advanced gas controls in non-1559 network ( #11744 )
...
* Remove estimate detail above advanced gas controls in non-1559 network
* lint
* remove gasEstimate localization text
2021-08-03 22:13:09 -02:30
ryanml
3c0846df84
Fall back to aggregator name when icon is unavailable (Swaps Load View) ( #11718 )
2021-08-03 22:13:09 -02:30
David Walsh
c4c1504e09
EIP-1559 - Show minium native currency in banner when on testnets ( #11743 )
2021-08-03 22:13:09 -02:30
Dan J Miller
d0e4a890c4
Update changelog for v10.0.0 ( #11738 )
2021-08-03 16:31:31 -02:30
Daniel
474d7571b6
Fix a position of a tooltip icon ( #11739 )
2021-08-03 14:01:25 -02:30
Alex Donesky
340c3d2876
Add gasPrice to be used on non-1559 networks for transaction details on confirm screen ( #11741 )
2021-08-03 14:01:25 -02:30
David Walsh
29072a0cf0
EIP-1559 - Provide better validation for gas price and gas limit ( #11736 )
2021-08-03 14:01:25 -02:30