José Oliveira
8884c75ffd
fix: store operator id for each service
2021-11-19 18:01:05 +00:00
José Oliveira
9b28c6a3f1
feat: create db table and store operator id
2021-11-19 18:01:04 +00:00
Rafael Taranto
86e9204a28
Merge pull request #839 from josepfo/feat/update-cores-upon-l-s-update
...
feat: add script to update nodes
2021-11-19 14:09:32 +00:00
Sérgio Salgado
6dee47a171
fix: machine pairing token creation
2021-11-18 19:53:17 +00:00
Nikola Ubavic
d92dd1e968
fix: add missing modules
...
fix: use correct methods
2021-11-18 20:09:15 +01:00
André Sá
d30c381674
fix: sort cashbox batches by date
2021-11-18 18:08:19 +00:00
Rafael Taranto
d138b26903
Merge pull request #873 from chaotixkilla/feat-integrate-hedging-and-accounting-with-pazuz-admin
...
Integrate hedging and accounting with pazuz related screens
2021-11-17 20:34:20 +00:00
Rafael Taranto
c580f4cbf1
Merge pull request #817 from josepfo/feat/sms-receipts
...
feat: toggle for sms receipt
2021-11-17 14:30:14 +00:00
José Oliveira
9152c48e14
fix: trim cmd output and binaries paths
2021-11-16 20:42:54 +00:00
José Oliveira
84256bce6c
feat: add script to update nodes
2021-11-16 20:40:34 +00:00
José Oliveira
c200b0824a
fix: remove unnecessary config load and fee calculation
2021-11-16 18:02:55 +00:00
José Oliveira
8c948d08c7
fix: rename argument for fee discount calculation
2021-11-16 18:02:53 +00:00
José Oliveira
32f79bc450
feat: migrate fee discount config field for each installed coin
2021-11-16 18:02:52 +00:00
José Oliveira
eb33203d26
feat: apply fee discount for outgoing tx
2021-11-16 18:02:44 +00:00
Sérgio Salgado
2ff9ac5bcd
fix: remove lamassu login-related filtering
...
fix: use logger instead of console
2021-11-16 16:46:50 +00:00
Sérgio Salgado
b9114b6a33
fix: use dev database as default for pazuz
2021-11-16 16:46:50 +00:00
Sérgio Salgado
16513a8238
feat: add nil UUID to match new machine pairing logic
2021-11-16 16:46:48 +00:00
Sérgio Salgado
5b13ffe3d9
feat: encode pazuz_operatoridentifier header
...
chore: rename cookies to fit a standard
fix: small fixes
2021-11-16 16:46:47 +00:00
Sérgio Salgado
990ab32583
feat: db uses asynclocalstorage set schema
...
feat: set user input related header in public route requests to identify schema
fix: small fixes
2021-11-16 16:46:46 +00:00
Sérgio Salgado
7135a03654
feat: add operatorId to l-a-s middlewares
...
fix: make changes to db event handler to receive more complex payloads
feat: machine actions previously on REST now work based on notifications
feat: state middleware now operates based on operatorId as well
chore: remove old localAppRoutes related code
2021-11-16 16:46:45 +00:00
Sérgio Salgado
32e5b1ba87
fix: add connect() function to list of db wrapper functions
2021-11-16 16:46:45 +00:00
csrapr
121ced632e
Feat: use pg-promise notify for poller update
2021-11-16 16:46:44 +00:00
csrapr
4ce4a32502
Feat: allow polling of multiple db schemas
2021-11-16 16:46:44 +00:00
Sérgio Salgado
5a44216547
fix: session middleware order
2021-11-16 16:46:13 +00:00
Sérgio Salgado
c0d1db834b
refactor: move apollo server context creator to middleware function
2021-11-16 16:46:12 +00:00
Sérgio Salgado
0272dc2bd1
chore: remove db $ instances
...
fix: add compute-schema file
fix: to_timestamp() psql usage
chore: rephrase expired session deletion
2021-11-16 16:46:12 +00:00
csrapr
cb2e1b3907
Feat: adds async local storage to admin server
2021-11-16 16:46:11 +00:00
José Oliveira
154fe7affb
fix: sms receipt data construction
2021-11-16 15:42:09 +00:00
José Oliveira
9506b98b47
refactor: move sms receipt content to server
2021-11-16 15:42:07 +00:00
José Oliveira
1d2f526c1d
feat: format sms receipts
2021-11-16 15:41:08 +00:00
José Oliveira
5f18fcbeb6
feat: send twilio sms
2021-11-16 15:39:47 +00:00
José Oliveira
f502c3a57a
feat: sms receipt route
2021-11-16 15:34:35 +00:00
André Sá
30a0b39280
refactor: rename Bills to Bill in GraphQL schema
2021-11-15 21:18:25 +00:00
André Sá
5f5e0d8b05
feat: create batch when resetting bills count on Admin
2021-11-15 21:15:35 +00:00
André Sá
d9cd896d33
feat: create batch when machine detects stacker open
2021-11-15 21:06:29 +00:00
Sérgio Salgado
47eab0e6fc
fix: simplified double ternary
...
fix: select XMR through the coins consts object
2021-11-15 15:19:31 +00:00
Sérgio Salgado
4314e162c6
fix: clean long line
2021-11-15 15:19:30 +00:00
Sérgio Salgado
048971fdb3
refactor: supervisor config pull up method
...
fix: small fixes
2021-11-15 15:19:29 +00:00
Sérgio Salgado
c0808e9bd7
feat: start working on monero implementation
...
feat: monero files and config
feat: monero interface
feat: monero rpc digest request
feat: add monero to wallet wizard splash
fix: tarball unzipping
fix: monero files
fix: monero zipped folder path
fix: undefined variable
chore: xmr stagenet
fix: prune-blockchain flag
fix: monero wallet arguments
chore: rpc-bind-port on monero wallet
chore: monero wallet directory
fix: fetch digest request
fix: monero authentication
fix: monero address creation
fix: monero config port
fix: wallet creation
fix: wallet rpc daemon login
fix: get monero funding
fix: unauthorized issue with multiple requests on Promise.all
fix: generate funding addresses
fix: destination address balance for XMR cashout
fix: transaction creation
feat: transaction recommended mixin and ring size
fix: monero wallet error handling
fix: error handling
fix: monero wallet error
feat: guide to add new cryptos
chore: small code shortcuts
fix: crypto implementation guide
chore: add XMR to exchange files
2021-11-15 15:19:27 +00:00
Rafael Taranto
28a2e4dfd2
Merge pull request #925 from naconner/geth-11012
...
chore: use geth v1.10.12
2021-11-14 23:54:40 +00:00
Rafael Taranto
44cf124b2b
Merge pull request #918 from SiIky/chore/NyZD6raQ/notification_wording
...
chore: improve notifications wording
2021-11-14 23:41:57 +00:00
Rafael Taranto
e500a58734
Merge pull request #877 from SiIky/fix/9KDH1LMm/customer_transactions_history_query
...
fix: expired column in customer transactions history
2021-11-14 23:40:09 +00:00
Rafael Taranto
a35c086efb
Merge pull request #913 from josepfo/feat/coincap-api-forex
...
feat: coincap forex api fallback
2021-11-14 23:38:31 +00:00
Rafael Taranto
0881d00594
Merge pull request #766 from josepfo/feat/crypto-units-selector
...
feat: advanced wallet settings
2021-11-14 23:13:16 +00:00
Rafael Taranto
f8e5d0585c
Merge pull request #845 from chaotixkilla/feat-cancel-cash-in-txs
...
Cancel cash-in transactions
2021-11-14 23:08:41 +00:00
Neal
3c518001f1
chore: use geth v1.10.12
2021-11-12 15:31:03 -05:00
André Sá
dde26b8dc2
feat: cashbox history tab
2021-11-12 16:12:52 +00:00
André Sá
683778cb7b
feat: cashbox batch table and update bills
2021-11-12 14:52:17 +00:00
André Sá
6e2c9b3cbb
feat: route to get notified of machine cashbox removal
2021-11-12 10:19:47 +00:00
Rafael Taranto
1e749c3f4f
Merge pull request #889 from SiIky/feat/AkV9XoBg/reenable-pings
...
feat: send ping and speedtest URLs to machine
2021-11-12 10:07:41 +00:00