-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bcbe5d
commit 18091d0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule holdinvoice
updated
23 files
+3 −3 | .github/workflows/ci.yml | |
+3 −3 | .github/workflows/latest_v24.05.yml | |
+3 −3 | .github/workflows/main_v24.05.yml | |
+2 −2 | .github/workflows/release.yml | |
+21 −0 | CHANGELOG.md | |
+106 −139 | Cargo.lock | |
+5 −6 | Cargo.toml | |
+15 −15 | README.md | |
+1 −1 | coffee.yml | |
+2 −35 | proto/hold.proto | |
+5 −99 | proto/primitives.proto | |
+7 −0 | src/errors.rs | |
+16 −27 | src/hold.rs | |
+52 −14 | src/hooks.rs | |
+23 −49 | src/model.rs | |
+1 −433 | src/pb.rs | |
+0 −103 | src/server.rs | |
+37 −12 | src/util.rs | |
+19 −13 | tests/stresstest.py | |
+33 −108 | tests/test_holdinvoice_grpc.py | |
+26 −26 | tests/test_holdinvoice_rpc.py | |
+10 −10 | tests/util.py | |
+6 −0 | tools/tag-release.sh |