mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* Adds 4byte registry fallback to getMethodData() (#6435) * Adds fetchWithCache to guard against unnecessary API calls * Add custom fetch wrapper with abort on timeout * Use opts and cacheRefreshTime in fetch-with-cache util * Use custom fetch wrapper with timeout for fetch-with-cache * Improve contract method data fetching (#6623) * Remove async call from getTransactionActionKey() * Stop blocking confirm screen rendering on method data loading, and base screen route on transactionCategory * Remove use of withMethodData, fix use of knownMethodData, in relation to transaction-list-item.component * Load data contract method data progressively, making it non-blocking; requires simplifying conf-tx-base lifecycle logic. * Allow editing of gas price while loading on the confirm screen. * Fix transactionAction component and its unit tests. * Fix confirm transaction components for cases of route transitions within metamask. * Only call toString on id if truthy in getNavigateTxData() * Fix knownMethodData retrieval and data fetching from fourbyte |
||
---|---|---|
.. | ||
account-menu | ||
add-token-button | ||
app-header | ||
confirm-page-container | ||
customize-gas-modal | ||
dropdowns | ||
gas-customization | ||
info-box | ||
loading-network-screen | ||
menu-bar | ||
modal | ||
modals | ||
network-display | ||
provider-page-container | ||
selected-account | ||
sidebars | ||
transaction-action | ||
transaction-activity-log | ||
transaction-breakdown | ||
transaction-list | ||
transaction-list-item | ||
transaction-list-item-details | ||
transaction-status | ||
transaction-view | ||
transaction-view-balance | ||
ui-migration-annoucement | ||
user-preferenced-currency-display | ||
user-preferenced-currency-input | ||
user-preferenced-token-input | ||
account-panel.js | ||
bn-as-decimal-input.js | ||
copyable.js | ||
ens-input.js | ||
index.scss | ||
input-number.js | ||
menu-droppo.js | ||
network.js | ||
shapeshift-form.js | ||
shift-list-item.js | ||
signature-request.js | ||
tab-bar.js | ||
token-cell.js | ||
token-list.js | ||
wallet-view.js |