myxmaster

Results 58 comments of myxmaster

Hmm I see, well but not sure how useful it is to reset the graph even before trying to start the embedded node? Maybe it should be automated to reset...

Yes, but the manual input is only displayed, if there is no problem with fetching fees from mempool (e.g. API not answering): ![grafik](https://github.com/ZeusLN/zeus/assets/77545287/e5ba7fdf-070a-428e-ad2e-c2c20bbbb32a)

I experienced this when testnet3 block time was back to >3 minutes, so if I had to guess, I would say it is not because of the testnet attack.

Definitely not a testnet issue. This time I used Regtest. I started fresh with 1,000,000 sats on-chain, no channels: ![grafik](https://github.com/ZeusLN/zeus/assets/77545287/a915bba8-145d-408e-954e-a3313e863add) Then I opened a 500,000 sats channel (3,140 sats commit...

The combined balance (on the top) currently always contains also unconfirmed on-chain balance. This actually only makes sense if it is from UTXOs from ourselves. The pending combined balance (clock...

Forgot to update backends/LightingNodeConnect.ts in original PR, so that is done now. Tested it, but I'm a bit confused because with LNC backend the chan id in the actual route...

After investigating this I found out that this is no LNC specific problem (it was just luck that it didn't happen with LND). The problem was the conversion of the...

Tested with embedded LND. It generally works but there is an already existing problem with the channel ids. The backend (sometimes?) provides invalid ids so that retrieving channel infos sometimes...

No, not yet. But again, I think it's really something for another PR.

Refactor looks good, but I don't see how this fixes the "regression" (not really a regression because it was buggy before, and only because it is handled correctly now, that...