Reckless_Satoshi
1c696beb5d
Fix telegram watcher ( #354 )
...
* Update telegram_watcher.py
It is used "startswith()" to check if the text start with "/start".
"filter()" instead of "get()" to avoid an exception if there is no profile asociated with a token.
"attempts -= 1" instead of "attempts = attempts - 1"
An "error.log" file is created if "response = self.session.get" does not work
* Update telegram_watcher.py
Added instructions for the user if the format is not correct
* Update telegram_watcher.py
* Update telegram_watcher.py
* Update telegram_watcher.py
* Update telegram_watcher.py
* Update telegram_watcher.py
* Fix bugs
---------
Co-authored-by: Kote <45825337+Gravity2106@users.noreply.github.com>
2023-02-13 12:41:06 +00:00
Reckless_Satoshi
7643e524f1
Fix all files with pre-commit
2022-10-25 11:04:12 -07:00
redphix
4d5c60239f
Conform to pep8 rules ( #295 )
...
* Conform to pep8 rules
* Fix some more flake8 linting errors
2022-10-20 20:53:51 +00:00
Lint Action
3d3da78f8a
Fix code style issues with Black
2022-10-20 09:56:10 +00:00
Reckless_Satoshi
5281176e3c
Add use_tor boolean to envvars
2022-08-08 08:58:06 -07:00
Reckless_Satoshi
1f920c9268
Fix DEL in clean orders. Add cancel button to paused order
2022-05-01 10:05:58 -07:00
Reckless_Satoshi
5c06cab195
Rework concurrent payments. in_flight true/false
2022-04-18 15:19:58 -07:00
Reckless_Satoshi
f00bafb5d8
Rework concurrent payments. in_flight true/false
2022-04-18 06:57:03 -07:00
Reckless_Satoshi
14b4c16fa3
Fix for UI & Spanish translation. Implement concurrent invoice payments.
2022-04-15 17:04:17 -07:00
Reckless_Satoshi
fae1f1317e
Fix TG retry welcome bug
2022-03-26 08:23:34 -07:00
Reckless_Satoshi
a36f23b572
Add maker selects public duration
2022-03-18 14:21:13 -07:00
Reckless_Satoshi
8001e148d7
Fix copy not loading. Send publish message only one
2022-03-11 07:40:04 -08:00
Reckless_Satoshi
3d130129f1
Dispute amount are claimable via UI. Fix FSE does not expire.
2022-03-09 06:13:53 -08:00
Reckless_Satoshi
b70679a7b7
Hot fix telegram watcher. No message in results
2022-03-01 05:56:37 -08:00
Reckless_Satoshi
b9b71dc842
Fixes for telegra messaing errors in production
2022-02-21 18:12:42 -08:00
Reckless_Satoshi
d018aeec0a
Fix no text provided
2022-02-21 17:50:32 -08:00
Reckless_Satoshi
d146f522f3
Add frontend enable telegram button. Torify all requests.
2022-02-21 16:50:25 -08:00
Reckless_Satoshi
df320ea4d0
Add telegram functionality to backend. Messages: welcome and order taken.
2022-02-21 15:41:36 -08:00
Reckless_Satoshi
9025b2e07d
Fix clean-orders failure when trade_escrow has not been generated
2022-02-20 06:38:29 -08:00
Reckless_Satoshi
fc4ccd5281
Re-format all python code
2022-02-17 11:50:10 -08:00
Reckless_Satoshi
d257848940
Add statsfornerds: alternative site, node alias, node id, 1ML link
2022-02-12 05:59:59 -08:00
Reckless_Satoshi
db2d7cc922
Small fixes
2022-02-06 06:50:42 -08:00
Reckless_Satoshi
1a6aa8a9ee
Improve failure logics. Add platform rating.
2022-02-04 10:07:09 -08:00
Reckless_Satoshi
3f6731d3e0
Improve response time of confirm fiat receive; improve failure routing handling
2022-02-03 17:37:24 -08:00
Reckless_Satoshi
d2dbc0d249
Add async background catches expiry height
2022-01-25 07:20:56 -08:00
Reckless_Satoshi
5a677067f7
Record expiry height into lnpayment and admin panel
2022-01-25 06:46:02 -08:00
Reckless_Satoshi
2d1a2e4c5c
Add logics for payment retry, first iteration.
2022-01-24 14:53:55 -08:00
Reckless_Satoshi
51d65fd15e
Implement CLTV_expiries for each hold invoice duration. Invoice expiry matches status time to lock it.
2022-01-24 09:54:44 -08:00
Reckless_Satoshi
6377b052ce
Add sounds to tradebox
2022-01-23 04:30:41 -08:00
Reckless_Satoshi
28abd0380f
FIx collection of typos
2022-01-22 09:01:57 -08:00
Reckless_Satoshi
fb5cb8fb4a
Cancel frontend clean up. Try and go for management commands
2022-01-20 12:50:25 -08:00
Reckless_Satoshi
4eaad57475
background process debugging
2022-01-20 09:30:29 -08:00
Reckless_Satoshi
7218b9b0d3
Logics update: escrow settles exactly at buyer payout time.
2022-01-19 11:37:10 -08:00
Reckless_Satoshi
bfa0cd84d1
Update readme
2022-01-19 05:32:54 -08:00
Reckless_Satoshi
285f85aaf2
Add check if attribute order exists when triggering an order status
2022-01-18 14:17:41 -08:00
Reckless_Satoshi
7a6c29fe64
Silence initialization of nick generator
2022-01-18 12:52:10 -08:00
Reckless_Satoshi
5e0639cfb3
Make payment_hash the primary key of LNpayment model
2022-01-18 08:57:55 -08:00
Reckless_Satoshi
e31bc1adad
Bug fix invoice follow. Copy user token button.
2022-01-18 05:20:19 -08:00
Reckless_Satoshi
28d18a4842
Add background order updates. Add confirm boxes for Dispute and Fiat Received
2022-01-17 15:11:41 -08:00
Reckless_Satoshi
0db73c7c82
Convert order cleaning task into admin command
2022-01-17 10:11:44 -08:00
Reckless_Satoshi
eddd4674f6
Add admin background task: follow all active hold invoices
2022-01-17 08:41:55 -08:00