squeaknode/squeaknode/node
Jonathan Zernik 9e15962d1a
Allow reprocess invoice without duplicate (#816)
* Allow reprocessing the same invoice without duplicate insert of received payment

* Use stopped event to stop processing invoices

* Got itest working with payment processor class

* Use payment processor class in squeak controller constructor

* Add rpc method for reprocess received payments

* Add reprocess received payments button

* Add reprocess received payments to admin web app

* Handle processing received payments subscription rpc better

* Add frontend button to reprocess received payments

* Clear settle indices in reprocess received payments

* Update static build
2021-02-12 00:14:45 -08:00
..
__init__.py Rename to squeaknode (#342) 2020-10-29 14:35:17 -04:00
payment_processor.py Allow reprocess invoice without duplicate (#816) 2021-02-12 00:14:45 -08:00
received_payments_subscription_client.py Add precommit hooks (#526) 2020-12-28 23:52:32 -08:00
sent_offers_worker.py Allow reprocess invoice without duplicate (#816) 2021-02-12 00:14:45 -08:00
squeak_node.py Allow reprocess invoice without duplicate (#816) 2021-02-12 00:14:45 -08:00
squeak_offer_expiry_worker.py Fix graceful shutdown (#754) 2021-01-30 03:17:15 -08:00
squeak_peer_sync_worker.py Fix graceful shutdown (#754) 2021-01-30 03:17:15 -08:00
squeak_rate_limiter.py Simplify rate limiter constructor (#629) 2021-01-12 20:21:47 -08:00