Pavol Rusnak
25f0763f94
chore: run pyupgrade ( #623 )
...
- use `{...}` instead of `set([...])`
- do not use `class Foo(object):`, just use `class Foo:`
- do not specify default flags (`"r"`) for `open()`
2024-09-24 13:53:35 +02:00
callebtc
637e4ba80c
NUT-04: add description ( #613 )
...
* NUT-04: add description
* skip test for deprecated api
* fix for lndgrpc
* add test for cli
* add two random tests
* add max length to request model validator
* skip cli test with description for deprecated api
* add cli test for invoice command
* default value to None
2024-09-09 11:50:02 +02:00
lollerfirst
d388508521
Mint: Talk to LND via gRPC ( #595 )
...
* protos + lnd_grpc.py + __init__ + status method
* `create_invoice`
* `pay_invoice`, `pay_partial_invoice` and router pb2
* `get_invoice_status`
* channel keep-alive options
* Update lnd_grpc.py
* `get_payment_status` + make format
* `get_payment_quote` and `paid_invoices_stream`. This was suspiciously easy...
* download_and_build script modified to fix the imports on generated code
* pyproject with new dependencies
* update poetry.lock
* fixed errors in `pay_partial_invoice`
* update .env.example
* make format
* enable regtest
* update .env.example
* suggested fixes
* suggested changes pt.2
* Update cashu/core/settings.py
Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com >
---------
Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com >
2024-07-29 17:16:40 +02:00