vincenzopalazzo / lampo.rs

lampo (lightning in Italian) is a experimental implementation of a tiny lightning node
http://lampo.devcrew.cc
BSD 3-Clause "New" or "Revised" License
31 stars 14 forks source link

Move LDK Logger Implementation to `lampo-common` #268

Closed tareknaser closed 7 hours ago

tareknaser commented 3 days ago

This PR relocates the lampo logger, which implements the Logger trait in LDK, from the lampod crate to lampo-common. To be reused in external Rust projects.

vincenzopalazzo commented 2 days ago

looks like that the Ci is failing really badly https://github.com/vincenzopalazzo/lampo.rs/actions/runs/9704884333/job/26785943764?pr=268

bumping this to the next release

vincenzopalazzo commented 2 days ago

Maybe this is good for the next branch

vincenzopalazzo commented 2 days ago

Ci problem fixed in https://github.com/vincenzopalazzo/lampo.rs/pull/266/commits/56c9d4a37a866a65213287eb1b35380d0c8755b5

Can you move the PR from main to next?

tareknaser commented 8 hours ago

Can you move the PR from main to next?

Updated