Commit graph

4 commits

Author SHA1 Message Date
Blockstream Satellite
44b318521f yapf: Update format to yapf 0.33 2023-05-22 12:34:35 -03:00
Blockstream Satellite
876c6de170 Fix line break on invoice callback URL 2021-07-21 13:52:45 -03:00
Blockstream Satellite
3d7a5b764d Add expired invoice error and rename paid error
- Add new error: INVOICE_ALREADY_EXPIRED.
- Rename ORDER_ALREADY_PAID to INVOICE_ALREADY_PAID.
2021-07-20 12:28:08 -03:00
Blockstream Satellite
9d421771e7 Port the satellite API to python
- Preserve the SQLite database and use SQLAlchemy to wrap db
  interactions.
- Use Alembic for database migrations.
- Organize all the python modules on the new server/ directory.
- Use pytest for unit tests and organize test modules at server/tests/.
2021-07-20 12:28:08 -03:00