Rusty Russell
|
81bced330a
|
protocol: move locktime into its own message type.
We're going to want this for HTLC times, too.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2015-08-07 12:45:30 +09:30 |
|
Rusty Russell
|
1d82bf51fc
|
signature: fix invalid S check.
The even-S check was based on https://github.com/sipa/bitcoin/commit/a81cd9680
which was replaced by a low-S check in commit e0e14e43d9586409e42919f6cb955540134cda2a
Abstract out and fix the check.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2015-07-01 16:27:52 +09:30 |
|
Rusty Russell
|
6389dbd455
|
protocol: restore locktime in blocks option.
This could be used by an always-on node to agressively shorten their timeouts.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2015-06-12 13:06:33 +09:30 |
|
Rusty Russell
|
ef9463f6b1
|
Sort include lines (ignoring hacky cli test utils).
Put ccan first, openssl next, then standard headers, then locals.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2015-06-12 12:41:28 +09:30 |
|
Rusty Russell
|
442f321585
|
Move protobuf<->bitcoin converters out of bitcoin/
They're lightning-specific.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2015-06-12 12:35:42 +09:30 |
|