fusion44

Results 70 comments of fusion44

These are the settings that should be read from Redis. The Redis data is filled by the shell scripts. The glue code between the two still needs to be build.

Currently there is no way to change the default chain to anything other than mainnet on RaspiBlitz side. It is planned to reimplement on a later date. Need to find...

I agree. On RaspiBlitz we only fetch the available hardware values that are available through Redis instead of fetching them with Python for performance reasons. @rootzoll what do you think?...

Yes, but the end goal is to extract the abstraction layer to its own library. I want to make it usable for LNbits medium term too. LNbits supports also other...

Yeah, my initial issue is worded badly. I do the same with the CLN implementation but figured this should be exposed as an API. This is just a reminder for...

What is the advantage for the frontend for this? Seems more like a nice to have which adds extra overhead to the backend.

I'm not sure, need to test whether the polling or even the API really is the problem. FYI: For every `/list-all-tx` call I fetch: * __every__ Invoice * __every__ sent...

LND has an astronomical high CPU usage too. So that's a systemic issue I didn't notice on my dev PC as it is quite a bit faster than a PI....

Yes, the polling in only going on when a browser tab with the WebUI is open. While I agree that we must get away from polling, I actually believe now...