mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-25 01:54:21 +01:00
7d911fe0495277c033c4d1adb1ff34cb0fe92fc8
This requires our state exerciser to be smarter. In particular, it needs to track individual HTLCs rather than just sending random inputs. To do this: 1) We keep data associated with packets as they flow (where those packets are associated with HTLCs). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Strawman protocol for lightning channels.
The wire protocol is documented in lightning.proto (a protobuf definition file).
There are command line utilities to create and process various packets in test-cli.
It requires features not currently in bitcoin, so it runs on top of the sidechain Elements Alpha
This is very much a testbed and work in progress; expect All The Things to change, all the time.
Cheers,
Rusty.
Languages
C
74.9%
Python
20.7%
Rust
1.5%
Makefile
1.1%
Assembly
0.9%
Other
0.8%