1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/app/scripts/controllers
Kristian Tapia f9cd775eae Add Estimated time to pending tx (#6924)
* Add estimated time to pending transactions

* add sytles for pending transactions component

* add media queries styling for pending transactions component

* fix lint errors, remove extra spaces

* refactor code to call `fetchBasicGasAndTimeEstimates` method once

* refactor code to call `getgetRenderableTimeEstimate` method once

* fix, correct export to use `transaction-time-remaining-component`

* fix indentation issues after running `yarn lint`

* newBigSigDig in gas-price-chart.utils supports strings

* Code cleanup

* Ensure fetchBasicGasAndTimeEstimates is only called from tx-list if there are pending-txs

* Move gas time estimate utilities into utility file

* Move getTxParams to transaction selector file

* Add feature flag for display of remaining transaction time in tx history list

* Fix circular dependency by removing unused import of transactionSelector in selectors.js

* Use correct feature flag property name transactionTime

* Ensure that tx list component correctly responds to turning tx time feature on

* Prevent precision errors in newBigSigDig

* Code clean up for pending transaction times

* Update transaction-time-remaining feature to count down seconds, countdown seconds and show '< 30'

* Code clean up for transaction-time-remaining feature
2019-10-31 23:21:28 -02:30
..
network I#6704 eth_getTransactionByHash will now check metamask's local history for pending transactions (#7327) 2019-10-30 12:15:54 -10:00
transactions I#6704 eth_getTransactionByHash will now check metamask's local history for pending transactions (#7327) 2019-10-30 12:15:54 -10:00
ab-test.js
app-state.js
balance.js
cached-balances.js
detect-tokens.js
incoming-transactions.js
infura.js
onboarding.js
preferences.js Add Estimated time to pending tx (#6924) 2019-10-31 23:21:28 -02:30
provider-approval.js Add hostname and extensionId to site metadata (#7218) 2019-10-29 13:14:41 -03:00
README.md
recent-blocks.js
threebox.js
token-rates.js

Controllers

Different controllers (in the sense of *VC *View-Controller).