Commit 6874410
1 parent 4870ad0 commit 6874410
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+3-3
- CHANGELOG.md+89
- Cargo.lock+358-236
- Cargo.toml+19-19
- Makefile+9-6
- build.rs+2-1
- cliff.toml+93
- migrations/2024-12-29-234029_settled_at/down.sql+2
- migrations/2024-12-29-234029_settled_at/up.sql+2
- migrations_postgres/2024-12-29-234029_settled_at/down.sql+2
- migrations_postgres/2024-12-29-234029_settled_at/up.sql+2
- protos/hold.proto+17-1
- regtest+1-1
- src/commands/clean.rs+44
- src/commands/list.rs+3
- src/commands/mod.rs+2
- src/database/helpers/invoice_helper.rs+55-6
- src/database/model.rs+14-1
- src/database/schema.rs+1
- src/grpc/server.rs+4
- src/grpc/service.rs+77-5
- src/grpc/transformers.rs+4
- src/handler.rs+15-5
- src/main.rs+5-2
- src/settler.rs+16-9
- tests-regtest/.python-version+1
- tests-regtest/hold/regtest_grpc.py+72
- tests-regtest/hold/regtest_rpc.py+31-1
- tests-regtest/poetry.lock-655
- tests-regtest/pyproject.toml+11-16
- tests-regtest/uv.lock+483
0 commit comments