mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 10:00:04 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
394da29189
The test vectors themselves were fine, but they're supposed to be derived from known basepoints (and I was actually testing this with some new code). I accidentally used the *remote* per-commitment-point, instead of the *local* per-commitment-point to derive the remotekey/remote_privkey; since we are generating the local transaction, this is wrong. We don't need to know the remote per-commitment-point at all, in fact. Thus, the remotekey (and signatures) in the test vectors change. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
tools | ||
.travis.yml | ||
00-introduction.md | ||
01-messaging.md | ||
02-peer-protocol.md | ||
03-transactions.md | ||
04-onion-routing.md | ||
05-onchain.md | ||
06-irc-announcements.md | ||
07-routing-gossip.md | ||
08-transport.md | ||
09-features.md | ||
README.md |
Lightning Network In-Progress Specifications
The specifications are currently a work-in-progress and currently being drafted.
Pull requests and comments welcome, seeking input from community stakeholders.
Discussion available on the lighting-dev mailing list.
Start here for Table of Contents
This work is licensed under a Creative Commons Attribution 4.0 International License.