A rewriating of lnprototest library for black box testing of the lightning network protocol
Go to file
Vincenzo Palazzo 751d3600ce
daemon: implement send and receive
Currently we have this problem

2024-03-26T22:35:58.902Z DEBUG   hsmd: Client: Received message 1 from client
2024-03-26T22:35:58.903Z DEBUG   0387d3a40b5eca0058753afa0ed3ee1b3e34ea5203a72f3b42b35b24d4eae421e5-connectd: Connect IN
2024-03-26T22:35:58.903Z 0387d3a40b5eca0058753afa0ed3ee1b3e34ea5203a72f3b42b35b24d4eae421e5-connectd: [OUT] 001000021100000708a0000a8a5961012006226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f0307017f000001e9b4
2024-03-26T22:35:58.905Z 0387d3a40b5eca0058753afa0ed3ee1b3e34ea5203a72f3b42b35b24d4eae421e5-connectd: [IN] 001000021100000708a0000a8a5961
2024-03-26T22:35:58.905Z DEBUG   0387d3a40b5eca0058753afa0ed3ee1b3e34ea5203a72f3b42b35b24d4eae421e5-lightningd: peer_disconnect_done
2024-03-26T22:35:58.905Z DEBUG   0387d3a40b5eca0058753afa0ed3ee1b3e34ea5203a72f3b42b35b24d4eae421e5-lightningd: Not reconnecting: no active channel

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2024-03-26 23:38:48 +01:00
.github/workflows ci: fix the go version inside the CI 2024-03-26 18:29:58 +01:00
cmd deamon: be able to run the server over a unix socket 2024-03-26 18:28:12 +01:00
lnprototest daemon: implement send and receive 2024-03-26 23:38:48 +01:00
lnprototest-cli cli: add simple command line application 2024-03-26 20:27:19 +01:00
server daemon: implement send and receive 2024-03-26 23:38:48 +01:00
.gitignore cli: add simple command line application 2024-03-26 20:27:19 +01:00
LICENSE Initial commit 2024-03-17 22:33:16 +01:00
Makefile deamon: implement the ln server 2024-03-26 18:05:24 +01:00
flake.lock hello world 2024-03-17 22:50:47 +01:00
flake.nix hello world 2024-03-17 22:50:47 +01:00
go.mod daemon: implement send and receive 2024-03-26 23:38:48 +01:00
go.sum deamon: fixing bug and move to jsonrpc 2.0 2024-03-26 20:26:20 +01:00