mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-17 13:06:36 +02:00
No description
StephenM347 on #lightning-dev indicated it could be clearer that this is all about changing commitment transactions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
|---|---|---|
| bitcoin | ||
| ccan | ||
| doc | ||
| secp256k1 | ||
| test-cli | ||
| .gitignore | ||
| anchor.c | ||
| anchor.h | ||
| close_tx.c | ||
| close_tx.h | ||
| commit_tx.c | ||
| commit_tx.h | ||
| find_p2sh_out.c | ||
| find_p2sh_out.h | ||
| LICENSE | ||
| lightning.pb-c.c | ||
| lightning.pb-c.h | ||
| lightning.proto | ||
| Makefile | ||
| opt_bits.c | ||
| opt_bits.h | ||
| overflows.h | ||
| permute_tx.c | ||
| permute_tx.h | ||
| pkt.c | ||
| pkt.h | ||
| protobuf_convert.c | ||
| protobuf_convert.h | ||
| README.md | ||
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.