Brad Decker
dc25a24de3
rely upon gas fee controller for gas price estimates ( #11511 )
3 years ago
Peter-Jan Brone
3fada25dfc
Add Skylink support to ENS resolver ( #11401 )
...
* Add Skynet support to ENS to IPFS resolver
* Remove newline
* Fix lint
* Fix lint
* Remove mistakenly committed zip file
* Update
3 years ago
David Walsh
d8984d3cf3
EIP-1559 - Provide Updated UI for Dapp-Suggested Gas fees ( #11523 )
3 years ago
ryanml
e77101138a
Cleaning up bundle link formatting (metamaskbot) ( #11539 )
3 years ago
Niranjana Binoy
d33b841fb8
Adding TokenListController to Metamask-Controller ( #11515 )
3 years ago
ryanml
867d050695
Updating CHANGELOG.md
3 years ago
Dan J Miller
62729c94a1
Retrieve state after async action before updating state in _setSwapsQuoteRefreshTime ( #11538 )
3 years ago
ryanml
b21b139653
Handling non-numeric input for chain id in network form ( #11537 )
3 years ago
David Walsh
b21ad53bdc
EIP-1559 - Provide updated gas price field tooltip text ( #11531 )
3 years ago
Dan J Miller
ee925d0186
Retrieve state after async action before updating state in _setSwapsQuoteRefreshTime ( #11538 )
3 years ago
kumavis
9f4820ee98
Build - refactor for bundle factoring and swappable runtime ( #11080 )
...
* wip
* build - breakout sentry-install bundle
* deps - move new build sys deps to published versions
* chore: lint fix
* clean - remove unused file
* clean - remove unsused package script
* lavamoat - update build system policy
* build - render html to all platforms
* development - improve sourcemap debugger output
* deps - update lavapack
* lint - fix
* deps - update lavapack for bugfix
* deps - update lavapack for bugfix
* deps - bump lavapack for line ending normalization
* sourcemap explorer - disable boundary validation
* ci - reset normal ci flow
* build - re-enable minification on prod
* build - remove noisy log about html dest
* build - update terser and remove gulp wrapper for sourcemap fix
* Revert "sourcemap explorer - disable boundary validation"
This reverts commit 94112209ed880a6ebf4ee2ded411e59db6908162.
* build - reenable react-devtools in dev mode
* wip
* build - breakout sentry-install bundle
* deps - move new build sys deps to published versions
* chore: lint fix
* clean - remove unused file
* clean - remove unsused package script
* lavamoat - update build system policy
* build - render html to all platforms
* development - improve sourcemap debugger output
* deps - update lavapack
* lint - fix
* deps - update lavapack for bugfix
* deps - update lavapack for bugfix
* deps - bump lavapack for line ending normalization
* sourcemap explorer - disable boundary validation
* ci - reset normal ci flow
* build - re-enable minification on prod
* build - remove noisy log about html dest
* build - update terser and remove gulp wrapper for sourcemap fix
* Revert "sourcemap explorer - disable boundary validation"
This reverts commit 94112209ed880a6ebf4ee2ded411e59db6908162.
* build - reenable react-devtools in dev mode
* Updating lockfile
* lint fix
* build/dev - patch watchifys incompatible binary stats output
* ui - add comment about conditional import
* build - improve comment
* Update development/stream-flat-map.js
Co-authored-by: Brad Decker <git@braddecker.dev>
* Outputting all bundle file links (metamaskbot)
Co-authored-by: ryanml <ryanlanese@gmail.com>
Co-authored-by: Brad Decker <git@braddecker.dev>
3 years ago
Brad Decker
4aab4887d5
add MODIFY_IN_PLACE as mode prop on edit-gas-popover ( #11527 )
...
This is necessary for the submit method to call the right background process
3 years ago
David Walsh
8e5ebfb05a
EIP-1559 - Disable gas form submission if estimates are loading state ( #11525 )
3 years ago
David Walsh
1665617378
Create different label for Gas Price with GWEI included ( #11526 )
3 years ago
David Walsh
c241d3150c
EIP-1559 - Provide tooltip text for all advanced gas controls ( #11529 )
3 years ago
David Walsh
1e1530e8e9
EIP-1559 - Update speed up tooltip text ( #11530 )
3 years ago
David Walsh
1f70023ce1
EIP-1559 - Update text for editing gas fee suggested by a dapp ( #11532 )
3 years ago
David Walsh
89e2da71cf
EIP-1559 - Update the title fo the Edit gas popover ( #11533 )
3 years ago
David Walsh
c1064e0c50
EIP-1559 - Only show education link if on 1559-compatible network ( #11535 )
3 years ago
David Walsh
a294f02b1d
EIP-1559 - Elevate gas properties to the Popover, disable submission if errors ( #11510 )
3 years ago
David Walsh
91e744a705
EIP-1559 - Provide edit button for transaction screens to update gas ( #11516 )
3 years ago
ryanml
bbef49158d
Various UI fixes ( #11512 )
3 years ago
muji
aef1cd2450
Use ESM imports in migrations index. ( #11443 )
...
So that spack does not complain about mixing CommonJs and ESM.
3 years ago
ryanml
96d86a8d86
Update CHANGELOG.md header
...
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
3 years ago
ryanml
c2d4995e2e
Updating changelog for 9.8.1
3 years ago
MetaMask Bot
80b0f04127
Version v9.8.1
3 years ago
Brad Decker
12e7089363
moving some properties to identifiable payload ( #11506 )
3 years ago
ryanml
609ef9a09c
Converting gas params for tx metrics to decimal GWEI ( #11482 )
3 years ago
ryanml
0df928efa9
Using current time in place of block timestamp for completion time metric ( #11483 )
3 years ago
David Walsh
90180627cb
Using translation for edit text ( #11514 )
3 years ago
David Walsh
97d9cdff80
Provide EIP 1559 fields in transaction history ( #11464 )
3 years ago
Brad Decker
2edd44e1c5
moving some properties to identifiable payload ( #11506 )
3 years ago
ryanml
07601f4a90
Setting tx param type before signing transactions ( #11497 )
...
Fixes MetaMask/metamask-extension#11491
3 years ago
Brad Decker
9416d1ca71
provide skeleton for submitting gas form ( #11496 )
3 years ago
ryanml
621dc62b77
Merge pull request #11505 from MetaMask/master-sync
...
Sync `master` with `develop`
3 years ago
ryanml
e88c069398
Converting gas params for tx metrics to decimal GWEI ( #11482 )
3 years ago
ryanml
bf4cdb0b5c
Using current time in place of block timestamp for completion time metric ( #11483 )
3 years ago
ryanml
f15a68b923
Fixing invalid prop type in ConfirmPageContainerHeader ( #11500 )
3 years ago
Alex Donesky
1117e7b1fe
use ERC721 interface id instead of ERC721 metadata interface ID for identifying ERC721 tokens ( #11495 )
3 years ago
David Walsh
1da7beed13
Provide Estimate Data to EditGasDisplay ( #11433 )
3 years ago
ryanml
be2e6d02f9
Fix
3 years ago
ryanml
81a71a1052
Merge remote-tracking branch 'origin/develop' into master-sync
3 years ago
ryanml
c87dce9ce5
Merge pull request #11439 from MetaMask/Version-v9.8.0
...
Version v9.8.0 RC
3 years ago
Dan J Miller
3ab5419dec
Ensure simple send gas estimation happens after the recipient is iden… ( #11485 )
...
* Ensure simple send gas estimation happens after the recipient is identified
* Update ui/ducks/send/send.test.js
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* Improve test name
* Lint fix
Co-authored-by: Alex Donesky <adonesky@gmail.com>
3 years ago
Alex Donesky
bff17c6873
fix up ens/hex address validation error handling ( #11477 )
...
* fix up ens/hex address validation error handling
* fix lint/tests
3 years ago
Daniel
54a6588628
Swaps: Add conditional routing to new APIs based on a feature flag ( #11470 )
3 years ago
Alex Donesky
ece437b139
Update controllers with conversionRate change with minimal required changes in extension ( #11361 )
...
* updating controllers with conversionRate change with minimal required changes in extension
* swapping showFiat selector in places where possible
* adding invalid conversion protection
* lint fixes
* adjusting list-item styling logic
3 years ago
Brad Decker
c3e6514c35
add useGasInputs hook ( #11480 )
3 years ago
Dan J Miller
809b93dd77
Ensure simple send gas estimation happens after the recipient is iden… ( #11485 )
...
* Ensure simple send gas estimation happens after the recipient is identified
* Update ui/ducks/send/send.test.js
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* Improve test name
* Lint fix
Co-authored-by: Alex Donesky <adonesky@gmail.com>
3 years ago
Brad Decker
36ab817858
add edit button support to transaction-detail-item ( #11481 )
3 years ago