aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/migrations/fail-tx.js
Commit message (Collapse)AuthorAgeFilesLines
* Auto fail transactions that have been approved for over 12 hours (#5765)Dan Finlay2018-11-171-0/+41
* 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