cln/db
Rusty Russell 3d9bdab1e7 common: correctly refuse to accept wireaddr with port == 0.
BOLT 7 says this, but we don't do it.  (Actually, it only says that for certain types,
but I've fixed that in https://github.com/lightning/bolts/pull/1331).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-04-30 12:17:43 +09:30
..
bindings.c common: correctly refuse to accept wireaddr with port == 0. 2026-04-30 12:17:43 +09:30
bindings.h db: helper for binding/reading bitcoin_outpoint. 2025-08-19 13:37:50 +09:30
common.h db: add STRICT tables with migration for old databases 2026-02-23 15:55:55 +10:30
db_postgres.c db: support mode where we don't want to create the db. 2025-08-19 13:37:50 +09:30
db_sqlite3.c db: add STRICT tables with migration for old databases 2026-02-23 15:55:55 +10:30
exec.c db: don't start transactions unless we really need to. 2025-11-20 16:30:50 +10:30
exec.h db: don't start transactions unless we really need to. 2025-11-20 16:30:50 +10:30
Makefile database: pull out database code into a new module 2022-03-05 15:03:34 +10:30
utils.c common: add tal_free_if_taken() helper for common case. 2026-03-29 14:35:54 +10:30
utils.h db: support mode where we don't want to create the db. 2025-08-19 13:37:50 +09:30