1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Dan Finlay fdea642e6d
Auto fail transactions that have been approved for over 12 hours (#5765)
* Auto fail transactions that have been approved for over 12 hours

Converts txs using a migration.

This migration uses a new helper function that generates tx-failing
migrations, and only requires a version, error message, and condition to
run on each transaction.

* Linted

* Only migrate approved txs to failed

* Cleanup

* Cleanup

* Small lint fixes
2018-11-16 21:27:01 -08:00
..
2018-07-02 18:49:33 -04:00
2018-04-05 19:33:10 -07:00
2018-04-05 19:33:10 -07:00
2018-04-05 19:33:10 -07:00
2018-04-05 19:33:10 -07:00
2018-04-05 19:33:10 -07:00
2018-07-02 18:49:33 -04:00
2018-08-09 16:15:56 -04:00

Migrations

Data (user data, config files etc.) is migrated from one version to another.

Migrations are called by {} from {} during {}.