blockstream-satellite-api/server/tests
Blockstream Satellite 110f6f289c Fix retransmission on repeated Tx confirmation
The previous implementation could trigger an unnecessary retransmission
if a repeated Tx confirmation (with the same region confirmed before)
was sent.
2023-02-17 15:28:23 -03:00
..
common.py Extend the states returned by /orders/:state 2023-02-10 14:40:32 -03:00
conftest.py Remove tx loop and rely on tx confirmations 2021-12-27 12:16:25 -03:00
test_info.py Add a new error code for fetching info 2021-07-20 12:28:08 -03:00
test_invoice_helpers.py Port the satellite API to python 2021-07-20 12:28:08 -03:00
test_invoices.py Prevent order bumping if not in pending/paid state 2021-12-28 10:01:04 -03:00
test_order.py Substitute unnecessary Tx/RxConfirmation queries 2023-02-16 16:13:39 -03:00
test_order_helpers.py Support retransmission of unconfirmed orders 2021-12-28 10:01:04 -03:00
test_orders.py Update sorting of /orders/retransmitting results 2023-02-10 16:03:04 -03:00
test_queues.py Port the satellite API to python 2021-07-20 12:28:08 -03:00
test_regions.py Support retransmission of unconfirmed orders 2021-12-28 10:01:04 -03:00
test_transmitter.py Fix retransmission on repeated Tx confirmation 2023-02-17 15:28:23 -03:00
test_worker.py Port the satellite API to python 2021-07-20 12:28:08 -03:00
test_worker_manager.py Remove tx loop and rely on tx confirmations 2021-12-27 12:16:25 -03:00