Max Rantil

Results 20 comments of Max Rantil

That sounds like a perfect solution to me!

Hi @cdecker , as you might know, this project is part of Summer of Bitcoin and this is the project description: > The lightning network has regimes of public and...

> I apologize that I am only reviewing this now. It needs significant rework to be included, and may not make this release. > > I'm aware that this was...

Thanks for the input @t-bast , I’m a Summer of Bitcoin intern, and this is my first implementation here. The project proposal, authored by @EndothermicDev , originally included a BOLT...

this is now moved to bLIP 43 [https://github.com/lightning/blips/pull/43](url) . Thanks everyone for your input! Closing this out.

> I was wondering if it is possible move this `trim` function inside tal string https://github.com/rustyrussell/ccan/blob/master/ccan/tal/str/str.h Do you mean to also change the function to use tal for allocating memory...

Pardon me, but I don't fully understand what you mean. Could you elaborate on your suggestion? To my understanding, the `tal` functions you are linking to, @vincenzopalazzo , relate to...

Thanks for the comment @endothermicdev, I'll start doing a strtrim function in tal tomorrow if you both think that is more useful then 👍

@vincenzopalazzo & @endothermicdev , I've now changed to using `tal_strtrim`, is this what you had in mind?

@endothermicdev I am having some issues with tests on my local machine using `tal_resize` like this. Is there anything in the way I am using it now, that you can...