| .. |
|
admin
|
chore: lamassu-coins rename
|
2022-02-18 20:15:39 +00:00 |
|
blockchain
|
fix: use monerod v0.18.1
|
2022-08-13 09:25:14 -04:00 |
|
cash-in
|
feat: add extra (optional) logging
|
2022-03-09 17:14:42 +00:00 |
|
cash-out
|
feat: standardize balance memoizing speed
|
2022-07-29 19:22:29 +01:00 |
|
coinatmradar
|
refactor: getOperatorId return value
|
2022-05-02 12:19:29 +01:00 |
|
middlewares
|
fix: undefined key on settings reload state
|
2022-05-23 14:34:31 +01:00 |
|
new-admin
|
feat: show transaction sweep status
|
2022-07-29 19:25:23 +01:00 |
|
notifier
|
chore: lamassu-coins rename
|
2022-02-18 20:15:39 +00:00 |
|
ofac
|
chore: use logger for all important logs
|
2021-10-11 16:24:24 +01:00 |
|
plugins
|
Merge pull request #1339 from chaotixkilla/fix-add-sweep-margin-to-avoid-failure-8.0
|
2022-08-05 23:28:55 +01:00 |
|
routes
|
feat: tc photo toggle button
|
2022-05-16 16:34:52 +01:00 |
|
app.js
|
Feat: allow polling of multiple db schemas
|
2021-11-16 16:46:44 +00:00 |
|
async-storage.js
|
Feat: make lamassu-migrate use async local storage
|
2021-07-22 12:15:45 +01:00 |
|
auth-tokens.js
|
chore: undo $ prepend on queries
|
2021-07-22 12:15:45 +01:00 |
|
bill-math.js
|
fix: initialize empty cassettes in case of undefined values
|
2022-01-13 17:42:22 +00:00 |
|
blacklist.js
|
chore: undo $ prepend on queries
|
2021-07-22 12:15:45 +01:00 |
|
bn.js
|
fix: remove unnecessary bn config and isBigNumber usage
|
2021-07-05 11:10:24 +01:00 |
|
cache.js
|
WIP
|
2016-11-26 18:56:33 +02:00 |
|
cashbox-batches.js
|
fix: cashbox batches log possible NaN and null values
|
2022-04-04 17:04:37 +01:00 |
|
commission-math.js
|
chore: lamassu-coins rename
|
2022-02-18 20:15:39 +00:00 |
|
compliance-triggers.js
|
fix: getCashLimit wasn't returning actual value, cashLimit was assigned to an object instead of a number
|
2020-11-30 15:03:06 +00:00 |
|
compliance.js
|
chore: undo $ prepend on queries
|
2021-07-22 12:15:45 +01:00 |
|
compliance_overrides.js
|
chore: undo $ prepend on queries
|
2021-07-22 12:15:45 +01:00 |
|
compute-schema.js
|
feat: db uses asynclocalstorage set schema
|
2021-11-16 16:46:46 +00:00 |
|
config-migration.js
|
chore: lamassu-coins rename
|
2022-02-18 20:15:39 +00:00 |
|
constants.js
|
chore: build react
|
2022-07-29 19:28:37 +01:00 |
|
customer-notes.js
|
feat: revamp customer notes feature
|
2021-12-09 22:31:53 +00:00 |
|
customers.js
|
fix: prioritize customers with recent data provided
|
2022-07-14 15:24:53 +01:00 |
|
db-error-codes.js
|
Add db error consts file (#165)
|
2018-09-22 23:38:31 +01:00 |
|
db-migrate-store.js
|
chore: use logger for all important logs
|
2021-10-11 16:24:24 +01:00 |
|
db.js
|
feat: db uses asynclocalstorage set schema
|
2021-11-16 16:46:46 +00:00 |
|
email.js
|
feat: new compliance options
|
2020-10-06 23:19:22 +02:00 |
|
error.js
|
lightning network support
|
2018-01-28 19:10:00 +02:00 |
|
event-bus.js
|
feat: add new server log page
|
2019-11-12 11:20:57 +00:00 |
|
exchange.js
|
refactor: add trade id to trade entry object
|
2021-07-08 17:08:38 +01:00 |
|
forex.js
|
fix: fx rate value from coincap
|
2021-11-03 21:30:24 +00:00 |
|
hardware-credentials.js
|
fix: multiple small fixes
|
2021-11-24 22:11:25 +00:00 |
|
layer2.js
|
chore: integrate new admin with l-s
|
2020-05-27 22:43:00 +01:00 |
|
logger.js
|
fix: don't exit on uncaught exceptions
|
2021-10-11 16:24:33 +01:00 |
|
logs.js
|
fix: use date-fns functional programming module
|
2021-11-24 23:02:24 +00:00 |
|
loyalty.js
|
chore: rename functions to more appropriate names
|
2022-02-18 18:34:51 +00:00 |
|
machine-loader.js
|
feat: add unpaired machines endpoint to GraphQL
|
2022-03-11 15:13:08 +00:00 |
|
migrate-options.js
|
chore: use logger for all important logs
|
2021-10-11 16:24:24 +01:00 |
|
migrate.js
|
Save migrations file on db (#215)
|
2018-11-18 10:15:22 +01:00 |
|
mnemonic-helpers.js
|
Change seed file with a bip39 mnemonic (#207)
|
2018-11-07 18:28:40 +01:00 |
|
new-config-manager.js
|
feat: support new advanced wallet settings
|
2022-02-17 21:50:31 +00:00 |
|
new-settings-loader.js
|
fix: notify db accounts changes and UI score color
|
2022-05-04 21:59:30 +01:00 |
|
operator.js
|
refactor: getOperatorId return value
|
2022-05-02 12:19:29 +01:00 |
|
options-loader.js
|
Merge remote-tracking branch 'upstream/release-7.5.0' into chore/merge-release-into-dev
|
2021-11-24 14:53:50 +00:00 |
|
options.js
|
Lamassu update script changes (#126)
|
2018-06-16 13:55:42 +03:00 |
|
pairing.js
|
chore: accept suggestion
|
2021-12-01 18:04:26 +01:00 |
|
pg-transport.js
|
chore: log uncaught exceptions
|
2021-10-11 16:22:59 +01:00 |
|
plugin-helper.js
|
feat: add mock wallet scoring
|
2021-09-16 16:42:09 +01:00 |
|
plugins.js
|
feat: add session ID to sweep error logs
|
2022-08-02 00:27:14 +01:00 |
|
poller.js
|
fix: enqueue sweeping requests and loosen sweep polling
|
2022-07-29 19:24:07 +01:00 |
|
postgresql_interface.js
|
feat: start working on backend support for dynamic cassette number
|
2021-09-13 18:53:53 +01:00 |
|
pp.js
|
WIP
|
2017-06-24 18:52:55 +03:00 |
|
respond.js
|
Chore: merge compliance notification code changes
|
2021-03-19 14:04:31 +00:00 |
|
route-helpers.js
|
chore: undo $ prepend on queries
|
2021-07-22 12:15:45 +01:00 |
|
routes.js
|
Merge pull request #933 from SiIky/feat/iCfPSCAQ/cashbox-history-backport
|
2021-11-23 09:08:27 +00:00 |
|
session-manager.js
|
chore: undo $ prepend on queries
|
2021-07-22 12:15:45 +01:00 |
|
sms-notices.js
|
fix: migration promise flow
|
2022-02-18 17:16:16 +00:00 |
|
sms.js
|
chore: lamassu-coins rename
|
2022-02-18 20:15:39 +00:00 |
|
socket-client.js
|
add websockets, cassette updates for admin
|
2017-05-15 18:29:40 +03:00 |
|
ticker.js
|
fix: add missing return statement to bitpay ticket
|
2022-07-21 10:51:48 +01:00 |
|
time.js
|
use persistent, not session cookies
|
2016-12-20 14:23:00 +02:00 |
|
tx-batching-processing.js
|
feat: add crypto reservation for batched transaction
|
2021-11-24 22:23:25 +00:00 |
|
tx-batching.js
|
fix: btc batching methods
|
2022-02-09 15:39:28 +00:00 |
|
tx.js
|
fix: set new risk score errors as passable error codes
|
2022-05-04 17:00:58 +01:00 |
|
users.js
|
fix: session middleware order
|
2021-11-16 16:46:13 +00:00 |
|
wallet-scoring.js
|
feat: add get txs hashes fallback on ciphertrace
|
2022-07-27 13:45:36 +01:00 |
|
wallet.js
|
feat: standardize balance memoizing speed
|
2022-07-29 19:22:29 +01:00 |