Chore: fiatBalancesNotify refactor
Chore: removed now-unused code in some files
Feat: change column "detail" in database to use jsonb
Chore: add notification center background and button
Chore: notifications screen scaffolding
Fix: change position of notification UI
Feat: join backend and frontend
Feat: notification icons and machine names
Feat: add clear all button, stripe overlay on invalid notification
Fix: rework notification styles
Feat: use popper to render notifications
Feat: make notification center UI
Fix: fix css on notification center
Fix: fix invalidateNotification
Chore: apply PR requested changes
Fix: PR fixes
Fix: make toggleable body/root styles be handled by react
Chore: delete old notifier file
Fix: undo variable name changes for cryptobalance notifs
chore: More refactoring
chore: More tests and refactors
fix: Fixed age not getting calculated properly
chore: Implemented mocking in jest
chore: More mock tests
chore: checkStuckScreen tests
fix: don't prepend '+' when using a friendly name with Twilio
fix: consider that the phone number may contain whitespaces
fix: removed duplicated import on accounts.js
fix: replaced isNan with lodash's _.isNumber
fix: _isNumber logic was inverted
Because of bitcoind deprecating its internal account system, the getbalance RPC call now has a dummy argument as the first argument. The help says it can be omitted or changed to '*', so we change it to '*', both for backward compatibility and because in testing I found that omitting the argument was broken. Using '*' has the same semantics as omitting the argument, if accounts were not used in the previous version of bitcoind.
* Get miner fee written in some wallet plugins
* Return txid and fee for geth. possible problem with txid (zero hash on pending transaction)
* bitgo fee return
* Wallet apis fees save in cryptoAtoms
* Initial itBit implementation
* Add tests for calculatePrice in exchange/itbit.js
* Add etherium to supported crypto codes in common/itbit.js
* Apply standardjs to itbit files
* itbit trade test. not important
* test getCurrencyRates in ticker/itbit.js