-
Notifications
You must be signed in to change notification settings - Fork 129
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
bf557ad
commit 4a04caf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule holdinvoice
updated
14 files
+359 −333 | Cargo.lock | |
+7 −7 | Cargo.toml | |
+10 −0 | coffee.yml | |
+28 −21 | src/config.rs | |
+2 −2 | src/errors.rs | |
+1 −2 | src/hold.rs | |
+8 −6 | src/hooks.rs | |
+36 −36 | src/main.rs | |
+0 −21 | src/model.rs | |
+4 −3 | src/server.rs | |
+16 −7 | src/util.rs | |
+56 −50 | tests/stresstest.py | |
+213 −113 | tests/test_holdinvoice_grpc.py | |
+325 −231 | tests/test_holdinvoice_rpc.py |