core-lightning/openingd
niftynei 8bf9b4132b df: simplify check_balances, add spec quotes
`check_balances` had a weird interface because it was meant to be able
to be used at any 'intermediate' point to verify that a single side had
a valid inputs/output balance.

This was worse than useless. Now it just straight checks for both sides'
balances are correct and that both sides pay their fees. Called after
transaction is constructed.
2020-10-21 06:22:18 +10:30
..
common.c openingd: patch test_opening_tiny_channel under EXP_FEAT 2020-10-16 10:27:07 +10:30
common.h openingd: pull out check_configs into a common place 2020-09-09 19:54:20 +09:30
dualopend_wire.csv dualopen: use separate wire for passing updated PSBTs back to dualopend 2020-10-20 12:50:31 +10:30
dualopend_wiregen.c dualopen: use separate wire for passing updated PSBTs back to dualopend 2020-10-20 12:50:31 +10:30
dualopend_wiregen.h dualopen: use separate wire for passing updated PSBTs back to dualopend 2020-10-20 12:50:31 +10:30
dualopend.c df: simplify check_balances, add spec quotes 2020-10-21 06:22:18 +10:30
Makefile dualfund: rearrange things so that the wire-dependent calls are separate 2020-10-20 14:27:19 +10:30
openingd_wire.csv openingd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
openingd_wiregen.c wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30
openingd_wiregen.h wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30
openingd.c common/memleak: simplify and document API. 2020-09-23 13:52:49 +09:30