From 84c39417428edbafce96c24cf10d94dbab45d192 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 12 Jun 2026 11:41:27 +0200 Subject: [PATCH] refactor: rename libwaku.go to liblogosdelivery.go The bridge links the unified liblogosdelivery now, so the filename should reflect the library it binds. The package stays libwaku since it still exposes the legacy waku_* Kernel API. Co-Authored-By: Claude Opus 4.8 --- internal/ffi/libwaku/{libwaku.go => liblogosdelivery.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename internal/ffi/libwaku/{libwaku.go => liblogosdelivery.go} (100%) diff --git a/internal/ffi/libwaku/libwaku.go b/internal/ffi/libwaku/liblogosdelivery.go similarity index 100% rename from internal/ffi/libwaku/libwaku.go rename to internal/ffi/libwaku/liblogosdelivery.go