liquidity-ads: persist channel blockheight states to disk

Adds new tables to database, backfills, basically copies the fee_rates
state machine for channeld.
This commit is contained in:
niftynei
2021-06-22 13:25:59 -05:00
committed by neil saitug
parent a396c341cf
commit 265f960cfe
72 changed files with 1414 additions and 441 deletions

View File

@@ -18,6 +18,7 @@ DEVTOOLS_COMMON_OBJS := \
common/bech32_util.o \
common/bigsize.o \
common/bolt11.o \
common/blockheight_states.o \
common/channel_id.o \
common/crypto_state.o \
common/decode_array.o \