loop/staticaddr/address
Boris Nagaev 6d480cfd9e
staticaddr: require positive heights at startup
Loop now guards all static-address managers against zero block heights: each
constructor returns an error when invoked with a non-positive current height,
and `loopd` validates the height from `GetInfo` before instantiating them.
Tests and helper code were updated accordingly so we fail fast instead of
registering chain notifications with invalid hints.
2025-11-16 01:24:01 -03:00
..
interface.go staticaddr: add expiry to NewAddress response 2025-05-15 14:56:49 +02:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
manager.go staticaddr: require positive heights at startup 2025-11-16 01:24:01 -03:00
manager_test.go staticaddr: require positive heights at startup 2025-11-16 01:24:01 -03:00
sql_store.go staticaddr: add initiation height of address 2024-12-12 18:31:10 +01:00