David Walsh
fab9cfde03
EIP-1559 - Provide data wiring for Gas Timing component ( #11462 )
3 years ago
Daniel
a17c4462b4
Add token decimals validation in Swaps ( #11587 )
...
* Add token decimals validation in Swaps
* Use camelCase
3 years ago
David Walsh
c1d96676b5
EIP-1559 - Implement new verbiage for transaction detail subtext ( #11569 )
3 years ago
David Walsh
eb622d96fc
EIP-1559 - Fix dapp suggested warning ( #11568 )
3 years ago
David Walsh
6d92759853
EIP-1559 - Implement form validation for EIP-1559 ( #11540 )
...
* Restructure advanced gas form errors
* Use shared constant for gas errors
* Add validation for fields too low
* Add warnings for high max fee and max priority fee
* Fix lint
* Fix priority fee high warning string
3 years ago
Daniel
eb3b9e213b
Add support for Polygon ( #11545 )
...
* Fix a check for EIP presense
* Add support for Polygon
* Update default Polygon URL
* Trigger Build
* Use a more user-friendly error message for disabled Swaps API calls
3 years ago
Daniel
594025a198
Add support for Polygon ( #11545 )
...
* Fix a check for EIP presense
* Add support for Polygon
* Update default Polygon URL
* Trigger Build
* Use a more user-friendly error message for disabled Swaps API calls
3 years ago
ryanml
ceaf16417d
Updating formatTxMetaForRpcResult to match latest spec ( #11536 )
3 years ago
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
Niranjana Binoy
d33b841fb8
Adding TokenListController to Metamask-Controller ( #11515 )
3 years ago
Dan J Miller
62729c94a1
Retrieve state after async action before updating state in _setSwapsQuoteRefreshTime ( #11538 )
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
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
muji
aef1cd2450
Use ESM imports in migrations index. ( #11443 )
...
So that spack does not complain about mixing CommonJs and ESM.
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
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
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
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
Daniel
54a6588628
Swaps: Add conditional routing to new APIs based on a feature flag ( #11470 )
3 years ago
Daniel
d438439661
Swaps: Add conditional routing to new APIs based on a feature flag ( #11470 )
3 years ago
Brad Decker
68dfc98f40
wire up gasFeeController ( #11421 )
3 years ago
Brad Decker
64adfe7b11
update speedup and cancel to make room for EIP-1559 ( #11407 )
...
* prepare for EIP1559 gas fields in speedup/cancel
* Update ui/components/app/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js
3 years ago
Alex Donesky
0ca0f1784e
Add recovery-phrase views for new onboarding flow ( #11434 )
...
* add recovery-phrase views for new onboarding flow
* black => ui-black
* minor syntax improvement
3 years ago
ryanml
2a74d24ae6
Removing unused files from app/images ( #11465 )
3 years ago
Alex Donesky
b1e2005a73
Add form-field component and new account view ( #11450 )
...
* add generic form-field component
* swap in new form-field component for advanced-gas-controls-row
* add new create password view for redesigned onboarding flow
* make text additions translatable
3 years ago
周宇盛 Yusheng Zhou
cbe1d09396
✏️ fix typo of middleware imported from eth-json-rpc-middleware ( #11455 )
3 years ago
Brad Decker
da9fb4636b
move conversion utils to shared folder ( #11451 )
3 years ago
Dan J Miller
2da9acd325
Add some metrics events to the 3box controller ( #11447 )
3 years ago
Dan J Miller
e5d54afe80
Ensure transaction controller correctly estimates gas for special custom networks ( #11441 )
3 years ago
Brad Decker
e17325c38a
Refactor send page state management ( #10965 )
3 years ago
Alex Donesky
85f17831a2
add erc-721 token detection and flag to disable sending ( #11210 )
...
* add erc-721 token detection and flag to disable sending
* addressing feedback
* remove redundant provider instantiation
* fix issue caused by unprotected destructuring
* add tests and documentation
* move add isERC721 flag to useTokenTracker hook
* Update and unit tests
* use memoizedTokens in useTokenTracker
Co-authored-by: Dan Miller <danjm.com@gmail.com>
3 years ago
Dan J Miller
7163c56f3e
Add some metrics events to the 3box controller ( #11447 )
3 years ago
David Walsh
e097a02607
Provide tooltip for 1559 Gas Price field ( #11436 )
3 years ago
Dan J Miller
932444c355
Ensure transaction controller correctly estimates gas for special custom networks ( #11441 )
3 years ago
David Walsh
64644ad380
Implement Dapp Acknowledgement screen for editing gas ( #11424 )
3 years ago