Feat: crypto balance notifications saving in DB

Chore: add new column "detail" to transactions table migration

Feat: check if older notification is valid before sending new one

Feat: error saving to database

Fix: fix error when invalidating notification on
clearCryptoBalanceNotifications
Chre: code refactor in new-settings-loader for simplicity
Chore: refactor code on notifier and merge similar functions
This commit is contained in:
Cesar 2020-12-10 18:26:13 +00:00 committed by Josh Harvey
parent d73520c0c0
commit 1ec56cd1ab
6 changed files with 138 additions and 22 deletions

View file

@ -1,7 +1,7 @@
const _ = require('lodash/fp')
const plugins = require('./plugins')
const notifier = require('./notifier')
const notifier = require('./notifier/index')
const T = require('./time')
const logger = require('./logger')
const cashOutTx = require('./cash-out/cash-out-tx')