KoalaSat
0175e73ca1
New notifications
2024-07-09 21:39:15 +02:00
jerry
1f2a1abc75
fix warnings DecimalField should be Decimal type ( #1334 )
2024-06-16 20:44:17 +00:00
Reckless_Satoshi
ebd0a287c3
Add dev dependencies and regtest test environments
2023-11-14 13:54:51 +00:00
Reckless_Satoshi
b4fe30e733
Add testing against API specs with assertResponse
2023-11-14 13:54:51 +00:00
Reckless_Satoshi
d127d935a7
Fix allow blank on order geolocation
2023-10-24 16:10:36 -07:00
Reckless_Satoshi
a555f204ca
Fix models decoupling ( #874 )
...
* Fix move order model constrains to env to settings.py
* Remove lnpayment, tick, onchain model contraints based on .env
2023-10-10 12:48:05 +00:00
KoalaSat
4d45b884cf
Add location to F2F payment option (backend) ( #867 )
...
* Add location to F2F payment option
* Fix py linterns
* Include migration
* Revert docker-compose changes
* Remove bond_size from migration
* Rename 0043_order_latitude_order_longitude_alter_order_bond_size.py to 0043_order_latitude_order_longitude.py
2023-10-10 12:47:22 +00:00
Reckless_Satoshi
4fe69da565
Add option to disable order logging
2023-09-11 09:24:03 -07:00
Reckless_Satoshi
4383d14f88
feat(coordinator): add verbose order logs as table to admin ( #764 )
...
* add logs field
* Log some order events
* Add more logs. Format as table.
* Add more logs
* Add admin panel hyperlinks to order logs
* Add lasts set of logs
* Some fixes
2023-08-06 17:48:20 +00:00
Reckless_Satoshi
3b77a473f8
Coordinator db performance clean up ( #561 )
...
* Improve DB writes performance and concurrency. Add order coordinator proceeds field.
* Fix checks on order GET inducing 400
2023-05-08 12:49:21 -07:00
Reckless_Satoshi
8434a256cf
Fix last_login for tokeauth, replace maker/taker_last seen for last_login
2023-05-07 08:06:35 -07:00
Reckless_Satoshi
75f04579ed
Refactor models into a module ( #481 )
...
* Refactor models into a module
* Rename Profile model as Robot
* Underscore numeric literals
2023-05-01 10:30:53 +00:00