core-lightning/test
Rusty Russell 69cb158edd base58, script, protobuf_convert: don't use temporary secp256k1 context.
We use libsecp256k1 to convert signatures to DER; we were creating a
temporary one, but we really should be handing the one we have in dstate
through.  This does that, everywhere.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-07-01 12:00:17 +09:30
..
commits test: test commands during commit phase. 2016-05-26 15:25:25 +09:30
.gitignore test/onion_key: helper to generate deterministic key pairs. 2015-10-06 12:03:09 +10:30
onion_key.c base58, script, protobuf_convert: don't use temporary secp256k1 context. 2016-07-01 12:00:17 +09:30
onion_key.h onion_key: allowing both odd and even pubkeys 2015-10-06 23:49:52 +10:00
test_onion.c base58, script, protobuf_convert: don't use temporary secp256k1 context. 2016-07-01 12:00:17 +09:30
test_onion.py test_onion.py: drop repeated sha calculation 2015-10-07 13:22:44 +10:00
test_protocol.c test/test_protocol: rename internally to match updated 02-wire-protocol.md 2016-05-17 15:06:12 +09:30
test_state_coverage.c patch remove-timeout.patch 2016-03-15 17:07:12 +10:30