lamassu-server/lib
2025-03-04 11:30:01 +00:00
..
admin fix: No data returned from the query errors on migration 2024-09-19 16:10:18 +01:00
blockchain Merge branch 'dev' into releases/v10.1 2025-01-07 14:47:10 +00:00
blockexplorers feat: add lamassu bumpfee script 2024-12-03 17:17:47 +00:00
cash-in Merge pull request #1784 from lamassu/releases/v10.1 2025-02-05 17:54:56 +00:00
cash-out fix: cash-out fixed fee name 2024-12-19 12:12:59 +00:00
coinatmradar feat: send cash-out fixed fee to Coin ATM Radar 2024-11-28 10:40:02 +00:00
graphql Merge pull request #1769 from RafaelTaranto/backport/automatic-receipt-printiung 2024-11-29 13:50:26 +00:00
middlewares feat: add read/written bytes from/to request/response 2024-11-28 13:02:56 +00:00
new-admin chore: pazuz removal 2024-12-02 08:34:42 +00:00
notifier fix: enable recycler notifs in email 2024-10-28 17:36:19 +00:00
ofac feat: add another timer mechanism 2024-12-20 15:04:41 +00:00
plugins Merge branch 'dev' into releases/v10.1 2025-01-07 14:47:10 +00:00
routes Merge pull request #1769 from RafaelTaranto/backport/automatic-receipt-printiung 2024-11-29 13:50:26 +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 refactor: simplify reducing solution 2025-02-03 14:54:38 +00:00
blacklist.js fix: do server side validation on blacklist 2024-12-02 08:35:38 +00:00
bn.js fix: remove unnecessary bn config and isBigNumber usage 2021-07-05 11:10:24 +01:00
cashbox-batches.js feat: add cash collection receipts 2024-11-29 09:29:40 +00:00
coin-change.js fix: target without divisor denoms is no shortcut condition 2025-01-31 14:49:33 +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 chore: use axios for the download and typo 2024-12-20 14:02:06 +00: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 fix: build markets requests and caching 2024-12-02 08:31:48 +00: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 feat: add machine rates screen toggle 2024-11-29 10:01:25 +00:00
new-settings-loader.js fix: wallet settings wrong error 2025-02-07 19:04:46 +00: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 Merge pull request #1764 from RafaelTaranto/backport/machine-rates 2024-11-29 13:48:48 +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 Revert "LAM-1311 feat: operator cancel no longer adds to compliance" 2025-03-04 11:30:01 +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