mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
92592fc905
Previously a transaction would get assigned a default value during the `addTxGasDefaults` function, after the transaction was added and sent to the UI. Instead the transaction is assigned a default value before it gets added. This flow is simpler to follow, and it avoids the race condition where the transaction is assigned a value from the UI before this default is set. In that situation, the UI-assigned value would be overridden, which is obviously not desired. |
||
---|---|---|
.. | ||
ens | ||
network | ||
permissions | ||
transactions | ||
ab-test.js | ||
app-state.js | ||
balance.js | ||
cached-balances.js | ||
detect-tokens.js | ||
incoming-transactions.js | ||
infura.js | ||
onboarding.js | ||
preferences.js | ||
README.md | ||
recent-blocks.js | ||
threebox.js | ||
token-rates.js |
Controllers
Different controllers (in the sense of *VC *View-Controller).