1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-22 22:25:42 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Find a file
Rusty Russell 5ed243de2d BOLT 3: fix labels on test vectors.
As per ElementsProject/lightning#134 Fabrice points out that to calculate
our own commitment tx, we use the *other* side's revocation basepoint:

	The revocationkey is a blinded key: the remote node provides the base,
	and the local node provides the blinding factor which it later
	reveals

Thus, we fix the test vectors by renaming "local_revocation_basepoint"
to "remote_revocation_basepoint", which is what we should be using.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-24 12:24:24 +10:30
tools tools/bolt3-bitcoind-test.sh: setup to feed BOLT3 test vector txs to bitcoind. 2017-03-17 11:31:37 +10:30
.travis.yml travis-ci: Since we have code in here we need to test it 2017-01-28 14:10:04 +01:00
00-introduction.md BOLT 0,1,2,7: use txout not channel-id for demuxing. (#119) 2017-03-02 14:50:13 +10:30
01-messaging.md BOLT 0,1,2,7: use txout not channel-id for demuxing. (#119) 2017-03-02 14:50:13 +10:30
02-peer-protocol.md Fix typo 2017-03-22 20:08:04 +01:00
03-transactions.md BOLT 3: fix labels on test vectors. 2017-03-24 12:24:24 +10:30
04-onion-routing.md BOLT 4: using 4 bytes for outgoing_cltv_value (#95) 2017-02-01 13:20:57 +01:00
05-onchain.md BOLT 3,5: update weight calculations for revocation key hash in script. 2017-03-08 05:50:44 +10:30
06-irc-announcements.md [trivial] Some spelling and language fixes in BOLTs 6,7,8 (#41) 2016-12-09 10:32:23 +10:30
07-routing-gossip.md BOLT 0,1,2,7: use txout not channel-id for demuxing. (#119) 2017-03-02 14:50:13 +10:30
08-transport.md BOLT08: Renumbering references 2017-02-28 13:48:54 +10:30
09-features.md BOLT 9: make it clear that 'channel_public' apply to all channels in the same connection 2017-02-21 14:41:27 +10:30
README.md Add CC-BY. 2016-11-23 06:22:59 +10:30

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

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.