472 Commits

Author SHA1 Message Date
1f2a1abc75 fix warnings DecimalField should be Decimal type (#1334) 2024-06-16 20:44:17 +00:00
9e1216628a add robot status "Seen Recently" where missing in the documentation (#1312)
add robot status "Seen Recently" where missing
2024-06-02 08:37:38 +00:00
3143144315 fix(coordinator): cannot update_or_create with relate named on django v5 (#1263)
* Fix for django v5

* Fix re-submit invoice
2024-05-05 19:58:18 +00:00
226a06e80c feat: add coordinator panel inlines views (#1264)
feat: add admin inlines
2024-05-02 19:50:26 +00:00
107cbe65e3 Fix handle empty country list 2024-05-01 03:46:08 +01:00
9071597b8c improve/update documentation in api/oas_schemas.py (#1244)
Specify that the amount of the invoice sent in `update_invoice`
should take into consideration `routing_budget_ppm`.
Specify that the signed messages should be signed with SHA512.
Remove the warning that in the future canceling not taken orders
might result in losing the bond.
Fix a broken link.
Specify that the PGP key should be ed25519/cert,sign+cv25519/encr.
2024-04-29 23:12:40 +00:00
34ef099573 Feat: add coordinator opt for geoblocked countries (#1258)
* Add location validator

* Add bad location tests
2024-04-29 22:58:03 +00:00
ee9b7147e9 fix(coordinator): warning on drf serialializer decimal 2024-04-21 22:09:06 +01:00
9479f35afa Fix coordinator chat env variable (#1232)
changed env variable
2024-04-20 14:36:21 +00:00
22a93d630d Notify coordinator admin for new disputes (#1204)
notify coordinator admin for new disputes
2024-03-28 01:23:24 +00:00
035cf281c2 Add size limits and onchain swap status to coordinator prof 2024-02-11 17:17:06 +00:00
683cca6900 Merge branch 'main' into the-federation-layer-v0.6.0 2024-02-11 14:59:52 +00:00
5509340c99 add api info entries for limits and swap availability 2024-02-11 14:57:47 +00:00
80b97f355b Fix order log html format error 2024-01-30 16:22:57 +00:00
0f8ebdc0b1 Merge branch 'main' into the-federation-layer-v0.6.0 2024-01-28 20:52:41 +00:00
4aca6b9184 Add new admin action to close public order 2024-01-28 13:52:30 +00:00
c22606023e Fix devfund fraction validation 2024-01-22 16:28:27 +00:00
fe7a806d9d Fix mempool url 2024-01-10 15:27:37 +00:00
5e58f0c8ce Change default max_order_size 2024-01-09 14:37:00 +00:00
ae27b18d30 Dev: replace isort, black, flake8 with ruff (#1057) 2024-01-09 01:22:50 +00:00
84ea69344e Fix simplify read pubkey from file 2024-01-09 00:43:38 +00:00
3af8287da7 Add mempool.space as fee estimator and remote read devfund pubkey (#1055) 2024-01-08 14:13:37 +00:00
bc9f8ae985 Add robot hash ids to order details and robot view 2023-12-01 12:56:55 +00:00
07830fd2fd Add currency Albanian LEK 2023-11-30 16:13:38 +00:00
69537d4c00 Fix comment out unused functionalities and add LND 0.17.2 to tests 2023-11-30 15:53:30 +00:00
92b041cb31 Add maker_hash_id to book response 2023-11-28 11:13:40 +00:00
01c4a28dae Refactor trade tests, add onchain payout test 2023-11-23 17:53:39 +00:00
62ef86f1b4 Add order expiry tests 2023-11-22 13:16:25 +00:00
6abb84ff5d Add historical api tests 2023-11-20 14:54:04 +00:00
dd7534d64a Add order book test 2023-11-20 14:54:04 +00:00
515133bb8e Add ticks test 2023-11-20 14:54:04 +00:00
b2a130afca Add LN payout test 2023-11-20 14:54:04 +00:00
f271d59172 Add pause/unpause tests 2023-11-17 13:02:30 +00:00
5674337b32 Add fiat sent/received confirmation tests. Improve API documentation 2023-11-17 13:02:30 +00:00
3e0d451e97 Add tests for onchain address, pgp sign verification. Improve Dockerfile 2023-11-17 13:02:30 +00:00
79a3df66a2 Add lock escrow tests 2023-11-17 13:02:30 +00:00
3a42195bba Fix tests failures when LND node is not used 2023-11-14 13:54:51 +00:00
605a37bb87 Add CLN regtest to integration tests 2023-11-14 13:54:51 +00:00
ebd0a287c3 Add dev dependencies and regtest test environments 2023-11-14 13:54:51 +00:00
b4fe30e733 Add testing against API specs with assertResponse 2023-11-14 13:54:51 +00:00
bece7c7d4e Refactor CLN stubs to allow for mocking 2023-11-14 13:54:51 +00:00
4efc59d416 Refactor gRPC and mocks. Add coordinator info test. 2023-11-14 13:54:51 +00:00
89ae6cd4a6 Add draft LND gRCP mocks 2023-11-14 13:54:51 +00:00
4270f2d0a2 Add LND mock up classes 2023-11-14 13:54:51 +00:00
8808ee85ae Add order creation tests 2023-11-06 19:35:35 +00:00
051c78ab9b Add robot creation tests 2023-11-06 14:18:37 +00:00
0ef59ad8e8 Fix exclude ARS from blockchain.info 2023-10-29 16:25:12 -07:00
1ecd1ec7dc Fix estimate minning fee on testnet 2023-10-27 09:45:18 -07:00
d127d935a7 Fix allow blank on order geolocation 2023-10-24 16:10:36 -07:00
54a59872fb Add django utils tests (#911)
* Add util tests

* Enable coordinator test workflow
2023-10-23 22:48:38 +00:00