lamassu-server/lib
Rafael Taranto f7216d088d Merge pull request #1747 from RafaelTaranto/backport/fail-fast-on-default-route
LAM-254 backport: fail fast on default route
2024-11-29 13:44:27 +00:00
..
admin fix: No data returned from the query errors on migration 2024-09-19 16:10:18 +01:00
blockchain fix: add fallbackfee and rpcworkqueue values on bitcoind.conf 2024-11-26 11:25:38 +00:00
blockexplorers fix: fee unit and batch fees 2024-01-25 15:28:17 +00:00
cash-in fix: remove cash-in transaction retry 2024-11-26 09:48:37 +00:00
cash-out fix: DB doesn't like bn.js numbers 2024-11-28 10:51:27 +00:00
coinatmradar feat: send cash-out fixed fee to Coin ATM Radar 2024-11-28 10:40:02 +00:00
graphql Revert "fix: add screen options missing field" 2024-11-29 10:19:24 +00:00
middlewares feat: add read/written bytes from/to request/response 2024-11-28 13:02:56 +00:00
new-admin fix: export fixed fee and transaction fee 2024-11-28 11:00:07 +00:00
notifier fix: enable recycler notifs in email 2024-10-28 17:36:19 +00:00
ofac refactor: drop unused debug logs 2024-06-28 15:58:59 +01:00
plugins Merge pull request #1736 from lamassu/release-10.0.6 2024-11-25 09:37:52 +00:00
routes refactor: remove unused argument 2024-11-27 10:24:44 +00:00
app.js feat: dockerfile publishing on release-10 branch 2024-08-10 11:21:55 +01: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: dispense for multiple boxes with same denom 2024-01-25 14:58:39 +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
cashbox-batches.js fix: cashbox history optimize and fix query 2024-08-13 09:40:42 +01:00
coin-change.js feat: use coin-change alongside subset-sum impl 2023-11-20 18:40:31 +00:00
commission-math.js chore: lamassu-coins rename 2022-02-18 20:15:39 +00:00
compliance-external.js feat: notifications and flow fixes 2024-06-18 23:43:35 +01:00
compliance-triggers.js feat: customer auth via email 2023-11-28 17:36:29 +00:00
compliance.js refactor: convert function to single-expression arrow function 2024-06-07 11:59:26 +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: remove dead code 2024-09-19 15:54:23 +01:00
constants.js refactor: replace magic constants 2024-10-28 17:32:29 +00:00
customer-notes.js feat: revamp customer notes feature 2021-12-09 22:31:53 +00:00
customers.js Merge pull request #1749 from RafaelTaranto/backport/ofac-button 2024-11-28 08:43:51 +00:00
db-error-codes.js Add db error consts file (#165) 2018-09-22 23:38:31 +01:00
db-migrate-store.js feat: lamassu initial dockerize approach 2022-04-05 23:10:46 +01:00
db.js fix: fkeys on device_id 2024-08-21 13:24:37 +01:00
email.js feat: mock-email and some fixes for email auth 2023-11-28 19:01:35 +00:00
environment-helper.js feat: backport remote BTC node support 2023-02-01 15:16:35 +00: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 feat: lnurl support 2024-02-29 13:24:22 +00:00
logs.js fix: check for date validity before conversion 2022-07-11 17:16:53 +01:00
loyalty.js chore: rename functions to more appropriate names 2022-02-18 18:34:51 +00:00
machine-loader.js fix: use more specific function 2024-09-19 15:54:25 +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 chore: pr fixes 2024-03-19 20:01:45 +00:00
new-settings-loader.js fix: No data returned from the query errors on migration 2024-09-19 16:10:18 +01:00
operator.js refactor: getOperatorId return value 2022-05-02 12:19:29 +01:00
pairing.js fix: dangling variable 2024-08-27 18:43:24 +01:00
pg-transport.js chore: log uncaught exceptions 2021-10-11 16:22:59 +01:00
plugin-helper.js feat: implement sumsub API module 2024-06-11 11:25:58 +01:00
plugins.js feat: add cash-out fixed fee to Server-Machine GraphQL API 2024-11-28 10:40:14 +00:00
poller.js Merge branch 'release-10.0' into feat/lam-1062/save-unsuccessful-qr-scans 2024-08-05 13:42:26 +01:00
postgresql_interface.js refactor: use recyclers instead of stackers 2023-10-09 14:41:33 +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 feat: customer auth via email 2023-11-28 17:36:29 +00:00
routes.js Merge pull request #1747 from RafaelTaranto/backport/fail-fast-on-default-route 2024-11-29 13:44:27 +00:00
sanctions.js fix: resolve full sanction checking flow in the backend 2024-11-26 15:40:20 +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: more usages of peer dependency 2023-10-05 23:50:11 +01:00
ticker.js feat: add more fallback tickers 2023-12-18 18:21:14 +00:00
time.js use persistent, not session cookies 2016-12-20 14:23:00 +02:00
tx-batching-processing.js fix: allow cancelation of batched transactions 2023-06-05 20:44:53 +01:00
tx-batching.js fix: deprecate cashInFeeCrypto 2022-12-07 15:21:28 +00:00
tx.js Merge pull request #1759 from RafaelTaranto/backport/fixedfee-for-cashout 2024-11-29 08:26:14 +00:00
users.js fix: session middleware order 2021-11-16 16:46:13 +00:00
utils.js feat: add emptyUnit bills table 2023-06-07 14:27:43 +01:00
wallet-scoring.js feat: pick wallet scoring without UI 2024-08-27 11:23:48 +01:00
wallet.js fix: added missing code from various LN PRs 2023-10-31 18:27:42 +00:00