-
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
5e44946
commit 8c45799
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule clnrod
updated
11 files
+31 −10 | .github/workflows/ci.yml | |
+4 −3 | .gitignore | |
+239 −171 | Cargo.lock | |
+82 −0 | flake.lock | |
+68 −0 | flake.nix | |
+16 −24 | src/config.rs | |
+6 −6 | src/hooks.rs | |
+8 −11 | src/notify.rs | |
+20 −60 | src/structs.rs | |
+41 −51 | tests/test_clnrod.py | |
+9 −0 | tests/util.py |