From rusty at rustcorp.com.au Sun Aug 9 20:39:39 2015 From: rusty at rustcorp.com.au (Rusty Russell) Date: Mon, 10 Aug 2015 06:09:39 +0930 Subject: [Lightning-dev] v0.1 aka. "MtGox's Cold Wallet" Message-ID: <87vbco19is.fsf@rustcorp.com.au> Hi all, https://github.com/ElementsProject/lightning/commit/1cb147c5b87969ffa22ea0cdbdc3d9fdfd5b4c97 It's more a milestone than a "release". This has test utilities for the HTLC outputs as well as the commitment transaction protocol which was there before. It uses a single-sided anchor. You can see the current protocol at: https://github.com/ElementsProject/lightning/blob/1cb147c5b87969ffa22ea0cdbdc3d9fdfd5b4c97/lightning.proto The next milestone is to put the protocol into action as a real daemon. That means developing a state machine for the protocol, which handles disconnects, retransmissions, and all that fun stuff. Cheers, Rusty.