dni ⚡
40ffa7dea0
test: refactor to not use paid_invoices stream for real invoice tests ( #2628 )
2024-08-07 16:19:53 +02:00
dni ⚡
94caa2e1ba
fix: still flaky regtest ( #2617 )
...
increase wait
2024-07-31 12:05:07 +02:00
dni ⚡
ffba71c0ce
test: fix flaky regtest ( #2616 )
...
* add log for invoice success
* add internal flag
* sleeping inside the tasks to not block
* sleep was wrong decrease wait time
2024-07-31 11:41:19 +02:00
dni ⚡
8f761dfd0f
refactor: add status column to apipayments ( #2537 )
...
* refactor: add status column to apipayments
keep track of the payment status with an enum and persist it as string
to db. `pending`, `success`, `failed`.
- database migration
- remove deleting of payments, failed payments stay
2024-07-24 16:47:26 +03:00
dni ⚡
9933484558
refactor: get_balance_delta
and use pydantic model for openapi docs ( #2492 )
...
* refactor: `get_balance_delta` and use pydantic model for openapi docs
---------
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2024-05-13 17:59:29 +02:00
dni ⚡
1e752dc3d2
test: services create and pay invoice ( #2452 )
...
* test: services create and pay invoice
* add more tests
* check with fundingsource
* check status
2024-05-13 16:55:38 +02:00
dni ⚡
e607ab7a3e
test: restructure tests ( #2444 )
...
unit, api, wallets
* only run test-api for migration
2024-04-19 13:22:06 +02:00